.your-price {
	border:1px solid #5bc0de;
	border-radius:10px;
	width:90%;
	position:relative;
	overflow:hidden;
}
.your-price .exclusive {
	color:#fff;
	background:#5bc0de;
	padding:2px;
	width:100%;
	font-size:22px;
}
.your-price .you-pay {
	color:#333;
	font-size:16px;
	padding-top:5px;
}
.your-price .new-price {
	color:#d9534f !important;
	font-size:55px !important;
}
.your-price .percent {
	color:#fff;
	background:#5bc0de;
	padding:2px;
	width:100%;
	font-size:24px;
}
.your-price .per-bottle-price {
	 border-top: 1px solid #ddd;
	 font-size:20px;
}


	.question {
	box-shadow: none;
    border-radius: 0;
    padding: 0 30px;
    border-bottom: 1px solid #ccc;
	}
	.quest {
		padding: 20px 0;
	}		
	.quest:after {
    top: 20px;
	}
	.blue3 {background:#f3fbfe;}
	.text-red {color:#ff2500;}
	.faqs h2 { font-size: 5rem; }
	.contact-info {text-align: left;}
	@media only screen and (max-width: 767px) {
	  .faqs h2 { font-size: 3rem; }
	  .contact-info {text-align: center;}	
	}

/* YOU SHOULD ONLY NEED THE STYLES THAT ARE BELOW THIS LINE FOR THE REVISED CART!! */

/* Prices */
.price-item {
  background: linear-gradient(0deg, #f1f1f1, rgba(255,255,255,1.0)); 
  /*border-radius: 9px;*/
  /*padding: 5px 5px 20px;*/
  padding: 0px 0px 20px;
  box-shadow: 5px 5px 12px rgb(0,0,0,0.25) inset, -8px -8px 9px rgb(255,255,255,0.5) inset;
  margin-bottom: 20px;
  text-align: center;
  font-family: 'OpenSans Regular', Helvetica, Arial, sans-serif;
  position: relative;
}
@media (max-width: 1260px) {
  .price-item br {
    display: block;
  }
}
.price-one {
  margin-top: 25px;
}
.best-value {
  border: 5px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(180deg, rgba(255,201,0,1) 0%,rgba(255,165,33,1) 100%);
  background: linear-gradient(180deg, rgba(92,132,155,0.95),rgba(255,255,255,0.5), rgba(255,255,255,1.0));
}
.price-first {
  margin-top: 25px;
}
.product-name-mini {
  font-weight: 700;
  text-shadow: 0px 1px 1px #ffffff;
  margin-bottom: 20px;
  font-size: 18px;
}
.product-name-mini span {
  font-size: 32px;
  font-family: learning-curve, script, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
.price-callout {
  background: rgba(0,0,0,0.5);
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 7px;
  color: white;
  text-shadow: 0px 1px 1px #000000;
  letter-spacing: 2px;
  font-weight: 900;
  font-size: 16px;
}
.price-callout-best {
  background: linear-gradient(180deg, rgba(255,201,0,1) 0%,rgba(255,165,33,1) 100%);
  padding: 10px;
  text-transform: uppercase;
  /*border-radius: 6px 6px 0px 0px;*/
  text-align: center;
  margin-bottom: 7px;
  color: #212227;
  text-shadow: 0px 1px 1px #ffffff;
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 32px;
}
.img-product-small {
  width: 350px;
  display: block;
  margin: 10px auto;
}
@media (max-width: 991.98px) {
  .img-product-small {
    width: 320px;
    display: block;
    margin: 10px auto;
  }
}
.savings-ribbon {
  background: #6ab34f;
  display: inline-block;
  color: white;
  padding: 10px 20px;
  font-weight: 700;
  position: absolute;
  font-size: 30px;
  left: 0px;
  top: 30%;
  text-transform: uppercase;
  transform-style: preserve-3d;
  transform: rotate(-17deg) skew(-17deg, 10deg);
  border-radius: 0px 3px 3px 0px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.75);
}
.price-crossout {
  font-size: 28px;
  font-weight: 400;
  color: #AF163C;
  margin-bottom: 20px;
  text-decoration: line-through solid;
  text-decoration-thickness: 2px;
}
.price-cbp {
  font-size: 55px;
  font-weight: 700;
  color: #6ab34f;
  margin-bottom: 40px;
  line-height: 32px;
}
.price-item .btn-wrap {
  margin-bottom: 50px;
}
.price-item .btn-main, .btn-orange {
  background: #fc9903;
  background: linear-gradient(0deg, rgba(255,201,0,1), #fc9903);
  padding: 20px 15px;
  border-radius: 9px;
  color: #004483;
  text-shadow: 0px 1px 2px rgba(255,255,255,1.0);
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.5);
  font-size: 26px;
}
.btn-addtocart-wrap {
  overflow: hidden;
  position: relative;
  padding: 20px 25px 30px;
  border-radius: 9px;
  display: inline-block;
  margin: 0px auto;
}
.btn-addtocart:before {
  position: absolute;
  top: 0;
  left: 50px;
  content: "";
  width: 50px;
  height: 75px;
  background: rgba(255, 255, 255, 0.15);
  transform: skew(-30deg);
  animation: sheen 2s ease infinite;
}
@keyframes sheen { 
  from {left: 0px; opacity: 0;} 
  to {left: 300px; opacity: 100;}
}
.price-item .btn-main:hover, .btn-orange:hover {
  background: #6ab34f;
  color: white;
  margin-bottom: 25px;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.75);
  box-shadow: 0px 4px 10px rgba(255,255,255,1.0);
}
.btn-addtocart:hover:before {
  -webkit-animation-play-state:paused !important;
  -moz-animation-play-state:paused !important;
  -o-animation-play-state:paused !important;
  animation-play-state:paused !important;
}
@media (max-width: 991.98px) {
  .img-guarantee {
    margin: 0px auto 20px;
  }
}
@media (max-width: 767.98px) {
  .img-product-small {
    max-width: 320px;
  }
}
.img-cards {
  width: 200px;
  display: block;
  margin: 0px auto 20px;
}
.img-mbg {
  width: 200px;
  display: block;
  margin: 0px auto 10px;
}
.price-callout-empty {
  padding: 7px 10px;
  text-align: center;
}
.supply-level {
  font-size: 26px;
  font-weight: 700;
  color: #777777;
  text-transform: uppercase;
}
.bottle-amount {
  font-size: 24px;
  color: #212227;
}
.product-image {
  width: 200px;
  display: block;
  margin: 20px auto;
}
.blue-dk {
    color: #004483 !important;
}
.medium-heading {
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 30px;
}



 .timer-section {
     background: rgb(255, 186, 0);
}
 .timer-block {
     display: flex;
     justify-content: space-between;
     align-items: center;
     flex-wrap: wrap;
}
 .timer div p {
     text-transform: uppercase;
     font-weight: 300;
     font-size: 15px;
     margin-top: 8px;
}
 .timer div {
     display: flex;
     flex-direction: column;
     align-items: center;
     margin-left: 20px;
}
 .timer {
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
}
 .timer span {
     display: flex;
     justify-content: center;
     align-items: center;
     height: 80px;
     width: 80px;
     font-size: 28px;
     font-weight: 400;
     background: #222;
     color: #fff;
     padding: 10px;
     border-radius: 50%;
	 box-shadow:1px 3px 9px #ccc;
	 border:3px solid #fff;
}


@media screen and (max-width: 1260px){
   .timer div {margin-left: 10px;}
}

@media screen and (max-width: 992px){
   .timer-block {flex-direction: column;}
}


@media screen and (max-width: 510px){
  .timer div p {font-size: 13px;}
  .timer span {width: 60px; height: 60px;}


}

@media screen and (max-width: 450px){ 
  .timer {margin: 0 auto;display: flex;justify-content: space-between;}
  .timer span {height: 60px; width: 60px;}
  .timer div {margin-left: 0;}
  .timer-container {width: 80% !important; margin: 0 auto !important;}

}


@media screen and (max-width: 385px){ 
  .timer-container {width: 100%;}

}