* {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: text;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, 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%;
}
strong {
  font-weight: 700;
}

ol, .eb-list {
  list-style: none;
  counter-reset: wp-list-counter;
}
ol, .eb-list {
  margin-bottom: 30px;
}
ol, ul {
  margin: 0;
  padding: 0;
}
ol > li::before {
  counter-increment: wp-list-counter;
  content: counter(wp-list-counter);
  margin-right: 10px;
}
.eb-list li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 15px;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  text-wrap: wrap;
  padding-left: 10px;
}
.eb-list li:before {
  content: counter(wp-list-counter) " ";
  width: 15px;
  height: 15px;
  display: block;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 15px;
  background-color: rgba(255,255,255, 1.0);
  font-weight: 900;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  z-index: 2;
  color: #b4b4b4;
  margin-left: -20px;
}
.ccp-list {
  padding-left: 40px;
  margin-bottom: 25px;
}
.ccp-list li {
  margin-bottom: 13px;
  line-height: 1.5;
  overflow-wrap: break-word;
  /*font-weight: 600;*/
}
.ccp-list li:before {
  content: counter(wp-list-counter) " ";
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 29px;
  background-color: #816aa9;
  font-weight: 900;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  z-index: 2;
  color: #fff;
  margin-left: -45px;
  border: 3px solid #3b1e6a;
}
p, li {
  /*font-size: 18px;*/
  font-size: 22px;
  line-height: 1.7;
  margin-bottom: 0;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  p, li {
    font-size: 18px;
    /*font-size: 22px;*/
    line-height: 1.7;
    margin-bottom: 0;
    font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  }
}

/* Display */
h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizelegibility;
  line-height: 1.2em;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
h1 {
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.1;
}
h1 .large-span {
  font-size: 80px;
  font-size: 8.0rem;
  color: #77bc20;
  font-weight: 900;
}

/* Headline */
/*h1 {
  font-size: 45px;
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1.1em;
}*/

/* Title */
h2 {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.1em;
  font-weight: 700;
}
.large-heading {
  font-size: 65px;
  font-size: 6.5rem;
}
h1, h2 { margin-bottom: 25px; }

/* SubTitle */
h3 {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.1em;
  font-weight: 500;
}
h4 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2em;
  font-weight: 700;
}
h3, h4 { 
  margin-bottom: 25px;
  font-weight: 700;
}
@media (max-width: 768px) {
  h1 {
    font-size: 38px;
    font-size: 3.8rem;
    font-weight: 600;
    line-height: 1.1;
  }
  h1 .large-span {
    font-size: 55px;
    font-size: 5.5rem;
    color: #cd1900;
    font-weight: 900;
  }
  .large-heading {
    font-size: 45px;
    font-size: 4.5rem;
  }
  h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  h4 {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.2em;
  }
}

.small-title {
  text-transform: uppercase;
  /*letter-spacing: 2px;*/
  font-weight: 900;
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 10px;
}
.uppercase {
  text-transform: uppercase;
}

