@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;
}
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

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%;
}
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;
}
ul {
  margin-bottom: 20px;
}
ul li {
  list-style: disc;
  margin-bottom: 10px;
}
.eb-list li {
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 7px;
  overflow-wrap: break-word;
}
.eb-list li:before {
  content: counter(wp-list-counter) " ";
  width: 15px;
  height: 15px;
  display: block;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  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;
}

p, li {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 0;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 55px;
}
/* Title */
h2 {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.1em;
  font-weight: 600;
  margin-bottom: 20px;
}
h1, h2 { margin-bottom: 25px; }
h1, h2 { margin-bottom: 25px; }
h3, h4 { margin-bottom: 20px; }

/* SubTitle */
h3 {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.1em;
  font-weight: 700;
  margin-bottom: 20px;
}
h4 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 20px;
}
.jumbo {
  margin-bottom: 20px;
  font-size: 90px;
  line-height: 0.9em;
  font-weight: 700;
}
/*h4 { 
  line-height: 1.4;
}*/

@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: #b12d00;
    font-weight: 900;
  }
  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;
  }
}


.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: 28px;
  line-height: 1.3em;
  font-weight: 500;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 768px) {
  .sm-lead, .lead {
    font-size: 24px;
  }
}
.font-tf {
  font-family: source-serif-pro, serif;
  font-weight: 900;
  color: #02a5b4;
  font-size: 24px;
  line-height: 28px;
}
/*.font-weight-bold {
	font-weight: 600 !important;
}*/
.checklist-ul {
  /*margin-bottom: 30px*/
}
.checklist-ul li {
	background-image: url(../img/checkmark-green-alt.png);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: top 5px left;
	list-style: none;
	line-height: 1.3em;
	font-size: 22px;
	/*font-weight: 600;*/
	/* margin-bottom: 10px; */
	padding: 0px 10px 20px 45px;
	font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
.checklist-ul-sm, .hand-ul {
	margin-bottom: 15px;
}
.checklist-ul-large li {
  background-image: url(../img/checkmark-green-alt.png);
  background-size: 40px;
  background-repeat: no-repeat;
  padding-left: 50px;
  background-position: 0 50px 0 0px, center;
  list-style: none;
  line-height: 1.4em;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 25px;
}
.cross-ul-sm {
	margin-bottom: 25px;
	padding-left: 25px;
}
.checklist-ul-sm li {
    background-image: url(../img/checkmark-green-alt.png);
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: top 0px left;
    list-style: none;
    font-weight: 600;
    padding: 0px 4px 15px 35px;
}
.cross-ul-sm li {
    /*background-image: url(../img/checkmark-cross.svg);
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: top 0px left;*/
    list-style: none;
   /* display: grid;
    align-items: center;
    font-weight: 600;
    padding: 0px 4px 15px 35px;*/
}
.cross-ul-sm li:before {
	font-family: "Font Awesome 6 Pro";
	content: "\f054";
	font-size: 20px;
	font-weight: 900;
	/*color: #cd1900;*/
	color: #007bff;
	margin-left: -25px;
}
.info-ul {
	margin-bottom: 25px;
	padding-left: 25px;
}
.info-ul li {
    list-style: none;
}
.info-ul li span {
	padding-left: 5px;
}
.info-ul li:before {
	font-family: "Font Awesome 6 Pro";
	content: "\f30f";
	font-size: 22px;
	font-weight: 900;
	color: #007bff;
	margin-left: -25px;
}
.cross-ul-sm li span {
	font-weight: 700;
	padding-left: 5px;
}
/*.cross-ul-sm li:nth-child(even) {
	margin-left: 50px;
}*/
.hand-ul li {
	list-style: none;/*
	font-family: "Font Awesome 6 Pro";
    background-image: "\f0a4";*/
    /*background-size: 28px;*/
    background-repeat: no-repeat;
    background-position: top 0px left;
    list-style: none;
    font-weight: 600;
    /*padding: 0px 4px 15px 35px;*/
}
.hand-ul li i {
	font-size: 28px;
}
.btn-addtocart-wrap {
  /*overflow: hidden;
  position: relative;*/
  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: #fc9903;*/
  background: #fd6300;
  /*background: linear-gradient(0deg, rgba(255,201,0,1), #fc9903);*/
  padding: 20px 35px;
  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: none !important;
  transform: none !important;
  animation: none !important;
}
@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;
}
.white-u {
  text-decoration: underline;
  text-decoration-thickness: .125em;
  text-underline-offset: 4px;
  text-decoration-color: #fff;
}
.brown-u {
  text-decoration: underline;
  text-decoration-thickness: .125em;
  text-underline-offset: 4px;
  text-decoration-color: #2a1900;
}
.green-u {
  text-decoration: underline;
  text-decoration-thickness: .125em;
  text-underline-offset: 4px;
  text-decoration-color: #388841;
}
.red-u {
  text-decoration: underline;
  text-decoration-thickness: .125em;
  text-decoration-thickness: 4px;
  text-underline-offset: 4px;
  text-decoration-color: #b12d00;
}
.box-shadow {
	box-shadow: 0px 8px 20px rgba(0,0,0,0.15);
}
.intro-lead {
  font-size: 26px;
  line-height: 1.4em;
}
.align-content-center {
	display: grid;
	align-content: center;
}
.section-repeat {
  padding-top: 45px;
  padding-bottom: 55px;
}
.section-repeat-sm {
  padding-top: 20px;
  padding-bottom: 25px;
}
.section-truly-free {
  padding-top: 10px;
  padding-bottom: 15px;
}
.section-non-icons {
  padding-top: 25px;
  padding-bottom: 35px;
}
.section-limited {
  padding-top: 15px;
  padding-bottom: 10px;
}
.second-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: 65px;
}
.second-section h1{
  text-shadow: 0px 1px 2px rgba(255,255,255,1.0);
}
.second-section h3 {
  line-height: 1.2em; text-shadow: 0px 1px 2px rgba(255,255,255,1.0);
  margin-bottom: 0px;
}
.section-biotin-product {
  border-top: 9px solid #81A997;
  border-bottom: 9px solid #81a997;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.5);
}
.section-biotin-product .img-circle-product {
  border: 9px solid #81a997;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.5);
}
.main-icecream {
  display: none;
}
.img-spoonful-wrap {
  display: grid;
  min-height: 100%;
  align-items: center;
}
.img-spoonful {
	display: block;
	margin: 20px auto 0px;
	border-radius: 9px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.img-centered {
	width: 600px;
	display: block;
	margin: 0px auto 25px;
	border: 2px solid #fff;
}
.img-full {
	width: 100%;
	display: block;
	margin: 0px auto;
}
.img-product {
	width: 600px;
	display: block;
	margin: 0px auto 25px;
}
.whats-inside-title {
  margin-left: 10px;
  margin-right: 10px;
}
.whats-inside-wrap {
  display: grid;
  /*grid-template-columns: 60px auto;
  grid-gap: 20px;*/
}
.whats-inside-wrap .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%;
}
.whats-inside-wrap i {
  font-size: 35px;
  /*color: #77bc20;*/
  color: white;
  text-align: center;
}
.whats-inside-wrap h4 {
  margin-bottom: 7px;
}
.item-content p {
  font-size: 18px;
  line-height: 24px;
}
.brand-logo {
  width: 150px;
  display: block;
  margin: 0px auto;
}
.shipping-block {
  /*height: 100vh;*/
  height: 75px;
  width: 100wv;
  position: relative;
}
.shipping-block::after {
  background: repeating-linear-gradient(45deg, #fff, #fff 10px, #3C7AB8 0, #3C7AB8 20px, #fff 0, #fff 30px, #CB2C4B 0, #CB2C4B 40px);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: 0;
}
.shipping-block::before {
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  content: "";
  z-index: 1;
  border-radius: 20px;
}
.ribbon-gold{
  font-size:20px;
  position:relative;
  display:inline-block;
  margin:5em;
  text-align:center;
}
.text{
  display:inline-block;
  padding:0.5em 1em;
  min-width:20em;
  line-height:1.2em;
  background: #FFD72A;
  position:relative;
}
.ribbon-gold:after,.ribbon-gold:before,
.text:before,.text:after,
.bold:before{
  content:'';
  position:absolute;
  border-style:solid;
}
.ribbon-gold:before{
  top:0.3em; left:0.2em;
  width:100%; height:100%;
  border:none;
  background:#EBECED;
  z-index:-2;
}
.text:before{
  bottom:100%; left:0;
  border-width: .5em .7em 0 0;
  border-color: transparent #FC9544 transparent transparent;
}
.text:after{
  top:100%; right:0;
  border-width: .5em 2em 0 0;
  border-color: #FC9544 transparent transparent transparent;
}
.ribbon-gold:after, .bold:before{
  top:0.5em;right:-2em;
  border-width: 1.1em 1em 1.1em 3em;
  border-color: #FECC30 transparent #FECC30 #FECC30;
  z-index:-1;
}
.bold:before{
  border-color: #EBECED transparent #EBECED #EBECED;
  top:0.7em;
  right:-2.3em;
}
.ribbon-wrap {
	display: contents;
}
.ribbon {
  clip-path: polygon(100% 0%, 98% 50%, 100% 100%, 0 100%, 2% 50%, 0% 0%, 0% 50%, 0 0);
  margin-bottom: 25px;
  border-top: 5px solid #FFD72A;
  border-bottom: 5px solid #FFD72A;
  border-left: 5px solid #FFD72A;
  /*height: 70px;*/
  background: #FFD72A;
  display: grid;
  align-items: center;
  text-align: center;
  padding: 5px 20px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.5);
  /*max-width: 50%;*/
  /*border-radius: 7px 0px 0px 7px;
  border-radius: 0.7rem 0 0 0.7rem;*/
  display: inline-block;
}
.ribbon-green {
  clip-path: polygon(100% 0%, 98% 50%, 100% 100%, 0 100%, 2% 50%, 0% 0%, 0% 50%, 0 0);
  margin-bottom: 25px;
  border-top: 5px solid #77bc20;
  border-bottom: 5px solid #77bc20;
  border-left: 5px solid #77bc20;
  /*height: 70px;*/
  background: #77bc20;
  color: white;
}
.before-after-img {
  display: block;
  margin: 0px auto;
  width: 650px;
}
.caution-icon {
	font-size: 34px;
	text-align: center;
}
.buy-one-get-one-img {
  display: block;
  margin: 0px auto;
  width: 400px;
}
@media (max-width: 1399px) {
  .second-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) {
  .second-section {
    background: linear-gradient(45deg, rgba(255,255,255,0.75), rgba(255,255,255,0.75));
    padding-bottom: 20px;
  }
  .main-icecream {
    display: block;
    margin: 20px auto 0px;
  }
  .whats-inside-wrap {
    margin: 0px 15px;
  }
}
@media (max-width: 575px) {
  .buy-one-get-one-img {
    display: block;
    margin: 0px auto;
    width: 300px;
  }
}
.second-section .row {
  min-height: 460px;
}
.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;
}
.product-title span {
  font-family: learning-curve, script, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  font-size: 80px;
}
.product-title-span {
  font-family: learning-curve, script, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
.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;
  }
}

