@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

* {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: text;
  box-sizing: border-box;
}

body {
  font-family: 'Open Sans', sans-serif;
  min-width: 320px;
  color: #181818;
}

.container {
  position: relative;
  z-index: 10;
}

a:active {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

h4 {line-height: 1.4;margin-bottom:0;}

p, li {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.0em;
}

h1 {
  font-size: 55px;
  /*line-height: 0.9em;*/
}
h2 {}
h3 {
  margin-bottom: 25px;
}
h4 {
  margin-bottom: 25px;
}
li {
  display: flex;
  align-items: center;
}

.check li::before {
  content: url(../img/check.png);
  position: relative;
  top: 4px;
  padding-right: 14px;
}

.check li {
  padding-top: 12px;
}

.pt0.check li {
  padding-top: 0;
}

.check li:first-child {
  padding-top: 0;
}

p{
  margin-bottom: 25px;
}

main {
  overflow: hidden;
}
.section-repeat {
  padding-top: 45px;
  padding-bottom: 55px;
}
.section-repeat-sm {
  padding-top: 20px;
  padding-bottom: 25px;
}
.main-section {
  background: linear-gradient(45deg, rgba(255,255,255,0.0), rgba(255,255,255,0.0)), url('../img/top-banner-caramel.jpg') right center no-repeat;
  padding-top: 45px;
  padding-bottom: 50px;
}
.main-section h1{
  text-shadow: 0px 1px 2px rgba(255,255,255,1.0);
}
.main-section h3 {
  line-height: 1.2em; text-shadow: 0px 1px 2px rgba(255,255,255,1.0);
  margin-bottom: 0px;
}
.main-icecream {
  display: none;
}
@media (max-width: 1399px) {
  .main-section {
    background: linear-gradient(45deg, rgba(255,255,255,0.90), rgba(255,255,255,0.0)), url('../img/top-banner-caramel.jpg') right center no-repeat;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .main-section {
    background: linear-gradient(45deg, rgba(255,255,255,0.75), rgba(255,255,255,0.75));
  }
  .main-icecream {
    display: block;
    margin: 20px auto 0px;
  }
}
.main-section .row {
  min-height: 460px;
}
.absorb-seal {
  width: 300px;
  transform: rotate(4deg);
  position: absolute;
  right: 30px;
  top: 315px;
  z-index: 1000;
}
@media (max-width: 1199px) {
  .absorb-seal {
    width: 250px;
    transform: rotate(4deg);
    position: absolute;
    right: 30px;
    top: 200px;
    z-index: 1000;
  }
}
@media (max-width: 991px) {
  .absorb-seal {
    width: 250px;
    transform: rotate(4deg);
    position: absolute;
    right: 30px;
    top: 0px;
    z-index: 1000;
  }
}

.photo-pigging {
  border: 9px solid;
  border-image-slice: 1;
  border-width: 9px;
  border-image-source: linear-gradient(45deg, #f4f4f4, #d2d2d2, #ffffff, #d4d4d4, #f3f3f3);
  display: grid;
  grid-template-rows: auto 75px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.25);
  margin-bottom: 25px;
}
.photo-pigging img {
  border: 2px solid #fff;
  margin: 0px auto;
  display: block;
}
.photo-pigging div {
  background: linear-gradient(45deg, #f4f4f4, #ffffff, #f3f3f3);
  display: grid;
  align-items: center;
}
.photo-pigging div p {
  color: #6321aa;
  text-align: center;
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .absorb-seal {
    width: 200px;
    transform: rotate(4deg);
    position: absolute;
    right: 40px;
    top: 0px;
    z-index: 1000;
  }
  .photo-pigging {
    max-width: 300px;
    margin: 0px auto 25px;
  }
  .photo-pigging div p {
    font-size: 18px;
    line-height: 18px;
  }
}
.exb {
  font-weight: 800;
}

.und {
  text-decoration: underline;
}

.abs {
  position: absolute;
  bottom: 0;
  height: 100%;
  max-width: none;
}

.leftb {
  left: -43px;
}

.leftb.right {
  left: auto;
  right: 43px;
}

.left {
  left: 0;
}

.right {
  right: 33px;
}

.hb1 {
  height: 170%;
  top: -90px;
}

.hb2 {
    height: 198%;
    top: -156px;
}

.lh4 {
  line-height: 1.4;
}

.lh5 {
  line-height: 1.5;
}

.lh2 {
  line-height: 1.2;
}


.rel {position: relative;}
.ind {z-index: 10;}

/*color*/
.white {color: #fff;}
.gr {color: #333333;}
.viol {color: #6321aa;}
.brown {color: #cc6212;}
.red {color: #cd1900;}
.redbg {background: #cd1900;}
.red2 {color: #ec1c23;}
.violbg {background: #6321aa;}
.violbg2 {background: linear-gradient(to bottom, #481b71, #75389f);}
.blackbg {background: #181818;}
.beigebg {background: #f2eeea;}
.whbg {background: #f8f8f9;}
.bluebg {background: #e6f5f8;}
.gray2 {background: #f2f2f2;}
.spoonbg {background: #f5f4f5;}
.gray {
  background: url(../img/gray.jpg) repeat;
}

.vitamins {
  background-image: url(../img/vitamins.jpg);
}

.journey {
  background-image: url(../img/journey.jpg);
}

.organic_collagen {
  background-image: url(../img/organic_collagen.jpg);
}

.point1 {
  background-image: url(../img/bottlebg.jpg);
  background-position-x: 60%;
  /*background: url(../img/bottlebg.jpg) center left no-repeat;*/
}
.white-overlay {
  background: linear-gradient(90deg, rgba(255,255,255,0.0), rgba(255,255,255,0.0));
  padding-top: 45px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .point1 {
    background-position-x: 30%;
  }
  .white-overlay {
    background: linear-gradient(90deg, rgba(255,255,255,0.70), rgba(255,255,255,0.70));
  }
}

.corners {
  background-image: url(../img/bg1-2.jpg);
}

.beauty {
  background-image: url(../img/bg2.jpg);
}

.option3 {
  background-image: url(../img/option3-3.jpg);
}

.couple {
  background-image: url(../img/couple.jpg);
}

.coffee {
  background-image: url(../img/coffee.jpg);
}

.stop {
  background-image: url(../img/stop.jpg);
  background-position-y: 50%;
  min-height: 460px;
}

.yellowbg {
  background: #e4c137;
}

.opt {
  background-size: cover;
}

.opt60 {
  background-position-x: 60%;
}

.opt30 {
  background-position-x: 30%;
}

.opt90y {
  background-position-y: 90%;	
}
.beautyarr {
  max-height: 49px;
  position: absolute;
  left: -30px;
  top: 70%;
}

.cr {
  max-height: 70px;
}

.bg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.w600 {
  font-weight: 600;
}

.option {
  border-radius: 25px;
}

.bottles {max-height: 440px;}

/*font-size*/
.fs-65 {font-size: 65px;}
.fs-50 {font-size: 50px;}
.fs-48 {font-size: 48px;}
.fs-40 {font-size: 40px;}
.fs-30 {font-size: 30px;}
.fs-28 {font-size: 28px; line-height: 1.5;}
.fs-25 {font-size: 25px; line-height: 1.5;}
.fs-22 {font-size: 22px;}
.fs-20 {font-size: 20px;}
.fs-18 {font-size: 18px;}
.fs-16 {font-size: 16px;}
.fs-14 {font-size: 14px;}

.bw {
  word-break: break-word;
}
.boldem {
  font-weight: 800;
  font-style: italic;
}
.spoon {
  max-height: 530px;
}

.photo {
  max-height: 478px;
}

.fact .arrow {
  max-height: 90px;
  position: absolute;
  top: 0;
  right: 0;
}

.arrows {
  max-height: 60px;
  position: absolute;
  right: 0;
  top: 25%;
}

.arrowtop {
  max-height: 120px;
  position: absolute;
  right: 270px;
  bottom: -60px;
}

.arrowwh {
  position: absolute;
  bottom: -90px;
  max-height: 90px;
}

.arrowviol {
  position: absolute;
  top: -82px;
  max-height:130px;
}

.arrowr {
  max-height: 50px;
  position: absolute;
  top: 50px;
  left: -125px;
}

.leftabs {
  left: 50%;
  transform: translateX(-50%);
}

.review {
  max-height: 140px;
}

.stars {
  max-height: 25px;
}

.collag {
  height: auto;
  max-height: 390px;
}

.mtm {
  margin-top: -17%;
}

.mtm2 {
  margin-top: -30%;
}

#facts .abs {
  height: auto;
}

.top {
  top: -45%;
}

.top2 {
  top: -10%;
}

.hauto {
  height: auto;
}

.circle {
  position: absolute;
  height: 515px;
  max-width: none;
  bottom: auto;
}
.img-circle {
  border-radius: 50%;
  border: 2px solid #d2d2d2;
  width: 350px;
  display: block;
  margin: 0px auto;
}
.img-profile {
  border-radius: 50%;
  border: 2px solid #d2d2d2;
  width: 140px;
  height: 140px;
  display: block;
  margin: 0px auto 15px;
}
.img-infographic {
  /*max-width: 900px;*/
  display: block;
  margin: 10px auto 30px;
}
.float-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 25px;
}
.sp {
  letter-spacing: 1px;
}

.sp2 {
  letter-spacing: 8px;
}

.sol {
  max-height: 375px;
  left: 20%;
}

.item {
  width: 18%;
}

.item img {
  max-height: 210px;
}

.name {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  border-radius: 50px;
  background: #6321aa;
}

.spb {
  justify-content: space-between;
}

.vitamine {
  max-height: 450px;
}

.corners .col-lg-2 {
  padding: 0 !important;
}

.posy {
  background-position-y: 50%;
}

.corners img {
  max-height: 140px;
}

.btnc a {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #6321aa;
  border: 2px solid #6321aa;
  border-radius: 15px;
  text-align: center;
  padding: 15px 50px;
}

.btnc a:hover {
  background: none;
  color: #6321aa;
  transition: .2s;
}

.pr a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  background: #fc9903;
  border: 2px solid #fc9903;
  border-radius: 10px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 10px;
}

.pr a:hover {
  background: none;
  color: #fc9903;
  transition: .2s;
}

.product {
  background: #fff;
  box-shadow: 0 0 4px rgba(0,0,0,0.2)
}

.product img {
  max-height: 400px;
}

.col-lg-4:first-child .product {
  margin-top: 45px;
}

.square {
  font-size: 22px;
  width: 30px;
  height: 30px;
  border: 3px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.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;
}

.answer-text {
  padding-left: 52px;
}

.quest:hover {
  cursor: pointer;
}

.answer-text {
  display: none;
}

.question-title {
  line-height: 1.5;
  flex: 1 1;
}

.references-content li {
	font-size:16px;
	margin-bottom:5px;
}

@media screen and (max-width: 1260px){
 .centimg {left: 50%;transform: translateX(-50%);}
}

@media screen and (max-width: 992px){
  .order3 {order: 3;}
  .abs {position: relative;max-width: 100%;height: auto;}
  .centimg {left: auto; transform: none;}
  .abs.leftb {left: auto;}
  .abs.left {left: auto;}
  .right {right: auto;}
  .leftb.right {right: auto;}
  h4, h5 {text-align: center;}
  .hb1, .hb2 {height: auto; top: auto;}
  .order .media {order: 2;}
  .mtm.no, .mtm2.no {margin-top: 0;}
  .top, .top2 {top: auto;}
  .arrowviol {max-height: 80px;}
  .item {width: 32%;}
  .spb {justify-content: center;}
  .corners .spb {justify-content: space-between;}
  .beautyarr {
    max-height: 133px;
    top: -3%;
    right: 100px;
    left: auto;
    transform: rotate(180deg);
  }
  .spoon {
    max-height: 300px;
    border-bottom: 4px solid #ffffff;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px){
  .fs-65 {font-size: 42px;}	
  .fs-50 {font-size: 40px;}
  .fs-40 {font-size: 32px;}
  .fs-28 {font-size: 25px;}
  .fs-25 {font-size: 22px;}
  .fs-30 {font-size: 25px;}
  .item {width: 47%;}
  .cen, .corners .spb  {justify-content: center;}
}

@media screen and (max-width: 576px){
 .main-section .abs.leftb {left: 15px;}
 .arrowr {display: none;}
 .circle {display: none;}
 .bgm {background: #6321aa;}
}

@media screen and (max-width: 450px){
  .btnc a {width: 100%; padding: 15px;}
}
@media screen and (max-width: 400px){
   .item {width: 100%;}
}



 .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%;}

}

/* Different Sized LArge Text Headings */

.large-heading {
  font-size: 60px;
  line-height: 64px;
  margin-bottom: 30px;
  font-weight: 700;
}
.medium-heading {
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .large-heading {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 0px;
  }
  .medium-heading {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}

@media (max-width: 330px) {
  .subtitle {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .large-heading {
    font-size: 40px;
    line-height: 42px;
  }
  .medium-heading {
    font-size: 28px;
    line-height: 30px;
  }
}

.testimonial {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.25);
  padding: 20px;
  font-size: 20px;
  line-height: 28px;
  font-style: italic;
  /*font-weight: 900;*/
  margin-bottom: 75px;
  color: #004483;
  margin-top: 20px;
}
/*.quote-author {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: right;
  font-style: normal;
  
}*/
.quote-author:before {
  content: '\2014'' ';
}

/*.review {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  padding: 25px 20px 30px 20px;
}*/
.star-wrap-alt {
  max-width: 160px;
}
.star-wrap-alt i {
  font-size: 24px;
  color: #ffa300;
}
.review-alt {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  padding: 25px 20px 20px 20px;
  display: grid;
  /*grid-template-columns: 200px auto;
  grid-gap: 20px;*/
  grid-template-columns: 1fr;
}
.review-alt .person {
  display: grid;
  align-items: start;
}
.review-alt .person img {
  border: 2px solid #f4f4f4;
  border-radius: 9px;
}
.review-alt p {
  margin-top: 0px;
  margin-bottom: 10px;
}
.review-alt .quotation {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
}
.review-alt h4 {
  text-align: left !important;
}
.review .review-desc p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}
.review-alt .quote-author {
  text-align: right;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 0px;
  color: #0076c7;
  font-weight: 600;
  padding-right: 50px;
  font-family: 'OpenSans Bold', Helvetica, Arial, sans-serif;
}
.review-alt .age {
  text-align: right;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: 'OpenSans Bold', Helvetica, Arial, sans-serif;
}
.age {
  color: #cccccc;
}
.person-info {
  flex: 1 1;
}

.person-info h6 {
  text-align: left;
}

.review-desc p {
  color: #666666;
  line-height: 1.7;
}
@media(max-width: 575px) {
  .review-alt {
    padding: 25px 15px 15px 15px;
    display: grid;
    /*grid-template-columns: 120px auto;
    grid-gap: 10px;*/
  }
}
@media(max-width: 385px) {
  .person-info {
    flex: none;
    width: 100%;
    padding-left: 0  !important;
    text-align: center;
  }
  .person-info h6 {
    text-align: center;
  }
  .person img {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.photos-row {
  margin-bottom: 55px;
}
.img-before-left, .img-before-middle, .img-before-right {
  padding: 15px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
  background: #fff;
}
.img-before-left img, .img-before-middle img, .img-before-right img {
  border: 2px solid #333333;
}
.img-before-left, .img-before-right {
  transform: rotate(9deg);
}
.img-before-middle {
  transform: rotate(-9deg);
}
@media (max-width: 991px) {
  .img-thumbnail {
    width: 500px;
    margin-bottom: 35px;
  }
}

/* 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;
}

/* STYLES FROM BOGO PAGE */
.video-review-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 45px;
}
.review-content {
  display: grid;
  align-items: center;
}
.review-content .quotation {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  color: #656565;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
.video-review {
  background: #212227;
  border-radius: 9px;
  padding: 9px;
  width: 268px;
  margin: 0px auto;
}
/*.video-review:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f10c'; 
  position: relative;
  left: 50%;
  top: -50%;
  width: 100px;
  height: 100px;
  text-align: center;
  border: 5px solid #ffffff;
  border-radius: 50%;
}*/
@media (max-width: 767px) {
  .video-review-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin-bottom: 15px;
    padding: 15px 15px 25px;
    /*border-bottom: 2px solid #d2d2d2;*/
  }
  .order-mobile1 {
    grid-row-start: 1;
  }
  .order-mobile2 {
    grid-row-start: 2;
  }
}

.verified-customer {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  /* color: #656565; */
}
.verified-customer i {
  color: #77bc20;
  font-size: 16px;
}

/* TESTIMONIAL CAROUSEL */
.carousel-inner {
  width: 80%;
  margin: 0px auto;
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 10%;
  color: #212227;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease;
  border: 0px;
  background: none;
}
.carousel-control-next:hover, .carousel-control-prev:hover {
  color: #816aa9;
}
.carousel-control-next-icon {
  right: 0%;
  /*background: none;*/
}
.carousel-control-next-icon {
  position: relative;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 42px;
  height: 42px;
  background-image: none;
}
.carousel-control-next-icon:before {
  font-family: 'FontAwesome';
  content: "\f138";
  font-size: 42px;
}
.carousel-control-prev-icon:before {
  font-family: 'FontAwesome';
  content: "\f137";
  font-size: 42px;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #816aa9;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.carousel-indicators {
  margin-bottom: 0px;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 9px;
  height: 9px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #816aa9;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
  border-radius: 50%;
}
.carousel-indicators .active {
  opacity: 1;
}
.visually-hidden {
  display: none;
}
@media (max-width: 767px) {
  .carousel-control-next, .carousel-control-prev {
    display: flex;
    -ms-flex-align: flex-end;
    align-items: flex-end;
  }
}

/* NEW UPSELL STYLES */

.underline-purple {
  background: linear-gradient(to top,transparent 0,transparent 5px,rgba(182,159,213,0.35) 0,rgba(182,159,213,0.35) 35%,transparent 35%,transparent 100%);
}
.underline-green {
  background: linear-gradient(to top,transparent 0,transparent 5px,rgba(119,188,32,0.35) 0,rgba(119,188,32,0.35) 25%,transparent 25%,transparent 100%);
}
.padding-5 {
  padding: 0px 5px;
}
.hero-new {
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
}
.small-heading {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .small-heading {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .hero-new {
    text-align: center;
  }
}
@media (max-width: 330px) {
  .small-heading {
    font-size: 22px;
    line-height: 23px;
    margin-bottom: 15px;
  }
}
.small-title-wrap {
  padding: 5px;
}
.small-title {
  font-size: 18px;
  line-height: 0.9em;
  text-transform: uppercase;
  color: #212227;
  font-weight: 700;
}
.small-title-alt {
  font-weight: 700;
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 10px;
  color: #202227;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
.subtitle {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  color: #212227;
  margin-bottom: 25px;
}
.purple { color: #816aa9; }
.deep-purple { color: #3b1e6a; }
.purple-bg {
  background: #816aa9;
}
.deep-purple-bg {
  background: #3b1e6a;
}
.font-18 {
  font-size: 18px;
}
.green {
  color: #77bc20;
}
.gift-headline {
  display: grid;
  grid-template-columns: 95px auto;
  grid-gap: 10px;
  justify-content: center;
  align-items: center;
}
.gift-headline i {
  font-size: 95px;
  transform: rotate(-4deg);
  color: #816aa9;
}
.recipe-detail {
  background: white;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
  display: grid;
  grid-template-rows: auto 50px;
  align-items: center;
  margin-bottom: 30px;
}
.img-recipe, .item-exciting img {
  border: 4px solid white;
  display: block;
  margin: 0px auto 15px;
  width: 300px;
}
.img-cover {
  width: 300px;
  display: block;
  margin: -50px auto -20px;
}
@media (max-width: 1199px) {
  .img-cover {
    margin: 0px auto -20px;
  }
}
@media (max-width: 991px) {
  .img-cover {
    margin: 0px auto 20px;
  }
}
.item-exciting {
  display: grid;
  grid-template-rows: 1fr auto;
  /*grid-gap: 15px;*/
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .img-recipe {
    width: 100%;
  }
  .item-exciting img {
    width: 350px;
  }
}
.item-exciting-content {
  padding: 15px 15px 15px 0px;
}
.offset-40 {
  padding-left: 40px;
}
.line-height-1 {
  line-height: 1.0em;
}
/*.checklist-ul {
  margin-bottom: 30px
}*/
.checklist-ul li {
  background-image: url(../img/checkmark-green.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: top 0px left;
  list-style: none;
  line-height: 1.0em;
  font-size: 18px;
  font-weight: 600;
   margin-bottom: 7px; 
  padding: 0px 10px 20px 45px;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}

.recap-item {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-gap: 15px;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 9px;
  margin-bottom: 40px;
}
.recap-item-content {
  display: grid;
  padding: 15px 15px 15px 0px;
}
.recap-guarantee {
  background: rgba(119,188,32,0.15);
  padding: 20px; 
  border-radius: 9px;
  display: grid;
  align-items: center;
  grid-template-columns: 250px 1fr;
  grid-gap: 15px;
  align-items: center;
  justify-content: center;
}