/* COLORS */
.ccp { color: #816aa9 !important; }
.ccp-dk { color: #3b1e6a !important; }
.green {
  color: #77bc20 !important;
}
.purple {
  color: #816aa9 !important;
}
.biotin {
  color: #6d8d8a !important;
}
.nutraboost {
  color: #cd5d28 !important;
}
.nutraboost-lt {
  color: #e3a386 !important;
}
.nutraboost-dk {
  color: #993300 !important;
}
.green-bg {
  background: #77bc20 !important;
}
.lt-blue-bg {
  background: #39c6fb;
}
.super-lt-blue-bg {
  /*background: #93e2ff;*/
  background: #ccecff;
}

.gray1 { color: rgba(255,255,255,0.6) !important; }
.gray2 { color: rgba(255,255,255,0.4) !important; }
.gray3 { color: rgba(255,255,255,0.2) !important; }

.gray-alt1 { color: rgba(0,0,0,0.6) !important; }
.gray-alt2 { color: rgba(0,0,0,0.4) !important; }
.gray-alt3 { color: rgba(0,0,0,0.2) !important; }

.black { color: #000 !important; }
.red { color: #cd1900 !important; }
.white { color: #ffffff !important; }
.lt-blue { color: #39c6fb !important; }

/* BG COLORS */
.ccp-bg { background: #816aa9; }
.ccp-dk-bg { background: #3b1e6a; }
.beige-bg {background: #f5f2ef;}
.black-bg {background: #181818;}
.red-bg {background: #cd1900;}
.blue-bg {background: #e6f5f8;}
.white-bg {
  background: #fff; 
}

.nutraboost-xtra-lt-bg {
  background: rgba(205, 93, 40, 0.15);
}
.nutraboost-bg {
  background: #cd5d28 !important;
}
.nutraboost-lt-bg {
  background: #e3a386 !important;
}
.nutraboost-gradient {
  background: linear-gradient(0deg, rgba(255,255,255,1.0), rgba(205,93,40,0.15));
}
.nutraboost-gradient-alt {
  background: linear-gradient(0deg, rgba(205,93,40,0.15), rgba(205,93,40,0.15));
}

.section-repeat {
  padding-top: 40px;
  padding-bottom: 45px;
}
.section-repeat-sm {
  padding-top: 30px;
  padding-bottom: 25px;
}

.main-bg {
  /*background: white;*/
  padding: 20px 35px 60px;
  /*box-shadow: 0px 4px 10px rgba(0,0,0,0.25);*/
  /*transform: rotate(-2deg);*/
}
.folder-tab-wrap {
  text-align: right;
  margin-top: -75px;
  position: relative;
  z-index: 13;
}
.folder-tab {
  height: 44px;
  width: 150px;
  position: relative;
  top: 10px;
  background-color: #f5f2ef;
  right: 28px;
  display: inline-block;
  z-index: 2;
  margin-right:50px;
  color: #A3B4C9;
  cursor: pointer;
}
.folder-tab p {
  margin-bottom: 0px;
  font-family: courier;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #999;
}
.folder-tab:before {
  height: 44px;
  width: 30px;
  border-radius: 10px 10px 0px 0px;
  background-color: #f5f2ef;
  content: "";
  position: absolute;
  left: -20px;
  top: 0px;
  -webkit-transform: skewX(-9deg);
  transform: skewX(-9deg);
  z-index: -1;
}
.folder-tab:after {
  height: 44px;
  width: 30px;
  border-radius: 10px 10px 0px 0px;
  background-color: #f5f2ef;
  content: "";
  position: absolute;
  right: -20px;
  top: 0px;
  -webkit-transform: skewX(9deg);
  transform: skewX(9deg);
  z-index: -1;
}
.folder-tab span {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  height: 44px;
  line-height: 44px + 4;
  z-index: 3;
}
.folder {
  background: linear-gradient(180deg, #f5f2ef, rgba(255,255,255,1.0));
  position: relative; 
  z-index: 12; 
  box-shadow: 0px -24px 25px rgba(0,0,0,0.25); 
  border-radius: 9px; 
  padding-bottom: 75px;
  padding-top: 25px;
}
/* OVERLAYS */
.small-screen-overlay-wht {
  background: linear-gradient(90deg, rgba(255,255,255,0.0), rgba(255,255,255,0.0));
}
@media (max-width: 1199px) {
  .small-screen-overlay-wht {
    background: linear-gradient(90deg, rgba(255,255,255,0.5), rgba(255,255,255,0.5));
  }
}
.sm-lead {
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 500;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
.lead {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3em;
  font-weight: 500;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  .main-bg {
    transform: rotate(0deg);
  }
  .sm-lead, .lead {
    font-size: 20px;
  }
}
.boldem {
  font-weight: 800;
  font-style: italic;
}
.font-tf {
  font-family: source-serif-pro, serif;
  font-weight: 900;
  color: #02a5b4;
  font-size: 24px;
  line-height: 28px;
}
.zero-bottom-margin {
  margin-bottom: 0px !important;
}

/*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;*/
}
.check li {
  padding-top: 0;
}
.check li:first-child {
  padding-top: 0;
}
.checklist-ul {
  margin-bottom: 25px;
  margin-left: 20px;
}
.checklist-ul-bad {
  margin-bottom: 0px;
  margin-left: 20px;
}
.checklist-ul li {
  background-image: url(../img/checkmark-green.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: top 0px left;
  list-style: none;
  line-height: 1.3em;
  /*font-size: 18px;*/
  font-weight: 600;
  padding: 0px 10px 20px 33px;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
.checklist-ul-bad li {
  background-image: url(../img/checkmark-cross.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: top 0px left;
  list-style: none;
  line-height: 1.3em;
  /*font-size: 18px;*/
  font-weight: 600;
  padding: 0px 10px 20px 33px;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
.checklist-ul-lg li {
  background-size: 30px;
  background-position: top 5px left;
  font-size: 22px;
  /* margin-bottom: 10px; */
  padding: 0px 10px 20px 45px;
}
.btn-addtocart-wrap {
  padding: 20px 25px 30px;
  border-radius: 9px;
  display: inline-block;
  margin: 0px auto;
}
.btn-main {
  white-space: normal;
  display: inline-block;
  transition: all .15s ease;
  border: none;
}
.btn-main, .btn-orange {
  background: #fd6300;
  /*background: linear-gradient(0deg, rgba(255,201,0,1), #fc9903);*/
  padding: 20px 25px;
  border-radius: 40px;
  text-decoration: none;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.5);
  line-height: 0.9em;
  white-space: normal;
}
.btn-main p, .btn-orange p{
  font-size: 26px;
  /*color: #000000;*/
  color: #ffffff;
  text-shadow: 0px 1px 2px rgba(0,0,0,1.0);
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.0em;
  text-align: center;
  margin-bottom: 0px;
}
.btn-close-wrap {
  text-align: center;
  padding-top: 10px;
}
.btn-close {
  padding: 10px 14px;
  border-radius: 40px;
  background: #cd1900;
}
.btn-close p {
  font-size: 16px;
  /*color: #000000;*/
  color: #ffffff;
  text-shadow: 0px 1px 2px rgba(0,0,0,1.0);
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.0em;
  text-align: center;
  margin-bottom: 0px;
}
/*.btn-addtocart:before {
  position: absolute;
  top: -5px;
  left: 50px;
  content: "";
  width: 50px;
  height: 85px;
  background: rgba(255, 255, 255, 0.1);
  transform: skew(-30deg);
  animation: sheen 5s ease infinite;
}
@keyframes sheen { 
  from {left: 0%; opacity: 0;} 
  to {left: 100%; opacity: 100;}
}*/
.btn-main:hover, .btn-orange:hover {
  background: #77bc20;
  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);
}
.price-item .btn-main:hover {
  margin-bottom: 25px;
}
.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: 767px) {
  .btn-main, .btn-orange {
    padding: 20px 25px;
    text-shadow: 0px 1px 1px rgba(255,255,255,1.0);
    text-transform: uppercase;
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .btn-main p, .btn-orange p {
    font-size: 20px;
  }
}
p{
  margin-bottom: 25px;
}

main {
  overflow: hidden;
}

.intro-lead {
  font-size: 26px;
  line-height: 1.4em;
}
.section-pills-powders {
  padding-top: 45px;
  padding-bottom: 55px;
  background: url( "../img/pills-powders.jpg" ) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-small-intro {
  padding-top: 10px;
  padding-bottom: 15px;
}
.section-non-icons {
  padding-top: 25px;
  padding-bottom: 35px;
}
.section-limited {
  padding-top: 15px;
  padding-bottom: 10px;
  background: linear-gradient(0deg, rgba(255,255,255,0.0), rgba(255,255,255,0.0)), url( '../img/harvard-scientist-bg-main.jpg' ) top right no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 1199px) {
  .section-limited {
    background: linear-gradient(0deg, rgba(255,255,255,0.85), rgba(255,255,255,0.30)), url( '../img/harvard-scientist-bg-main.jpg' ) top right no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .section-limited {
    background: none
  }
  .img-main-mobile {
    border: 9px solid white;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.5);
    display: block;
    margin: 0px auto 25px;
    width: 350px;
  }
  .main-bg {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  
  .section-limited {
    background: none;
  }
  .img-main-mobile {
    border: 9px solid white;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.5);
    display: block;
    margin: 0px auto 25px;
    width: 350px;
  }
}

.main-section {
  padding-bottom: 100px;
}
.red-highlight {
  /*background: #AF163C;*/
  background: #cd1900;
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 5px;
}
.green-highlight {
  /*background: #AF163C;*/
  background: #77bc20;
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 5px;
}
.underline-nutraboost {
  background: linear-gradient(to top,transparent 0,transparent 5px,rgba(205,93,40,0.35) 0,rgba(205,93,40,0.35) 25%,transparent 25%,transparent 100%);
}
.underline-nutraboost-dk {
  background: linear-gradient(to top,transparent 0,transparent 5px,rgba(171,64,13,0.35) 0,rgba(171,64,13,0.35) 25%,transparent 25%,transparent 100%);
}
.underline-red {
  background: linear-gradient(to top,transparent 0,transparent 5px,rgba(205,25,0,1.0) 0,rgba(205,25,0,1.0) 25%,transparent 25%,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%);
}
.absorb-seal {
  width: 300px;
  transform: rotate(4deg);
  position: absolute;
  right: 30px;
  top: 250px;
  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;
  }
}

/* TESTIMONIALS AND REVIEWS */
.testimonial-top-wrap {
  background: rgba(255,255,255,0.75);
  border-radius: 17px;
}
.testimonial, .testimonial-top {
  background: rgba(0,0,0,0.03);
  border-radius: 15px;
  border: 2px solid rgba(255,255,255,0.5);
  box-shadow: 0px 4px 10px rgba(0,0,0,0.25);
  padding: 20px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 75px;
}
.testimonial-top {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 90px auto;
  margin-bottom: 25px;
  padding: 20px 20px 0px;
  /*box-shadow: none;*/
}
.testimonial img, .testimonial-top img {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: 0px auto 15px;
  border: 2px solid #d2d2d2;
}
.testimonial p, .testimonial-top p {
  font-size: 18px;
  font-weight: 300;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
.testimonial-top p {
  font-size: 16px;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.testimonial .quote-author, .testimonial-top .quote-author {
  font-size: 16px;
  /*letter-spacing: 1px;*/
  /*text-transform: uppercase;*/
  text-align: right;
  font-style: normal;
  font-weight: 600;
}
.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-center {
  margin: 10px auto;
  display: block;
}
.star-wrap-alt i {
  font-size: 24px;
  color: #ffa300;
}
.ban-section {
  /*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: 250px auto;
  grid-gap: 20px;
  width: 700px;*/
  background: #fff;
  /*padding: 9px;*/
  margin: 0px auto 25px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
  margin-bottom: 25px;
  /*grid-template-columns: 1fr 2fr;*/
}
.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;
  margin-bottom: 25px;
  /*grid-template-columns: 1fr 2fr;*/
}
.review-alt-full {
  grid-template-columns: 1fr;
}
.review-alt .person {
  display: grid;
  align-items: start;
}
.review-alt .person .img-review {
  border: 2px solid #f4f4f4;
  border-radius: 9px;
}
.review-alt .person .img-review-sm {
  display: none;
}
.person .img-review {
  border: 2px solid #f4f4f4;
  border-radius: 9px;
  display: block;
  margin: 0px auto;
  width: 100%;
}
@media (max-width: 1199px) {
  .ban-section {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin-bottom: 25px;
    /*grid-template-columns: 1fr 2fr;*/
  }
}
@media (max-width: 991px) {
  .person .img-review {
    width: 300px;
  }
}
.review-alt p {
  margin-top: 0px;
  margin-bottom: 10px;
}
.review-alt .quotation, .quotation {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
}
.review-alt h4 {
  text-align: left !important;
}
.review .review-desc p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}
.review-alt .quote-author, .quote-author {
  text-align: right;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 0px;
  color: #cd5d28;
  font-weight: 600;
  padding-right: 20px;
  /*text-transform: uppercase;*/
  /*font-family: 'OpenSans Bold', Helvetica, Arial, sans-serif;*/
  font-family: hero-new, "Helvetica-Neue", 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;*/
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  color: #cccccc;
}
.verified-customer {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  /*color: #656565;*/
}
.verified-customer i {
  color: #77bc20;
  font-size: 16px;
}
.review-sm .check-wrap, .check-wrap {
  display: grid;
  grid-template-columns: 40px auto;
  grid-gap: 10px;
  /*align-items: center;*/
  justify-content: center;
  margin-bottom: 15px;
}
.x-wrap {
  display: grid;
  grid-template-columns: 40px auto;
  grid-gap: 10px;
  align-items: center;
  justify-content: start;
  margin-bottom: 15px;
}
.review-sm .check-wrap i, .check-wrap i, .x-wrap i {
  font-size: 40px;
  color: #77bc20;
}
.num-wrap {
  display: grid;
  grid-template-columns: 40px auto;
  grid-gap: 10px;
  /*align-items: center;*/
  /*justify-content: center;*/
  margin-bottom: 15px;
}
/* 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;
  }
}

/* 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: #cd5d28;
}
.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: #cd5d28;
  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: #cd5d28;
  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;
  }
}

.num-wrap .number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #77bc20;
  display: grid;
  justify-content: center;
  align-items: center;
}
.num-wrap .check-content {
  display: grid;
  /*justify-content: center;*/
  align-items: center;
}
.num-wrap .number p {
  font-size: 25px;
  font-weight: 900;
  color: white;
}

/* ICE CREAM SECTION */

.abs {
  position: absolute;
  bottom: 0;
  height: 100%;
  max-width: none;
}
.section-icecream {
  /*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: 0px;
}
.main-icecream {
  display: block;
  margin: 0px auto 0px;
}
/*.main-icecream {
  display: none;
}*/
@media (max-width: 1399px) {
  /*.section-icecream {
    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: 991px) {
  .section-icecream {
    background: linear-gradient(45deg, rgba(255,255,255,0.75), rgba(255,255,255,0.75));
  }
  .main-icecream {
    display: block;
    margin: 20px auto 0px;
    width: 350px;
  }
  /*.review-alt {
    display: grid;
    grid-template-columns: 200px auto;
    grid-gap: 15px;
  }*/
  .review-alt {
    display: grid;
    grid-template-columns: 100px auto;
    grid-gap: 15px;
  }
  .review-alt .person .img-review {
    width: 150px;
  }
  .review-alt-full {
    grid-template-columns: 1fr;
  }
}
.section-icecream .row {
  /*min-height: 460px;*/
}
@media (max-width: 575px) {
  .review-alt {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}

/* "NON" Icons */

.non-icons-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 25px;
}
.non-icon {
  width: 145px;
  /*height: 145px;*/
/*  border-radius: 50%;
  border: 3px solid #cd5d28;
  background: rgba(242,99,32,0.15);*/
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, auto));
  padding: 0px;
  justify-items: center;
}
.non-icon-text {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.0em;
  margin-bottom: 0px;
}
.non-icon-inner, .non-icon-inner-alt {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #cd5d28;
  /*border: 5px solid #212227;*/
  background: rgba(129,106,169,0.5);
  background: white;
  display: grid;
  align-items: center;
  box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
  margin-bottom: 13px;
}
.non-icon-inner img {
  /*width: 70%;*/
  margin: 0px auto;
}
/*.non-icon-inner:after {
  content: "";
  background: #cd5d28;
  height: 5px;
  width: 145px;
  position: absolute;
  top: 59%;
  transform: rotate(-45deg);
}  */

.non-icons-wrap-mini {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0px;
}
.non-icon-mini {
  /*width: 175px;*/
  /* height: 145px; */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50px, auto));
  padding: 10px;
  /* align-items: center; */
  /* align-content: center; */
  justify-content: center;
}
.non-icon-mini-text {
  font-size: 10px;
  font-weight: 700;
  color: #cd5d28;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.0em;
  margin-bottom: 0px;
}
.non-icon-mini-inner {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /* border: 5px solid #212227; */
  background: rgba(129,106,169,0.5);
  background: white;
  display: grid;
  align-items: center;
  box-shadow: 0px 3px 8px rgb(0 0 0 / 50%);
  margin-bottom: 9px;
  justify-self: center;
}
.non-icon-mini-inner img {
  width: 100%;
  margin: 0px auto;
}

.non-icon .non-icon-inner p, .non-icon .non-icon-inner-alt p {
  margin-bottom: 0px;
  text-align: center;
  font-size: 26px;
  line-height: 1.0em;
  /*text-transform: uppercase;*/
  font-weight: 600;
  color: #0d403d;
  /*color: white;*/
  /*font-family: source-serif-pro, din-condensed, hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;*/
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
.ingredient-wrap {
  position: relative;
  border-radius: 20px;
  padding: 25px 20px 20px 20px;
  display: grid;
  grid-template-columns: 150px auto;
  grid-gap: 20px;
  background: #fff;
  margin: 0px auto 25px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
  margin-bottom: 25px;
}
.ingredient-wrap .reasons-number {
  position: absolute;
  left: -25px;
  top: 20px;
}
.ingredient-wrap .img-ingredient {
  border-radius: 9px;
  border: 2px solid #d2d2d2;
}
.ingredient-wrap .ingredient-content p {
  font-size: 18px;
  line-height: 1.4em;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .check-wrap {
    display: grid;
    grid-template-columns: 1fr;
  }
  .non-icon {
    width: 135px;
    height: 135px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(125px, auto));
    padding: 0px;
  }
  .non-icon-inner, .non-icon-inner-alt {
    width: 100px;
    height: 100px;
  }
  /*.non-icon-inner:after {
    content: "";
    background: #cd5d28;
    height: 5px;
    width: 120px;
    position: absolute;
    top: 73%;
    transform: rotate(-45deg);
  }*/
  .non-icon .non-icon-inner p, .non-icon .non-icon-inner-alt p {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .non-icon {
    width: 120px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, auto));
  }
  /*.non-icon-inner:after {
    content: "";
    background: #cd5d28;
    height: 5px;
    width: 145px;
    position: absolute;
    top: auto;
    transform: rotate(-45deg);
  }*/
}
@media (max-width: 768px) {
  .ingredient-wrap .reasons-number {
    left: 10px;
    top: 10px;
  }
  .non-icon {
    width: 100px;
    height: 152px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, auto));
    /*padding: 10px;*/
    justify-items: center;
  }
  .non-icon-inner, .non-icon-inner-alt {
    width: 90px;
    height: 90px;
  }
  /*.non-icon-inner:after {
    content: "";
    background: #cd5d28;
    height: 5px;
    width: 120px;
    position: absolute;
    top: auto;
    transform: rotate(-45deg);
  }*/
  .non-icon .non-icon-inner p, .non-icon .non-icon-inner-alt p {
    font-size: 22px;
  }
  .non-icon-text {
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .non-icon {
    width: 65px;
    height: 113px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, auto));
    padding: 0px;
    justify-items: center;
  }
  .non-icon-inner, .non-icon-inner-alt {
    width: 50px;
    height: 50px;
  }
  /*.non-icon-inner:after {
    content: "";
    background: #cd5d28;
    height: 5px;
    width: 115px;
    position: absolute;
    top: auto;
    transform: rotate(-45deg);
  }*/
  .non-icon .non-icon-inner p, .non-icon .non-icon-inner-alt p {
    font-size: 16px;
  }
}

/* IMAGES */
.arrows {
  max-height: 60px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
}
.arrows-right {
  max-height: 60px;
  position: absolute;
  z-index: 1;
  left: -70px;
  top: 250px;
}
.img-infographic {
  /*max-width: 900px;*/
  display: block;
  margin: 10px auto 30px;
}
.img-spoon {
  position: absolute;
  left: 0;
}
.img-collagen {
  width: 300px;
}
.img-spoon-circle {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  /*border: 4px solid rgba(0,0,0,0.15);*/
  border: 9px solid #cd5d28;
  display: block;
  margin: 0px auto 25px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
}
.img-circle-plain {
  width: 300px;
  height: 300px;
  border-radius: 50%;
}
.img-dripping-caramel {
  width: 275px;
  border-radius: 50%;
  /*border: 4px solid rgba(0,0,0,0.15);*/
  border: 9px solid #3b1e6a;
  display: block;
  margin: 0px auto;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
}
.img-mattress {
  width: 450px;
}
.img-skin {
  width: 650px;
  margin-bottom: 25px;
}
.img-five-box {
  width: 550px;
  display: block;
  margin: 0px auto;
}
.img-gmp {
  width: 80px;
  float: left;
  margin-right: 15px;
  margin-bottom: 9px;
}
.img-mirror {
  width: 300px;
}
.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: #cd5d28;
  text-align: center;
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .arrows-right {
    max-height: 60px;
    position: absolute;
    z-index: 1;
    left: -70px;
    top: 300px;
  }
}
@media (max-width: 991px) {
  .img-spoon-circle {
    width: 250px;
    height: 250px;
  }
  .img-dripping-caramel {
    width: 250px;
  }
  .img-ccp-splash {
    width: 350px;
    transform: rotate(7deg);
    margin: 0px auto 20px;
  }
}
@media (max-width: 768px) {
  .absorb-seal {
    width: 200px;
    transform: rotate(4deg);
    position: absolute;
    right: 40px;
    top: 0px;
    z-index: 1000;
  }
  .img-mattress {
    width: 300px;
  }
  .photo-pigging {
    max-width: 300px;
    margin: 0px auto 25px;
  }
  .photo-pigging div p {
    font-size: 18px;
    line-height: 18px;
  }
  .img-ccp-splash {
    width: 250px;
    margin: 0px auto 20px;
  }
  .img-mirror {
    width: 200px;
  }
  .img-circle-plain {
    width: 225px;
    height: 225px;
    border-radius: 50%;
  }
}
@media (max-width: 574px) {
  
}

/* FAQ STYLES */
.accordion {
  background: none;
  margin-bottom: 50px;
}
.accordion .lead {
  margin-bottom: 0px;
}
.accordion p {
  font-size: 16px;
  line-height: 1.2em;
}
.accordion button p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
}
.card-header {
  padding: 0px;
  margin-bottom: 0;
  background: none;
  border: none;
}
.card-body {
  border-bottom: 2px solid #cd5d28;
  background: rgba(0,0,0,0.05);
  padding: 1.75rem;
}
.card-header button {
  padding: 2.5rem 1.75rem;
  background: #ffffff;
  border-radius: 0px;
  box-shadow: none;
  display: grid;
  grid-template-columns: auto 30px;
}
.accordion>.card {
  border-bottom: 1px solid #d2d2d2;
}
.accordion>.card>.card-header>.collapsed {
  /*border-radius: 9px;*/
  /*margin-bottom: 20px;*/
  background: linear-gradient(0deg, rgba(170, 170, 170, 0.15), #ffffff);
  background: white;
  border-bottom: 1px solid rgba(0,0,0,0.3);
  /*border: 2px solid #ffffff;*/
  text-shadow: 0px 1px 2px #ffffff;
  width: 100%;
  text-align: left;
}
.accordion>.card>.card-header {
  border-bottom: 1px solid #cd5d28;
  color: #cd5d28;
}
.accordion>.card>.card-header>.collapsed:hover {
  background: linear-gradient(180deg, rgba(106,179,79, 0.15), rgba(106,179,79, 0.15));
  /*border: 2px solid #f4f4f4;*/
}
.btn.focus, .btn:focus {
  box-shadow: none;
}
.btn-block[aria-expanded="true"] {
  color: #cd5d28;
  width: 100%;
  text-align: left;
}
.btn-block[aria-expanded="true"] .fa-circle-arrow-down {
  transform: rotate(180deg);
}
.fa-chevron-circle-up {
  height: 25px;
  position: absolute;
  right: 15px;
  top: 25px;
  /*transform: rotate(-180deg);*/
  transition: .2s;
  font-size: 26px;
  transition: all 0.3s ease;
  color: #cd1900;
}
.btn-block.collapsed .fa-chevron-circle-up {
  transform: rotate(180deg);
  color: #6ab34f;
}
.accordion .card {
  background: none;
  border: none;
}

.photos-row {
  margin-bottom: 55px;
}
.img-before-left, .img-before-middle, .img-before-right {
  padding: 9px;
  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(4deg);
}
.img-before-middle {
  transform: rotate(-4deg);
}
.img-large-center {
  display: block;
  width: 700px;
  background: #fff;
  /*border-radius: 9px;*/
  padding: 9px;
  margin: 0px auto 25px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
}
.img-no-bg {
  background: none;
  box-shadow: none;
}
.img-large-center img {
  /*border-radius: 9px 9px 0px 0px;*/
}
.img-large-center figcaption {
  padding: 10px;
  background: #ffffff;
  /*border-radius: 0px 0px 9px 9px;*/
}
.img-box {
  padding: 9px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
  background: #fff;
  width: 350px;
  display: block;
  margin: 0px auto 25px;
}
.img-box figcaption {
  padding: 10px 10px 0px;
  background: #ffffff;
}
figcaption {
  font-size: 14px;
  line-height: 1.1em;
  font-style: italic;
  color: #333;
}
.float-r {
  float: right;
  margin: 0px 0px 25px 15px;
}
.float-l {
  float: left;
  margin: 0px 15px 25px 0px;
}
.img-source {
  width: 550px;
  display: block;
  margin: 15px auto;
}
.rotateneg3 {
  transform: rotate(-3deg);
}
.rotate3deg {
  transform: rotate(3deg);
}
.img-circle-border {
  padding: 9px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
  background: #fff;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  display: block;
  margin: 0px auto 25px;
}
@media (max-width: 991px) {
  .img-thumbnail {
    width: 500px;
    margin-bottom: 35px;
  }
  .img-box {
    width: 300px;
  }
  .img-large-center {
    display: block;
    width: auto;
  }
  .float-r,
  .float-l {
    float: none;
    display: block;
    margin: 0px auto 25px;
  }
}
@media (max-width: 768px) {
  .img-before-left, .img-before-middle, .img-before-right {
    max-width: 250px;
    margin-bottom: 35px;
    margin: 0px auto;
  }
  .img-circle-border {
    padding: 5px;
    width: 225px;
    height: 225px;
    border-radius: 50%;
    display: block;
    margin: 0px auto 25px;
  }
}

/* NUTRITION LABEL */
#nutrition-facts {
  padding-top: 40px;
  padding-bottom: 50px;
}
.lead-title {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 22px;
  line-height: 23px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.product-title {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  color: #212227;
  text-shadow: 0px 2px 2px rgb(255 255 255);
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  line-height: 1.0em;
}
.nutrition-label {
  border: 5px solid #212227;
  /*margin: 20px;*/
  /*max-width: 400px;*/
  /*padding: 0.5px;*/
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 300;
  display: block;
  margin: 0px auto 30px;
}
.nutrition-label p {
  margin-bottom: 0px !important;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif !important;
  font-size: 13px;
  line-height: 1.2em;
}
.nutrition-header {
  padding: 5px;
  border-bottom: 5px solid #212227;
}
.nutrition-label-title {
  font-weight: 700;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  color: #212227;
  margin-bottom: 5px;
  font-size: 28px;
  line-height: 28px;
  margin: 0px;
  text-transform: uppercase;
}
.nutrition-header p {
  /*font-weight: 700;*/
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 0px;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif !important;
}
.nutrition-header p span {
  font-size: 20px;
}
.aps-wrap {
  padding: 5px;
  display: grid;
  grid-template-columns: 3fr 1fr;
  border-bottom: 1px solid #212227;
}
.aps-heading {
  font-weight: 700;
  font-size: 16px;
}
.aps-sub-wrap {
  padding: 5px;
  display: grid;
  align-items: end;
  grid-template-columns: 3fr 1fr;
  border-bottom: 5px solid #212227;
}
.aps-sub-heading {
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 0px;
}
.calories-heading {
  font-weight: 700;
  font-size: 28px;
  line-height: 1em;
}
.calories-sub-heading {
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 0px;
  font-weight: 700;
}
.calories-sub-number {
  font-size: 20px;
  font-weight: 700;
  text-align: right;
  line-height: 1em;
}
.calories {
  display: grid;
  align-content: end;
}
.calories p {
  font-size: 50px;
  line-height: 1em;
  font-weight: 700;
  text-align: right;
}
.label-section {
  border-bottom: 4px solid #212227;
}
.label-main-heading {
  padding: 5px;
  display: grid;
  grid-template-columns: 2fr 0.5fr 0.5fr;
  border-bottom: 2px solid #212227;
}
.label-main-heading sup {
  line-height: 9px;
}
.label-main-heading p {
  text-align: right;
  font-size: 10px;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 0px;
}
.label-items-main, .label-items-additional {
  font-size: 14px;
  line-height: 1em;
}
.label-item-main {
  padding: 3px 5px;
  border-bottom: 1px solid #212227;
  border-top: 1px solid #212227;
}
.label-item-sub {
  padding: 3px 5px 3px 15px;
  border-bottom: 1px solid #212227;
}
.label-item-main, .label-item-sub {
  display: grid;
  grid-template-columns: 2fr 0.5fr 0.5fr;
}
.label-item-main p, .label-item-sub p {
  text-align: right;
}
.label-item-title {
  text-align: left !important;
}
.label-footer {
  padding: 5px;
}
.label-footer p {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
}
.label-footer p span {
  font-style: normal;
}
.ingredients-label {
  font-size: 20px;
  margin-bottom: 4px;
}
.ingredients-text {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
.caution-label {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 16px;
  font-style: italic;
}
.disclaimer, .disclaimer p {
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 14px !important;
}

.main-overlay {
  padding-top: 40px;
  padding-bottom: 45px;
  /*background: linear-gradient(0deg, rgba(252,175,0,0.65), rgba(242,99,32,0.65));*/
  /*background: linear-gradient(0deg, rgba(255,102,0,0.8), rgba(255,160,0,0.8));*/
  background: linear-gradient(0deg, rgba(255,255,255,0.85), rgba(255,255,255,0.85));
  box-shadow: 0px 4px 10px rgba(0,0,0,0.5);
}
.main-overlay-orange {
  padding-top: 40px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, rgba(255,102,0,0.7), rgba(255,160,0,0.7));
}
#sales-intro .sales-title {
  font-size: 90px;
  text-shadow: 0px 2px 2px rgb(0,0,0);
  color: white;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  font-family: din-condensed, hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0px 0px 13px rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
}
/*.subtitle {
  text-shadow: 0px 2px 2px rgba(255,102,0,0.5);
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  color: white;
}*/
.section-gray {
  background: #f1f1f1;
}

/* CHECKMARKS */
.checkmarks-wrap {
  margin-top: 25px;
  margin-bottom: 0px;
}
.checkmarks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  justify-content: center;
}
.checkmarks h4 {
  font-size: 20px;
}
.checkmarks .green-circle {
  width: 50px;
  height: 50px;
  background: #6ab34f;
  border-radius: 50%;
  margin: 0px auto 9px;
  display: grid;
  align-items: center;
  justify-content: center;
}
.checkmarks .green-circle i {
  font-size: 30px;
  font-weight: 900;
}
@media (max-width: 991px) {
  .nutrition-label {
    max-width: 400px;
  }
}
@media (max-width: 575px) {
  .checkmarks .green-circle {
    width: 50px;
    height: 50px;
  }
  .checkmarks .green-circle i {
    font-size: 30px;
    font-weight: 900;
  }
}
.guarantee-wrap {
  width: 350px;
  height: 350px;
  margin: -100px auto 0px;
  display: block;
  background: #e9f3e6;
  border-radius: 50%;
  padding: 25px;
}
.img-guarantee-180 {
  width: 300px;
  margin: 0px auto 20px;
  display: block;
}
.img-guarantee {
  width: 200px;
  margin: 0px auto 20px;
  display: block;
}
.img-signature {
  width: 150px;
  margin-bottom: 20px;
}

/* FOOTER */

#footer {
  display: grid;
  /*background: linear-gradient(0deg,rgba(0,0,0,0.6),rgba(0,0,0,0.6));*/
  background: #212227;
  padding-top: 35px;
  padding-bottom: 50px;
}
#footer p {
  color: #20100b;
  font-size: 12px;
  margin-bottom: 7px;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
#footer a {
  /*color: #f4f4f4;*/
}
.wp-footer {

}
.footer-logo {
  display: block;
  margin: 0px auto 25px;
  width: 200px;
}
.img-pouch {
  transform: rotate(3deg);
  width: 200px;
  display: block;
  float: right;
  margin-left: 20px;
}
@media (max-width: 991.98px) {
  .intro-bottle {
    width: 150px;
    display: block;
    margin: 10px auto;
  }
}
@media (max-width: 767.98px) {
  
}
@media (max-width: 574.98px) {
  .img-pouch {
    transform: rotate(0deg);
    width: 150px;
    /*float: none;*/
    display: block;
    margin: 10px auto;
  }
  .guarantee-wrap {
    width: 200px;
    height: 200px;
    margin: 0px auto 20px;
    display: block;
    background: none;
    border-radius: 50%;
    padding: 0px;
  }
  .img-guarantee-180 {
    width: 200px;
    /*margin: 0px auto 20px;*/
    display: block;
  }
}
.three-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 25px;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.three-wrap .three-item {
  /*text-align: center;
  display: grid;
  justify-content: center;*/
  position: relative;
  /*flex: 200px;*/
  width: 250px;
}
.three-wrap .three-item .three-item-sub {
  text-align: center;
  display: grid;
  justify-content: center;
  position: relative;
  align-items: center;
  margin-bottom: 15px;
}
.three-item .three-item-sub img {
  display: block;
  margin: 0px auto;
  width: 175px;
  border: 4px solid rgba(0,0,0,0.15);
  border-radius: 50%;
}
.ban-wrap {
  z-index: 1001;
  display: grid;
  align-items: center;
  justify-items: center;
}
.img-circle-ban {
  padding: 9px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
  background: #fff;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  display: block;
  margin: 0px auto;
}
.absolute-x-wrap {
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1001;
  display: grid;
  align-items: center;
  justify-items: center;
}
.absolute-x {
  position: absolute;
  z-index: 1001;
/*  top: 0px;
  left: 17px;*/
  font-size: 190px;
  text-shadow: 0px 4px 10px rgba(0,0,0,0.5);
  /*font-weight: 500;*/
}

@media (max-width: 1199px) {
  .three-wrap .three-item {
    position: relative;
    width: 200px;
  }

}
@media (max-width: 768px) {
  .three-wrap .three-item {
    position: relative;
    width: 150px;
  }
  .three-item .three-item-sub img {
    width: 125px;
  }
  .absolute-x {
    font-size: 125px;
  }
}
@media (max-width: 574px) {
  .three-wrap .three-item {
    position: relative;
    width: 125px;
  }
  .three-item .three-item-sub img {
    width: 100px;
  }
  .absolute-x {
    font-size: 94px;
  }
}
.where-wrap {
  display: grid;
  grid-template-columns: 150px auto;
  grid-gap: 15px;
  align-items: center;
  justify-content: start;
  margin-bottom: 50px;
}
.where-wrap .absolute-x-wrap {
  position: relative;
}
.where-wrap .absolute-x-wrap .img-circle-ban {
  height: auto;
  padding: 5px;
}
.where-wrap .absolute-x-wrap .absolute-x {
  font-size: 150px;
}
.ban-circle {
  font-size: 250px;
  position: absolute;
  z-index: 1001;
  text-shadow: 0px 4px 10px rgba(0,0,0,0.5);
}
.arrow-wrap {
  display: grid;
  grid-template-columns: 80px auto 80px;
  text-align: center;
  align-items: center;
}
.big-arrow {
  font-size: 100px; 
  line-height: 1.0rem;
}
@media (max-width: 991px) {
  .ban-circle {
    font-size: 250px;
    position: absolute;
    z-index: 1001;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .where-wrap, .where-wrap-offset {
    display: grid;
    grid-template-rows: 120px auto;
  }
  .where-wrap-offset {
    margin-left: 25px;
  }
  .where-wrap img, .where-wrap-offset img {
    width: 120px;
    height: 120px;
  }
  .img-circle-ban {
    width: 200px;
    height: 200px;
  }
  .ban-circle {
    font-size: 200px;
  }
}
@media (max-width: 574.98px) {
  .absolute-x {
/*    top: 7%;
    left: 19%;*/
    font-size: 120px;
  }
}
@media (max-width: 399.98px) {
  .absolute-x {
/*    top: 0%;
    left: 19%;*/
    font-size: 94px;
  }
}
.evenif {
  padding: 25px;
  border-radius: 9px;
  margin-bottom: 25px;
}
.number-wrap-twogroups, .monthly-supply-wrap {
  display: grid;
  justify-content: center;
  justify-items: center;
  margin-bottom: 25px;
}
.monthly-supply-wrap {
  position: relative;
  margin-top: 20px;
  margin-bottom: 25px;
}
.img-tworeasons {
  width: 300px;
  /*border-radius: 20px;*/
  box-shadow: 0px 4px 10px rgba(0,0,0,0.25);
  margin: -40px auto 15px;
  position: relative;
  z-index: 999;
  border: 9px solid white;
}
.img-bottles {
  width: 300px;
  margin: -40px auto 15px;
  position: relative;
  z-index: 999;
}
.reasons-number {
  position: relative;
  z-index: 1000;
  width: 65px;
  height: 65px;
  background: #6ab34f;
  border-radius: 50%;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*margin: 0px auto 10px;*/
  margin-bottom: 10px;
  box-shadow: 0px 3px 7px rgba(0,0,0,0.25); 
}
.reasons-number p {
  color: white;
  font-weight: 900;
  line-height: 45px;
  font-size: 30px;
  margin-bottom: 0px;
  text-align: center;
  font-family: "Avenir", "Helvetica", arial, sans-serif;
}
.gift-headline {
  display: grid;
  grid-template-columns: 95px auto;
  grid-gap: 10px;
  justify-content: center;
  align-items: center;
}
.gift-number-title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 200;
  text-transform: uppercase;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  color: #212227;
  margin-bottom: 25px;
}
.gift-headline i {
  font-size: 95px;
  transform: rotate(-4deg);
  color: #cd5d28;
}
.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: 225px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15)
}
.img-cover {
  width: 205px;
  display: block;
  margin: 0px auto 20px;
}
@media (max-width: 1199px) {
  .img-cover {
    margin: 0px auto -20px;
  }
}
@media (max-width: 991px) {
  .img-cover {
    margin: 0px auto 20px;
  }
}
/*@media (max-width: 768px) {
  .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: 200px;
  }
  .item-exciting img {
    width: 200px;
  }
}
.item-exciting-content {
  padding: 10px 0px 15px 0px;
}
.miller-headline {
  font-family: "miller-headline", Georgia, Times, serif;
}
.price-callout {
  /*background: rgba(109, 141, 138, 1.0);*/
  font-family: "Avenir", "Helvetica", arial, sans-serif;
  /*background: rgba(0,0,0,0.5);*/
  background: #cd5d28;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
  color: white;
  text-shadow: 0px 1px 1px #000000;
  letter-spacing: 2px;
  font-weight: 900;
  font-size: 16px;
}
.price-crossout {
  font-family: "Avenir", "Helvetica", arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #bf0005;
  margin-bottom: 20px;
  /*text-decoration: line-through;
  text-decoration-thickness: 4px;
  -webkit-text-decoration-line: line-through;
  -webkit-text-decoration-thickness: 4px;*/
}
.price-crossout {
  position: relative;
  display: inline-block;
}
.price-crossout::before, .price-crossout::after {
  content: '';
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
}
.price-crossout::before {
  border-bottom: 2px solid #bf0005;
  -webkit-transform: skewY(-10deg);
  transform: skewY(-10deg);
}
.price-crossout::after {
  border-bottom: 2px solid #bf0005;
  -webkit-transform: skewY(10deg);
  transform: skewY(10deg);
}