/* "NON" Icons */

.non-icons-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 25px;
}
.non-icon {
  width: 175px;
  /*height: 145px;*/
/*  border-radius: 50%;
  border: 3px solid #6d8d8a;
  background: rgba(242,99,32,0.15);*/
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, auto));
  padding: 10px;
}
.non-icon-text {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.0em;
  margin-bottom: 0px;
}
.non-icon-inner, .non-icon-inner-alt {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid #6d8d8a;
  /*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: #6d8d8a;
  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: #6d8d8a;
  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, "Avenir", "Helvetica", arial, sans-serif;*/
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .non-icon {
    width: 135px;
    height: 135px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, auto));
    padding: 10px;
  }
  .non-icon-inner, .non-icon-inner-alt {
    width: 125px;
    height: 125px;
  }
  .non-icon-inner:after {
    content: "";
    background: #6d8d8a;
    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-inner:after {
    content: "";
    background: #6d8d8a;
    height: 5px;
    width: 145px;
    position: absolute;
    top: auto;
    transform: rotate(-45deg);
  }
}
@media (max-width: 768px) {
  .non-icon {
    width: 135px;
    height: 180px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, auto));
    padding: 10px;
  }
  .non-icon-inner, .non-icon-inner-alt {
    width: 125px;
    height: 125px;
  }
  .non-icon-inner:after {
    content: "";
    background: #6d8d8a;
    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;
  }
}
@media (max-width: 599px) {
  .non-icon {
    width: 125px;
    height: 170px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, auto));
    padding: 0px;
  }
  .non-icon-inner, .non-icon-inner-alt {
    width: 120px;
    height: 120px;
  }
  .non-icon-inner:after {
    content: "";
    background: #6d8d8a;
    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;
  }
}
.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;
}
/*.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;
  }
}
.img-callout {
  width: 80px;
  height: 80px;
  margin: 0px auto;
  display: block;
  display: flex;
  align-items: start;
}
.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;
  }
}
.vertical-center {
  display: grid;
  align-items: center;
}
.exb {
  font-weight: 800;
}

.ind {z-index: 10;}

/*color*/
.white {color: #fff;}
.gr {color: #333333;}
.viol {color: #6321aa;}
.purple { color: #816aa9; }
.deep-purple { color: #3b1e6a; }
.brown {color: #cc6212;}
.red {color: #cd1900;}
.redbg {background: #cd1900;}
.red2 {color: #ec1c23;}
.green {
  color: #77bc20;
}
.blue {
	color: #007bff;
}
.blue-bg {
	background: #007bff;
}
.biotin {
	/* color: #6d8d8a;  109, 141, 138 */
	color: #01894e; /* 5, 185, 106 */
}
.biotin-dk {
	/* color: #0d403d;  13, 64, 61 */
	color: #015631; /* 1, 86, 49 */
}
.gold {
	color: #ffba00;
}
.biotin-bg { 
	/*background: #6d8d8a; */
	background: #01894e;
}
.biotin-bg-dk {
	/*background: #0d403d;*/
	background: #015631;
}
.gold-bg {
	background: #FFD72A;
	color: black;
}
.red-highlight {
  /*background: #AF163C;*/
  background: #cd1900;
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 5px;
}
.chalkboard {
  color: #212227;
}
.gray-mid {
  color: #656565;
}
.callout-red {
  color: #d43c00;
  line-height: 1.0em;
  margin-bottom: 10px;
}
.everbella {
	font-size: 24px;
    font-weight: 700;
    color: #212227;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.green-bg {
  background: #77bc20;
}
.purple-bg { background: #816aa9; }
.deep-purple-bg {
  background: #3b1e6a;
}

.violbg {background: #6321aa;}
.violbg2 {background: linear-gradient(to bottom, #481b71, #75389f);}
.blackbg {background: #212227;}
.beigebg {background: #f2eeea;}
.whbg {background: #f8f8f9;}
.ltbluebg { background: #e2f5fb; }
.bluebg {background: #e6f5f8;}
.gray1 { background: #D6DDE7; }
.gray2 {background: #f2f2f2;}
.spoonbg {background: #f5f4f5;}
.gray {
  background: url(../img/gray.jpg) repeat;
}
.reference {
	font-size: 14px;
	color: #777;
	font-weight: 400;
}
.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;
}
.grid-centered {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 30px;
    margin-bottom: 20px;
}
.grid-column {
    display: grid;
    /* margin: 10px; */
    align-items: center;
    flex-wrap: wrap;
    width: 400px;
    /*text-align: center;*/
    grid-template-columns: 50px auto;
    grid-gap: 10px;
}
.grid-column .x-icon-wrap {
	background: #cd1900;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: grid;
	align-items: center;
	justify-content: center;
}
.grid-column .x-icon-wrap i {
	font-size: 35px;
	font-weight: 700;
	text-align: center;
}
.grid-img-sm {
    margin: 0px auto 10px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    /* border: 2px solid #eaeaea; */
}
.img-circle-red {
    border: 5px solid #cd1900;
}
.border-gradient {
  border: 5px solid;
  border-image-slice: 1;
  border-width: 5px;
}
.img-border-gradient {
  border-image-source: linear-gradient(to left, #9c7566, #d1a493, #fedfcb, #fff0d6, #fedfcb, #d1a493, #9c7566);
  margin: 0px auto 15px;
  display: block;
  width: 250px;
}
.img-border-gradient-alt {
    border-image-source: linear-gradient(to left, #9c7566, #d1a493, #fedfcb, #fff0d6, #fedfcb, #d1a493, #9c7566);
    margin: 0px auto 15px;
    display: block;
}
.rave-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  /*margin-bottom: 65px;*/
}
.rave-wrap .reason {
  border-radius: 6px;
  display: grid;
  align-items: center;
  background: #212227;
  margin-bottom: 50px;
}
.rave-wrap .reason .reason-gradient {
  background: background: linear-gradient(0deg, rgba(0,0,0,0.45), rgba(0,0,0,0.45));
  border-radius: 6px;
  display: grid;
  align-items: center;
  padding: 15px;
  min-height: 350px;
}
.rave-wrap .reason p {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  text-shadow: 0px 2px 3px rgba(0,0,0,0.5);
  font-weight: 700;
  color: white;
  line-height: 1.1em;
  margin-bottom: 0px;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
.ways-wrap {
	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;
}
.ways {
    display: grid;
    grid-template-columns: 100px auto;
    grid-gap: 20px;
    align-items: center;
    border-bottom: 2px solid #81A997;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.img-ways {
    width: 100px;
    margin: 0px auto;
    display: block;
}
@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));
  }
  .rave-wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin-bottom: 50px;
  }
  .rave-wrap .reason {
    margin: 0px 15px;
  }
  .rave-wrap .reason .reason-gradient {
    min-height: 200px;
  }
}
.img-bottle {
  display: block;
  margin: 10px auto;
}

@media (max-width: 991px) {
  .img-bottle {
    display: block;
    margin: 10px auto;
    width: 150px;
  }
}
.corners {
  background-image: url(../img/bg1.jpg);
}

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

.option3 {
  background-image: url(../img/option3-2.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;
}
.bold {
  font-weight: bold;
}
.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-infographic {
  /*max-width: 900px;*/
  display: block;
  margin: 10px auto 30px;
}
.img-membership-wrap {
  display: grid;
  justify-items: center;
  align-items: center;
}
.img-membership-sm {
  width: 70%;
  display: block;
  margin: 20px auto;
  transform: rotate(7deg);
}
.img-guarantee {
  display: block;
  margin: 20px auto;
}
@media (max-width: 768px) {
  .img-guarantee {
    width: 250px;
  }
}
.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;
}

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

/* Different Sized LArge Text Headings */

.large-heading {
  font-size: 60px;
  line-height: 64px;
  margin-bottom: 30px;
  font-weight: 400;
}
.medium-heading {
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 30px;
}
.small-title {
  text-transform: uppercase;
  /*letter-spacing: 2px;*/
  font-weight: 900;
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 10px;
}
.lead-title {
  text-transform: uppercase;
  /*letter-spacing: 2px;*/
  font-weight: 900;
  font-size: 22px;
  line-height: 23px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .large-heading {
    font-size: 45px;
    line-height: 50px;
  }
  .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, .testimonial-top {
  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: 300;
  margin-bottom: 75px;
  margin-top: 20px;
}
.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-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 2fr;*/
}
.review-alt2 {
	display: grid;
	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;
}
.review-alt p {
  margin-top: 0px;
  margin-bottom: 10px;
}
.review-alt .quotation {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
.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: #0d403d;
  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;
}
.age {
  color: #cccccc;
}
.person-info {
  flex: 1 1;
}

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

.review-desc p {
  color: #656565;
  line-height: 1.7;
}
@media(max-width: 768px) {
  .review-alt {
    padding: 25px 15px 15px 15px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }
  .review-alt .person .img-review {
    display: none;
  }
  .review-alt .person .img-review-sm {
    display: block;
    margin: 0px auto;
    border: 2px solid #f4f4f4;
    width: 150px;
    height: 150px;
    border-radius: 50%;
  }
}
@media (max-width: 600px) {
  .testimonial-top {
    display: grid;
    grid-gap: 9px;
    grid-template-columns: 1fr;
  }
}
@media(max-width: 385px) {
  .person-info {
    flex: none;
    width: 100%;
    padding-left: 0  !important;
    text-align: center;
  }
  .person-info h6 {
    text-align: center;
  }
}

.photos-row {
  margin-bottom: 55px;
  margin-top: 45px;
}
.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);
}
@media (max-width: 991px) {
  .img-thumbnail {
    width: 500px;
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .img-before-left, .img-before-middle, .img-before-right {
    max-width: 250px;
    margin-bottom: 35px;
    margin: 0px auto;
  }
}

/* NUTRITION LABEL */
#nutrition-facts {
  padding-top: 40px;
  padding-bottom: 50px;
}
.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-size: 14px;
  line-height: 1.0em;
}
.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 !important;
  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;
}
.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: 14px;
  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-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
.caution-label {
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  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;
}

/* FAQ STYLES */

.accordion {
  background: none;
  margin-bottom: 50px;
}
.accordion .lead {
  margin-bottom: 0px;
}
.accordion p {
  line-height: 1.2em;
}
.accordion button p {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0px;
}
.card-header {
  padding: 0px;
  margin-bottom: 0;
  background: none;
  border: none;
}
.card-body {
  border-bottom: 2px solid #6d8d8a;
  background: rgba(0,0,0,0.05);
  padding: 1.25rem 50px;
}
.card-header button {
  padding: 1.75rem 1.25rem;
  background: #ffffff;
  border-radius: 0px;
  box-shadow: none;
  display: grid;
  grid-template-columns: auto 20px;
}
.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;
}
.accordion>.card>.card-header {
  border-bottom: 1px solid #6d8d8a;
  color: #6d8d8a;
}
.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: #6d8d8a;
}
.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: #6ab34f;
}
.btn-block.collapsed .fa-chevron-circle-up {
  transform: rotate(180deg);
  color: #333;
}
/*.accordion>.card>.card-header, .accordion>.card>.card-header>.collapsed:focus {
  background: #ffffff;
  border: 2px solid #f4f4f4;
}*/
.accordion .card {
  background: none;
  border: none;
}

/* IMAGE GALLERY */
/* Modal Lightbox */
.lightbox-column {
  width: 22%;
}
.lightbox-column-gal {
  width: 19%;
}
.lightbox-column img {
  max-width: 100%;
}
/*.modal {
  display: none;
  position: fixed;
  z-index: 100000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.75);
  backdrop-filter: blur(4px);
}*/
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 600px;
  background: none;
  border: none;
}
@media (max-width: 991px) {
  .modal-content {
    max-width: 400px;
  }
}
.modal-loyalty {
  background: white;
  border-radius: 9px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.5);
}
.modal-loyalty .modal-body {
  margin: 0px 0px 20px;
}
.modal-loyalty .modal-body .img-membership-sm {
  display: block;
  margin: 0px auto 20px;
  width: 300px;
}
.modal-loyalty .modal-body p {
  font-size: 16px;
  line-height: 1.3em;
  margin-bottom: 0px;
}
.modal-loyalty .modal-header {
  border-bottom: 0px;
  margin-bottom: 0px;
  display: grid;
  justify-content: end;
  padding: 10px 10px 0px;
}
/*.btn-close {
  font-size: 30px;
  color: #212227;
  text-align: right;
  background: none;
  border: none;
}*/
/* Hide the slides by default */
.productSlide {
  display: none;
}
.productSlide img {
  border: 4px solid #eaeaea;
}
.numbertext {
  color: #000;
  font-size: 12px;
  padding: 3px 8px 0px;
  position: absolute;
  top: 0;
  background: #eaeaea;
  border-radius: 0px 0px 4px 0px;
  font-weight: 700;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.25);
}
.caption-container {
  text-align: center;
  background-color: rgba(0,0,0,0.7);
    padding: 9px 16px 4px;
  color: white;
  margin-top: 7px;
  border-radius: 9px;
}
.caption-container p {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 14px;
}
.caption-container-gallery {
  text-align: center;
    padding: 9px 16px 4px;
  color: #333;
  margin-top: 7px;
  border-radius: 9px;
    background: rgba(255,255,255,0.75);
}
.caption-container-gallery p {
  margin-bottom: 5px;
  font-size: 13px !important;
  line-height: 14px !important;
  font-weight: 500;
}
.arrow-controls {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 60px 1fr 60px;
  align-items: center;
  justify-items: center;
  margin-bottom: 10px;
  min-height: 75px;
  margin-top: -85px;
}
.thumbnail-image-controls {
  position: relative;
  z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3px;
    margin-bottom: 50px;
}
.thumbnail-image-controls .lightbox-column img {
  border: 4px solid rgba(255,255,255,0.5);
}
img.img-product-sm, img.img-gallery-sm {
  opacity: 0.6;
  transition: 0.3s;
}
.img-product-sm.active,
.img-product-sm:hover {
  opacity: 1;
  border: 3px solid #eaeaea;
}
.img-gallery-sm.active,
.img-gallery-sm:hover {
  opacity: 1;
  border: 3px solid #514b47;
}
.thumbnail-image-controls .lightbox-column .img-product-sm.active {
  border: 4px solid rgba(255,255,255,0.5);
}
.thumbnail-image-controls .lightbox-column .img-gallery-sm.active {
  border: 4px solid rgba(255,255,255,0.5);
}
.img-product-sm:hover, .img-gallery-sm:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}
.img-product-sm:hover, .img-gallery-sm:hover {
  opacity: 1;
  border: 3px solid #514b47;
}
/* Gallery Inages */
.gallerySlide, .productSlide {
  display: block;
  margin-bottom: 20px;
}
.gallerySlide img, .productSlide img {
  border: 1px solid #eaeaea;
}

/* HOW IT WORKS */
.how-it-works {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 60px auto;
  margin-bottom: 30px;
}
.how-it-works .big-number {
  width: 60px;
  height: 60px;
  /*background: rgba(0,0,0,0.05);*/
  background: #6d8d8a;
  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;
}
.how-it-works .big-check {
  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-check i {
  margin-bottom: 0px;
  font-size: 35px;
  color: white;
  text-align: center;
}
.mb-15 {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .how-it-works {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
    background: white;
    padding: 15px;
    border-radius: 9px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  }
  .how-it-works .big-check {
    display: none;
  }
  .how-it-works .big-number {
    margin: 0px auto 10px;
  }
}

/* BUY BOX */
.small-stars {
  font-size: 14px;
  font-weight: 700;
  color: #656565;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.small-stars .fa-star {
  color: #fc9903;
  font-size: 18px;
}
.buy-box-preheadline {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
.buy-box-content {
	display: grid;
	align-items: center;
	justify-items: center;
}
.buy-box-title {
  margin-bottom: 10px;
}
.price {
	font-size: 24px;
	font-weight: 700;
}
.price span {
	font-size: 20px;
	font-weight: 400;
}
.strikethrough {
    text-decoration: line-through 2px;
}
.flavor-ccplus {
  background: linear-gradient(45deg, #9677a7, #491d64);
  text-shadow: 0px 2px 2px rgb(73 29 100);
}
.flavor-cbplus {
  background: linear-gradient(45deg, #6d8d8a, #0d403d);
  text-shadow: 0px 2px 2px rgb(73 29 100);
}
.flavor {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 7px 15px;
  border-radius: 24px;
  box-shadow: 0px 2px 3px rgb(255 255 255);
  font-weight: 500;
  color: white !important;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  margin-bottom: 15px !important;
}
.buy-box-shipping, .monthly-subscription {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #007bff;
  cursor: pointer;
}
.monthly-subscription {
  margin-bottom: 10px;
}
.product-lead {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.buy-benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 20px;
}
.buy-benefit {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  font-size: 1.0rem;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
  max-width: 85px;
}
.buy-benefit i {
  font-size: 36px;
  color: #77bc20;
}
.buy-button-wrap {
  display: grid;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}
.buy-button-wrap .btn-main {
  width: 100%;
}
.img-credit-cards {
  width: 230px;
  margin: 0px auto;
}
.verified-customer {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  /*color: #656565;*/
}
.verified-customer i {
  color: #77bc20;
  font-size: 16px;
}
.order-summary {
  margin-bottom: 25px;
}
.order-check {
  font-size: 16px;
  /*text-transform: uppercase;*/
  /*letter-spacing: 1px;*/
  font-weight: 700;
  /*color: #77bc20;*/
  color: #212227;
  line-height: 1.1em;
  margin-bottom: 5px;
}
.order-check i {
  color: #77bc20;
  font-size: 24px;
}

#footer {
  display: grid;
  background: linear-gradient(0deg,rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url(../img/rose-corner-border-left.png) bottom left no-repeat;
  background-color: #212227;
  padding-top: 35px;
  padding-bottom: 50px;
}
#footer p {
  color: #d2d2d2;
  font-size: 12px;
  margin-bottom: 7px;
}
#footer a {
  color: #f4f4f4;
}
.wp-footer {

}
.footer-logo {
  display: block;
  margin: 0px auto 25px;
  width: 200px;
}

/* BE AMAZED */

.be-amazed {
  display: grid;
  /*grid-template-columns: 2fr 1fr;*/
  grid-gap: 10px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(33deg, rgba(165, 188, 202, 1.0), rgba(243, 244, 246, 1.0), rgba(173, 195, 208, 1.0));
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
}
.jumbo-heading {
  margin-bottom: 0px;
  font-family: Open Sans Regular, "Avenir", "Helvetica", arial;
  font-size: 90px;
  line-height: 0.9em;
  text-transform: uppercase;
  text-shadow: 0px 2px 2px rgba(255,255,255,1.0);
  font-weight: 900;
}
.money-back-heading {
  margin-bottom: 5px;
  font-family: Open Sans Regular, "Avenir", "Helvetica", arial;
  font-size: 28px;
  text-transform: uppercase;
  text-shadow: 0px 2px 2px rgba(255,255,255,1.0);
  font-weight: 900;
}
.money-back-body {
  margin-bottom: 10px;
  font-family: Open Sans Regular, "Avenir", "Helvetica", arial;
  font-size: 18px;
  line-height: 1.1em;
  text-shadow: 0px 2px 2px rgba(255,255,255,1.0);
  font-weight: 500;
}
.money-back-hassle {
  margin-bottom: 0px;
  font-family: Open Sans Regular, "Avenir", "Helvetica", arial;
  font-size: 24px;
  text-shadow: 0px 2px 2px rgba(255,255,255,1.0);
}
.be-amazed-text {
  display: grid;
  grid-gap: 10px;
  /*grid-template-rows: 1fr 1fr;*/
}
.be-amazed-guarantee {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 20px;
  justify-content: center;
  align-items: center;
}
.be-amazed-img-wrap {
  display: grid;
  justify-content: center;
  align-items: center;
}
.be-amazed img {
  display: grid;
  justify-content: center;
  align-items: center;
}
.be-amazed-img-wrap img {
  width: 350px;
}
.guarantee-section {
  padding-bottom: 40px;
}
.be-amazed-guarantee-text {
  padding: 25px;
  background: rgba(165, 188, 202, 0.25);
  border-radius: 20px;
}
.be-amazed-guarantee-text p {
  margin-bottom: 2px;
}
@media (max-width: 991.98px) {
  .be-amazed {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
@media (max-width: 767.98px) {
  .be-amazed {
    padding: 40px 20px;
  }
  .be-amazed .img-guarantee {
    width: 200px;
  }
  .be-amazed-guarantee {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
    justify-content: center;
    align-items: center;
  }
  .jumbo-heading {
    font-size: 65px;
  }
}