/*
gol#968865;
blu#203597;
*/

.bf--hero-top {
	position: relative;
	min-height: 450px;
}

.bf--hero-container {
	padding-top: 30px;
}

.bf--hero-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.bf--logo-wrap {
	text-align: center;
	margin-bottom: 30px;
}

.bf--logo {
	width: 200px;
	height: auto;
}

.bf--title-wrap {
	text-align: center;
}

.bf--title {
	width: 100%;
	height: auto;
	max-width: 400px;
	
}

@media (min-width: 768px) {
	.bf--logo-wrap {
		margin-bottom: 0;
		text-align: left;
	}
	
	.bf--hero-top {
		min-height: 34vw;
	}
}

.bf--hero-bottom {
	background: #203597;
	color: #fff;
}

.bf--herobottom-container {
	padding-top: 15px;
	padding-bottom: 15px;
}

.bf--title1 {
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	padding: 15px 0;
}

.bf--title1 span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
}

.bf--title2 {
	display: inline-block;
	text-align: center;
	padding: 0 2em;
	position: relative;
	font-size: 18px;
	font-weight: 400;
}

.bf--title2:before,
.bf--title2:after {
	content: "";
	position: absolute;
	height: 1.4em;
	width: 1.4em;
	background-image: url(../images/holiday-gift-package.png);
	background-size: contain;
	background-position: center;
	margin-top: -0.7em;
	top: 50%;
}

.bf--title2:before {
	left: 0;
}

.bf--title2:after {
	right: 0;
}

.countDown_cont {
  font-family: Lato, Arial, Gadget, sans-serif;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
}

.countDown_interval_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: auto;
}

.countDown_interval_cont:nth-child(n+1):not(:last-child) { margin-right: 1em; }

.countDown_interval_basic_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.countDown_interval_basic_cont_description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: .3em;
  margin-top: 0.3em;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
  text-shadow: 0.1em 0.1em 0.1em #000000;
}

.countDown_digit_cont {
  -webkit-perspective: 3.2em;
  perspective: 3.2em;
  box-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.2);
  width: 1em;
  height: 1.6em;
  position: relative;
  line-height: 1.6em;
  font-size: 5em;
  font-weight: bold;
  border-radius: 0.08em;
}

.countDown_digit_cont:nth-child(n+1):not(:last-child) { margin-right: 0.05em; }

.countDown_digit_last_placeholder, .countDown_digit_new_placeholder {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  text-align: center;
  overflow: hidden;
}

.countDown_digit_last_placeholder {
  bottom: 0;
  background: white;
  border-radius: 0 0 0.08em 0.08em;
}

.countDown_digit_last_placeholder_inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 50%;
  position: absolute;
}

.countDown_digit_new_placeholder {
  top: 0;
  background: #f7f7f7;
  border-radius: 0.08em 0.08em 0 0;
}

.countDown_digit_last_rotate, .countDown_digit_new_rotate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 50%;
  font-weight: bold;
  position: absolute;
  top: 0;
  overflow: hidden;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  border-radius: 0.08em 0.08em 0 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.countDown_digit_last_rotate:after, .countDown_digit_new_rotate:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-bottom: 0.01em solid rgba(0, 0, 0, 0.1);
}

.countDown_digit_last_rotate {
  -webkit-animation-name: countDown_flip_1;
  animation-name: countDown_flip_1;
  background: #f7f7f7;
}

.countDown_digit_new_rotate {
  -webkit-animation-name: countDown_flip_2;
  animation-name: countDown_flip_2;
  background: white;
}

.countDown_digit_new_rotated {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  width: 100%;
  height: 100%;
}

.countDown_digit_new_rotated_inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 50%;
  position: absolute;
}
@-webkit-keyframes 
countDown_flip_1 {  0% {
 -webkit-transform: rotateX(0deg);
 transform: rotateX(0deg);
 z-index: 1;
}
 100% {
 -webkit-transform: rotateX(-180deg);
 transform: rotateX(-180deg);
 z-index: 0;
}
}

@keyframes 
countDown_flip_1 {  0% {
 -webkit-transform: rotateX(0deg);
 transform: rotateX(0deg);
 z-index: 1;
}
 100% {
 -webkit-transform: rotateX(-180deg);
 transform: rotateX(-180deg);
 z-index: 0;
}
}

@-webkit-keyframes 
countDown_flip_2 {  0% {
 -webkit-transform: rotateX(0deg);
 transform: rotateX(0deg);
 z-index: 0;
}
 100% {
 -webkit-transform: rotateX(-180deg);
 transform: rotateX(-180deg);
 z-index: 1;
}
}

@keyframes 
countDown_flip_2 {  0% {
 -webkit-transform: rotateX(0deg);
 transform: rotateX(0deg);
 z-index: 0;
}
 100% {
 -webkit-transform: rotateX(-180deg);
 transform: rotateX(-180deg);
 z-index: 1;
}
}

.countDown_cont {
	font-size: 6px;
}

.countDown__interval_basic_cont:first-child {
	margin-left: 1em;
}

.countDown_interval_basic_cont_description {
	text-align: center;
}


.countDown_digit_new_rotate,
.countDown_digit_new_placeholder {
	background-color: #e8dec4;
}
.countDown_digit_last_placeholder {
	background-color: #e8dec4;
}

.countDown_digit_last_rotate {
	background-color: #e8dec4;
}

.bf--countdown-title {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #968865;
	margin-bottom: 10px;
}

.bf-opener--container {
	text-align: center;
	color: #968865;
	padding: 60px 30px 30px;
}

.bf-opener--title {
	font-weight: 600;
}

.bf-opener--discount-wrap {
	max-width: 550px;
	margin: 60px auto 30px;
}

.bf-opener--discount {
	color: #203597;
	font-weight: 700;
	font-size: 45px;
}

.bf-opener--discount span {
	display: block;
	font-size: .5em;
	font-weight: 400;
}

.bf-opener--products-title {
    font-weight: 700;
    font-size: 50px;
    text-transform: uppercase;
}

.bf-products--product-col {
	margin-bottom: 60px;
}

.bf-products--product {
	height: 100%;
	width: 350px;
	max-width: 100%;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-radius: 20px;
	overflow: hidden;
}

.bf-products--container {
	max-width: 800px;
	margin: 0 auto;
}

.bf-products--copy-wrap {
	padding: 15px;
}

.bf-products--title {
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	margin-bottom: 15px;
}

.bf-products--copy {
	text-align: center;
	font-size: 15px;
	margin-bottom: 15px;
}

.bf-products--button {
	text-align: center;
}

.bf-products--copy p:last-child {
	margin-bottom: 0;
}

.bf-products--button .product.woocommerce.add_to_cart_inline {
	margin-bottom: 0;
}

.bf-products--button .product.woocommerce.add_to_cart_inline {
	border: 0 !important;
}

.bf-products--button .woocommerce-Price-amount.amount {
	display: none;
}

.bf-products--button  .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	letter-spacing: 0;
	font-weight: 400;
	font-size: 16px;
	border-radius: 10px !important;
}

.bf-products--button .added_to_cart.wc-forward {
	display: block;
	font-weight: 700;
}