.num-wrap {
  display: grid;
  grid-template-columns: 40px auto;
  grid-gap: 10px;
  /*align-items: center;*/
  /*justify-content: center;*/
  margin-bottom: 15px;
}
.num-wrap .number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #77bc20;
  display: grid;
  justify-content: center;
  align-items: center;
}
.num-wrap .check-content {
  display: grid;
  /*justify-content: center;*/
  align-items: center;
}
.num-wrap .number p {
  font-size: 25px;
  font-weight: 900;
  color: white;
}
@media (max-width: 991px) {
  .num-wrap {
    display: grid;
    justify-content: center;
  }
}
.reference-number {
  font-size: 13px;
  font-family: "Avenir", "Helvetica", arial, sans-serif;
  color: #333;
  font-weight: 700;
}
.references-list li {
  font-size:14px;
  font-family: "Avenir", "Helvetica", arial, sans-serif;
  margin-bottom:5px;
}

.big-number-wrap {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
  margin-bottom: 35px;
}
.how-it-works {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 60px auto;
  margin-bottom: 20px;
  align-items: center;
}
.how-it-works .big-number {
  width: 60px;
  height: 60px;
  /* background: rgba(0,0,0,0.05); */
  background: #77bc20;
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.how-it-works .big-number p {
  margin-bottom: 0px;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  font-size: 35px;
  font-weight: 700;
  /* color: #0d403d; */
  color: white;
  text-align: center;
}
.gmp-title-wrap {
  display: grid;
  grid-template-columns: 80px auto;
  grid-gap: 15px;
  align-items: center;
  margin-bottom: 30px;
  /*text-align: center;*/
}
.single-title-wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
  align-items: center;
  margin-bottom: 30px;
  text-align: center;
}
.single-title {
  line-height: 1.5;
}
.single-info {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.sf-icon-wrap {
  display: grid;
  grid-template-columns: 60px auto;
  grid-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}
.sf-icon-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  /* border: 5px solid #212227; */
  background: rgba(129,106,169,0.5);
  background: white;
  display: grid;
  align-items: center;
  box-shadow: 0px 3px 8px rgb(0 0 0 / 50%);
  margin-bottom: 9px;
}
.sf-icon {
  width: 350px;
  float: right;
  /*margin: 0px 0px 20px 20px;*/
}
.img-ccp-sm {
  /*width: 150px;*/
  display: block;
  margin: 20px auto;
}

/* REVISED CART */

.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: "Avenir", "Helvetica", arial, sans-serif;
  position: relative;
}
@media (max-width: 1260px) {
  .price-item br {
    display: block;
  }
}
.price-one {
  margin-top: 25px;
}
.best-value {
  border: 9px solid;
  border-image-slice: 1;
  border-width: 9px;
  border-image-source: linear-gradient(180deg, #41aaf7 0%, #004483 100%);
  background: linear-gradient(180deg, rgba(205,93,40,0.45), rgba(205,93,40,0.15), 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-best {
  background: linear-gradient(180deg, #41aaf7 0%, #004483 100%);
  padding: 10px;
  text-transform: uppercase;
  /*border-radius: 6px 6px 0px 0px;*/
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
  text-shadow: 0px 1px 1px #212227;
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 32px;
  font-family: "Avenir", "Helvetica", arial, sans-serif;
}
.img-product-small {
  width: 250px;
  display: block;
  margin: 10px auto;
}
@media (max-width: 991.98px) {
  .img-product-small {
    width: 200px;
    display: block;
    margin: 10px auto;
  }
}
.card-price {
  display: inline-block;
  
  width: auto;
  height: 38px;
  
  background-color: #6ab34f;
  -webkit-border-radius: 3px 4px 4px 3px;
  -moz-border-radius: 3px 4px 4px 3px;
  border-radius: 3px 4px 4px 3px;
  border-left: 1px solid #6ab34f;

  margin-left: 19px;
  color: white;
  line-height: 38px;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  z-index: 1001;
  top: 15%;
  /*left: 20%;*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
  box-shadow: 0px 2px 4px rgba(0,0,0,0.75);

  padding: 0 10px 0 10px;
  transform: rotate(-13deg);
}

/* Makes the triangle */
.card-price:before {
  content: "";
  position: absolute;
  display: block;
  left: -19px;
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-right: 19px solid #6ab34f;
}

/* Makes the circle */
.card-price:after {
  content: "";
  background-color: white;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  left: -9px;
  top: 17px;
}
.savings-ribbon {
  background: #6ab34f;
  display: inline-block;
  color: white;
  padding: 10px 20px;
  font-weight: 700;
  position: absolute;
  z-index: 1001;
  font-size: 18px;
  left: 50%;
  top: 30%;
  text-transform: uppercase;
  transform-style: preserve-3d;
  /*transform: rotate(-17deg) skew(-17deg, 10deg);*/
  border-radius: 0px 3px 3px 0px;
  box-shadow: 0px 4px 10px rgba(0,0,0,1.0);
}
.flex-ribbon-wrap {
  align-items: center !important;
  flex-direction: column !important;
  display: flex !important;
}
.wide-ribbon-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
  width: calc(100% + 1.5em + 24px);
  background: #6ab34f;
}
.wide-ribbon-wrap-small {
  width: calc(100% + 1.5em + 7px);
  background: #999999;
}
.wide-ribbon {
  position: relative;
  margin-bottom: 0;
  width: 100%;
  width: calc(100% + 18px);
  z-index: 1;
  transition: .25s linear;
  margin-bottom: 0;
}
.ribbon-main {
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px;
  -ms-flex-pack: center;
  justify-content: center;
}
.ribbon-main p {
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0px;
}
.ribbon-edge {
  position: absolute;
  right: 0;
  border-top-width: 0;
  border-bottom-width: 7px;
  border-color: transparent;
  border-style: solid;
  height: 0;
  width: 0;
  z-index: 1;
}
.wide-ribbon-edge-left {
  left: 0;
  border-right-color: #223b02;
  border-right-width: 12px;
  border-left-width: 0;
}
.wide-ribbon-edge-right {
  right: 0;
  border-left-color: #223b02;
  border-left-width: 12px;
  border-right-width: 0;
}
.ribbon {
  clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0 100%, 2% 50%, 0% 100%, 0% 50%, 0 0);
  margin-bottom: 25px;
  border-top: 3px solid #71cc50;
  border-bottom: 3px solid #71cc50;
  border-left: 3px solid #71cc50;
  /*height: 70px;*/
  /*background: #6ab34f;*/
  background: rgba(113,204,80,0.85);
  display: grid;
  align-items: center;
  text-align: center;
  padding: 7px 20px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.75);
  transform: rotate(-15deg) skew(-15deg, 10deg);
  color: white;
  font-weight: 700;
  position: absolute;
  z-index: 1001;
  font-size: 28px;
  line-height: 1.0;
  left: 0%;
  top: 25%;
  width: 60%;
}
.price-cbp {
  font-size: 55px;
  font-weight: 700;
  /*color: #6ab34f;*/
  /*margin-bottom: 40px;*/
  line-height: 24px;
  text-shadow: 0px 2px 2px rgba(255,255,255,1.0);
  margin-bottom: 15px;
}
.price-item .btn-wrap {
  margin-bottom: 25px;
}
.price-item .btn-main, .btn-orange {
  background: #fc9903;
  background: linear-gradient(0deg, rgba(255,201,0,1), #fc9903);
  padding: 20px 25px;
  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;
  cursor: pointer;
}
.btn-addtocart-wrap {
  /*overflow: hidden;
  position: relative;*/
  padding: 20px 25px 30px;
  border-radius: 9px;
  display: inline-block;
  margin: 0px auto;
  text-align: center;
}
/*.btn-addtocart {
  transition:  all 0.3s ease;
}*/
/*.btn-addtocart:before {
  position: absolute;
  top: -5px;
  left: 50px;
  content: "";
  width: 50px;
  height: 75px;
  background: rgba(255, 255, 255, 0.15);
  transform: skew(-30deg);
  animation: sheen 5s ease infinite;
}
@keyframes sheen { 
  from {left: 0%; opacity: 0;} 
  to {left: 100%; opacity: 100;}
}*/
.price-item .btn-main:hover, .btn-main:hover, .btn-orange:hover {
  background: #6ab34f;
  color: white;
  margin-bottom: 0px;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.75);
  box-shadow: 0px 4px 10px rgba(255,255,255,1.0);
  text-decoration: none;
}
.ebooks-free-wrap {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 4px solid #77bc20;
  background: rgba(233,243,230, 0.75);
  position: absolute;
  right: 5px;
  top: 150px;
  padding: 9px;
}
/*.price-item .btn-main:hover {
  margin-bottom: 25px;
}*/
.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;
  }
}

.img-cards {
  width: 200px;
  display: block;
  margin: 0px auto 20px;
}
.img-mbg {
  width: 200px;
  display: block;
  margin: 0px auto 10px;
}
.price-callout-empty {
  padding: 20px 10px 0px;
  text-align: center;
}
.supply-level {
  font-size: 20px;
  font-weight: 700;
  /*color: #777777;*/
  text-transform: uppercase;
  font-family: "Avenir", "Helvetica", arial, sans-serif;
}
.bottle-amount {
  font-size: 24px;
  color: #212227;
}
.product-image {
  width: 200px;
  display: block;
  margin: 20px auto;
}
.blue-dk {
    color: #004483 !important;
}
.options-wrap {
  /*display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;*/
}
.options-item {
  background: rgba(255,255,255,0.95);
  border-radius: 15px;
  border: 2px solid rgba(255,255,255,0.5);
  box-shadow: 0px 4px 10px rgba(0,0,0,0.25);
  padding: 20px;
  /*text-align: center;*/
  display: grid;
  justify-content: center;
  align-items: start;
  margin-bottom: 30px;
}
.options-item .opt-content {
  font-size: 16px;
  /*line-height: 1.5rem;*/
}
.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: #e9f3e6;
  padding: 20px; 
  border-radius: 9px;
  display: grid;
  align-items: center;
  grid-template-columns: 150px 1fr;
  grid-gap: 15px;
  align-items: center;
  justify-content: center;
  border: 4px solid rgba(119,188,32,0.5);;
}
.img-bottle-pouch {
  width: 330px;
  margin: 20px auto 35px;
  display: block;
}
@media (max-width: 991px) {
  .single-title-wrap {
    display: grid;
    grid-template-columns: 150px auto;
    grid-gap: 10px;
    text-align: left;
    align-items: center;
    margin-bottom: 0px;
  }
  .single-title-wrap .img-ccp-sm {
    width: 150px;
  }
  .sf-icon-wrap {
    justify-content: start;
  }
  .img-ccp-sm {
    width: 100px;
    transform: rotate(3deg);
    display: block;
    margin: 0px auto 10px;
  }
}
@media (max-width: 768px) {
  .img-bottle-pouch {
    width: 250px;
    margin: 0px auto 20px;
    display: block;
  }
  .recap-guarantee {
    grid-template-columns: 1fr;
  }
  .options-wrap {
    display: grid;
    grid-template-columns: 1fr;
  }
  .sf-icon-wrap {
    justify-content: center;
  }
  .sf-icon {
    width: 250px;
  }
}
@media (max-width: 599px) {
  .sf-icon {
    width: 150px;
  }
}

.grid-see {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 15px;
}
.grid-see .item {
  flex: 0 0 200px;
  text-align: center;
}
.grid-see .item img {
  width: 150px;
  margin: 0px auto 15px;
  border: 4px solid rgba(0,0,0,0.15);
  border-radius: 50%;
}
.grid-see .item p {
  line-height: 1.3;
}

/* MOBILE STYLES - NO PADDING... NO IMAGES */

@media (max-width: 768px) {
  h2 {
    font-size: 2.8rem;
  }
  h3 {
    font-size: 2.4rem;
  }
  .review-alt .person .img-review {
    width: 100px;
  }
}
@media (max-width: 574.98px) {
  h1 {
    font-size: 30px;
    font-size: 3.0rem;
  }
  h1 .large-span {
    font-size: 35px;
    font-size: 3.5rem;
  }
  h2, h3 {
    font-size: 2.4rem;
  }
  h4 {
    font-size: 2.0rem;
  }
  .img-sm-mobile {
    width: 225px;
  }
  .main-section {
    padding-bottom: 40px;
  }
  .intro-lead {
    font-size: 18px;
  }
  .testimonial-top {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: 1fr;
  }
/*  .three-item .three-item-sub img {
    width: 150px;
  }*/
  .img-before-left, .img-before-middle, .img-before-right {
    padding: 5px;
    max-width: 175px;
    margin-bottom: 25px;
  }
  .img-before-left img, .img-before-middle img, .img-before-right img {
    width: 175px;
  }
  .img-before-left, .img-before-right {
    transform: rotate(3deg);
  }
  .img-before-middle {
    transform: rotate(-3deg);
  }
  .img-box {
    padding: 5px;
    width: 200px;
  }
  .checklist-ul, .checklist-ul-bad {
    margin-left: 0px;
  }
  .section-repeat {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .img-spoon-circle {
    width: 150px;
    height: 150px;
    border: 5px solid #cd5d28;
  }
  .img-dripping-caramel {
    width: 150px;
    border: 5px solid #cd5d28;
  }
  .arrow-wrap {
    grid-template-columns: 1fr;
  }
  .big-arrow {
    font-size: 50px; 
    line-height: 1.0rem;
  }
  .carousel-inner {
    width: 100%;
  }
  .review-alt .person .img-review {
    border-radius: 50%;
    display: block;
    margin: 0px auto;
  }
  .grid-see {
    display: grid;
    justify-content: center;
    grid-gap: 0px;
  }
  .grid-see .item {
    flex: 0 0 200px;
    display: grid;
    grid-template-columns: 90px auto;
    align-items: center;
    grid-gap: 10px;
    text-align: left;
  }
}
@media (max-width: 360px) {
  .single-title-wrap {
    display: grid;
    grid-template-columns: 1fr;
  }
}








.text-indent-1 {
  padding-left: 30px;
}
.text-indent-2 {
  padding-left: 60px;
}
.text-indent-3 {
  padding-left: 90px;
}
.text-indent-4 {
  padding-left: 120px;
}
@media (max-width: 560px) {
  .text-indent-1, .text-indent-2, .text-indent-3, .text-indent-4 {
    padding-left: 0px;
  }
}
.img-harvard {
  width: 150px;
  margin: 0px auto 9px;
  display: block;
}
.img-univ-row {
  display: grid;
  align-items: center;
}
.img-univ {
  width: 150px;
  display: block;
  margin: 0px auto 9px;
}
.img-heart {
  width: 450px;
  display: block;
  margin: 0px auto;
}
.img-heart-sm {
  width: 300px;
  display: block;
  margin: 20px auto;
}
@media (max-width: 767px) {
  .img-heart {
    width: 300px;
    display: block;
    margin: 20px auto;
  }
  .img-univ {
    width: 125px;
    display: block;
    margin: 0px auto 15px;
  }
}
@media (max-width: 599px) {
  .img-univ {
    width: 100px;
    display: block;
    margin: 0px auto 15px;
  }
}
.img-cristina {
  display: block;
  width: 300px;
  float: left;
  margin: 0px 15px 15px 0px;
  border: 9px solid white;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
  /*transform: rotate(3deg);*/
}
.img-message {
  width: 600px;
  margin: 0px auto;
  display: block;
}
.big-stars-wrap {
  max-width: 250px;
  display: block;
  margin: 10px auto;
  text-align: center;
}
.big-stars-wrap i {
  font-size: 35px;
  color: #ffa300;
}
.small-stars-wrap {
  max-width: 250px;
  margin-bottom: 15px;
}
.small-stars-wrap i {
  font-size: 25px;
  color: #ffa300;
}
.review-sm {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  padding: 25px 20px 20px 20px;
  margin-bottom: 25px;
}
.review-sm .check-wrap, .check-wrap {
  display: grid;
  grid-template-columns: 40px auto;
  grid-gap: 10px;
  /*align-items: center;*/
  justify-content: center;
  margin-bottom: 15px;
}
.num-wrap {
  display: grid;
  grid-template-columns: 40px auto;
  grid-gap: 10px;
  /*align-items: center;*/
  justify-content: start;
  margin-bottom: 15px;
}
.num-wrap .number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #77bc20;
  display: grid;
  justify-content: center;
  align-items: center;
}
.num-wrap .check-content {
  display: grid;
  /*justify-content: center;*/
  align-items: center;
}
.num-wrap .number p {
  font-size: 25px;
  font-weight: 900;
  color: white;
}
.review-sm hr {

}
.review-sm .check-wrap i, .check-wrap i {
  font-size: 40px;
}
.img-gummies {
  width: 450px;
  display: block;
  margin: 20px auto 0px;
}
.img-just-right {
  width: 150px;
  display: block;
  margin: 0px auto 20px;
}
.img-before-after {
  display: block;
  width: 400px;
  margin: 0px auto 20px;
  border: 9px solid white;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
}
.img-3x-faster {
  width: 700px;
  display: block;
  margin: 20px auto;
}
.vegan-icon-wrap {
  display: grid;
  grid-template-columns: 60px auto;
  grid-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.vegan-icon-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  /* border: 5px solid #212227; */
  background: rgba(129,106,169,0.5);
  background: white;
  display: grid;
  align-items: center;
  box-shadow: 0px 3px 8px rgb(0 0 0 / 50%);
  margin-bottom: 9px;
}
.vegan-icon {
  width: 350px;
  float: right;
  /*margin: 0px 0px 20px 20px;*/
}
@media (max-width: 768px) {
  .img-gummies {
    width: 80%;
    display: block;
    margin: 20px auto 40px;
  }
  .vegan-icon {
    width: 250px;
  }
  .img-cristina {
      display: block;
      width: 300px;
      float: none;
      margin: 0px auto 15px;
  }
}
@media (max-width: 599px) {
  .vegan-icon {
    width: 150px;
  }
  .img-cristina {
    display: block;
    width: 250px;
    float: none;
    margin: 0px auto 15px;
  }
}
.vitamin {
  font-size: 45px !important;
  font-weight: 700 !important;
}