* {
  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 !important;
}

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: 16px;
  line-height: 1.7;
  /*margin-bottom: 0;*/
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
p {
  margin-bottom: 20px;
  font-weight: 300;
}

/* 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: 75px;
  font-size: 7.5rem;
  font-weight: 600;
  line-height: 1.1;
}
h1 .large-span {
  font-size: 80px;
  font-size: 8.0rem;
  color: #77bc20;
  font-weight: 900;
}
.h1-alt {
  font-size: 45px;
  font-size: 4.5rem;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
  font-weight: 100;
}
/* Headline */
/*h1 {
  font-size: 45px;
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1.1em;
}*/

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

/* SubTitle */
h3 {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.1em;
  font-weight: 200;
}
h4 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2em;
  font-weight: 200;
}
h3, h4 { 
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .h1-alt {
    font-size: 40px;
    font-size: 4.0rem;
    color: #fff;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
    font-weight: 100;
  }
}
@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;
  }
  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;
  }
}
.form-row {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 7px;
}
.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 1.7rem 0.75rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: white;
  background: none;
  background-clip: padding-box;
  border: 1px solid white;
  border-radius: 0rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.small-title {
  text-transform: uppercase;
  /*letter-spacing: 2px;*/
  font-weight: 900;
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 10px;
}
.uppercase {
  text-transform: uppercase;
}
.ls-2 {
  letter-spacing: -2px;
}
.font-weight-bold {
  font-weight: 900;
}
.underline-green {
  background: linear-gradient(to top,transparent 0,transparent 7px,rgba(119,188,32,0.95) 0,rgba(119,188,32,0.95) 18%,transparent 18%,transparent 100%);
}
.underline-purple {
  background: linear-gradient(to top,transparent 0,transparent 7px,rgba(129,106,169,0.95) 0,rgba(129,106,169,0.95) 18%,transparent 18%,transparent 100%);
}
.underline-purple-dk {
  background: linear-gradient(to top,transparent 0,transparent 4px,rgba(59,30,106,0.75) 0,rgba(59,30,106,0.5) 11%,rgba(59,30,106,0.9) 18%,transparent 18%,transparent 100%);
}

/* COLORS */
.ccp { color: #816aa9 !important; }
.ccp-dk { color: #3b1e6a !important; }
.nutraboost { color: #cd5d28 !important; }
.green {
  color: #77bc20 !important
}
.red { color: #cd1900 !important; }
.white { color: #ffffff !important; }
.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; }

/* BG COLORS */
.ccp-bg { background: #816aa9; }
.ccp-dk-bg { background: #3b1e6a; }
.nutraboost-bg { background: #cd5d28 !important; }
.beige-bg {background: #f5f2ef;}
.black-bg {background: #181818;}
.red-bg {background: #cd1900;}
.blue-bg {background: #e6f5f8;}
.flavor-nutraboost {
  background: linear-gradient(45deg, #e3a386, #cd5d28);
  text-shadow: 0px 2px 2px rgba(0,0,0,0.5);
}

/* SECTION CONTAINERS */
.diagonal-split-background{
  background-color: #f8e2d4;
  background-image: -webkit-linear-gradient(-30deg, #f8e2d4 58%, rgba(248,226,212,0.5) 42%), url(../images/top-bg2.jpg);
  background-position: right center; 
  background-repeat: no-repeat; 
  -webkit-background-size: cover; 
  -moz-background-size: cover; 
  -o-background-size: cover; 
  background-size: cover;
}
.section-top-alt {
  /*background-image: -webkit-linear-gradient(-30deg, rgba(156,117,102,0.85) 58%, rgba(156,117,102,0.85) 42%), url(../images/top-bg3.jpg);*/
  padding-bottom: 150px;
  /*clip-path: ellipse(100% 100% at 40% 0%);*/
}
.st1{fill:linear-gradient(35deg, #9c7566, #d1a493, #fedfcb, #fff0d6, #fedfcb, #d1a493, #9c7566);}
.rosegold1 {
  stop-color: #9c7566;
}
.rosegold2 {
  stop-color: #d1a493;
}
.rosegold3 {
  stop-color: #fedfcb;
}
.rosegold4 {
  stop-color: #fff0d6;
}
#rosegold {
  fill: url(#Gradient1);
  opacity: 0.95;
}
#rosegold-m {
  fill: url(#Gradient2);
  opacity: 0.95;
}
#rosegold-lg {
  fill: url(#Gradient3);
  opacity: 0.95;
}
.st0{fill:#FFFFFF;}
.section-repeat {
  padding-top: 45px;
  padding-bottom: 55px;
}
.section-gold-swoosh {
  background: url('../images/product-curve-rg.svg');
  height: 400px;
  background-repeat: repeat-x;
  background-position: top center;
  margin-top: -150px;
  position: relative;
  z-index: 1001;
}
.section-products {
  padding-bottom: 33px;
  position: relative;
  z-index: 1003;
}
/*.section-products, */.as-seen-on-ticker {
  margin-top: -285px;
  padding-bottom: 33px;
  position: relative;
  z-index: 1002;
}

@media (max-width: 991px) {
  .section-gold-swoosh {
    margin-top: -99px;
  }
}
@media (max-width: 768px) {
  /*.section-products, */.as-seen-on-ticker {
    margin-top: -340px;
  }
}
@media (max-width: 399px) {
  /*.section-products, */.as-seen-on-ticker {
    margin-top: -390px;
  }
}
@media (min-width: 1199px) {
  .section-gold-swoosh {
    background-size: cover;
  }
}
@media (min-width: 1700px) {
  .section-gold-swoosh {
    /*display: none;*/
    background: url('../images/product-curve-rg-lg.svg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  /*.section-products, */.as-seen-on-ticker {
    margin-top: 0px;
  }
}
@media (min-width: 1700px) {
  /*.section-products, */.as-seen-on-ticker {
    margin-top: -225px;
  }
}
.section-forbes {
  background: linear-gradient(180deg, rgba(182,159,213,0.15), rgba(182,159,213,0.75));
  padding-top: 35px;
  /*border-radius: 20px;*/
}
.forbes-intro {
  /* background: rgba(32,34,39,1.0); */
  /* background: #eeeaf5; */
  padding: 0px 45px;
  display: grid;
  grid-template-columns: 2fr 2.5fr;
  /*align-items: end;*/
  margin-top: -70px;
}
.forbes-img-wrap {
  display: grid;
  align-items: end;
}
.forbes-intro-content {
  padding-top: 70px;
  padding-bottom: 25px;
  display: grid;
  align-content: center;
  align-items: center;
}
.btn-container-forbes {
  padding: 15px 15px 45px !important;
}

@media (max-width: 991px) {
  .section-forbes {
    background: linear-gradient(180deg, rgba(182,159,213,0.15), rgba(182,159,213,0.75));
    padding-top: 0px;
  }
  .forbes-img-wrap {
    display: none;
  }
  .forbes-intro {
    margin-top: 0px;
    padding: 30px 45px;
    display: grid;
    grid-template-columns: 1fr;
  }
  .forbes-intro-content {
    padding-top: 0px;
  }
}
.section-about {
  background: linear-gradient(0deg, rgba(254,239,230,0.5), rgba(254,239,230,0.5));
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: minmax(calc(50vw - 0px), auto);
}

.section-cristina {
  grid-template-areas: "image text";
}
.section-everbella {
  grid-template-areas: "text image";
}
.img-overlay-brown {
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg,rgba(233,195,177,0.25),rgba(66,54,48,0.85));
  position: absolute;
  right: 0;
}
.about-img-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin: 0px auto;
  min-width: 0px;
  grid-area: image;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.about-img-holder {
  margin: 0px;
  min-width: 0px;
  border: 0px;
  box-sizing: border-box;
  display: flex;
  height: auto;
  max-width: 100%;
  overflow: hidden;
  padding: 0px;
  width: 100%;
  position: absolute;
  inset: 0px;
}
.about-img-wrap {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  will-change: opacity;
  opacity: 1;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}
.img-about {
  object-position: top center;
  box-sizing: border-box;
  height: auto;
  height: 100%;
  position: absolute;
  width: 100%;
  outline: none;
  object-fit: cover;

  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.about-content {
  padding: 45px;
}
@media (min-width: 1600px) {
  .section-about {
    grid-template-rows: 600px;
  }
  .about-content {
    width: 600px;
  }
  .img-overlay-brown, .img-about {
    width: 700px;
    height: 600px;
  }
  .overlay-grandmother {
    left: 0;
  }
  .content-grandmother {
    right: 52.5%;
    position: absolute;
    width: 700px;
  }
  .img-about {
    object-position: top center;
  }
  .img-cristina {
    left: auto;
  }
  .img-grandmother {
    right: auto;
  }
}
@media (max-width: 768px) {
  .section-about {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .section-cristina {
    grid-template-areas: "text" "image";
  }
  .section-everbella {
    grid-template-areas: "text" "image";
  }
  .about-img-container {
    box-sizing: border-box;
    margin: 0px auto;
    min-width: 0px;
    grid-area: image;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .img-about {
    object-position: top center;
  }
}

.section-repeat-sm {
  padding-top: 25px;
  padding-bottom: 35px;
}
.section-top {
  padding-top: 150px;
}
.section-as-seen-on {
  padding-top: 75px;
  /*background: #feefe6;*/
  background: #f9eadf; /*rgba(249,234,223,1.0)*/
  /*background: linear-gradient(110deg, rgba(249,234,223, 0.85),rgba(249,234,223, 0.85)), url(../images/hair-bg.jpg) center center no-repeat;*/
  background: linear-gradient(110deg, rgba(66,54,48,0.7), rgba(66,54,48,0.7)), url(../images/hair-bg2.jpg) center center no-repeat;
  -webkit-background-size: cover; 
  -moz-background-size: cover; 
  -o-background-size: cover; 
  background-size: cover;
  color: white;
}
.section-as-seen-on-purple {
  /*background: #f9eadf; rgba(249,234,223,1.0)*/
  /*background: linear-gradient(110deg, rgba(249,234,223, 0.85),rgba(249,234,223, 0.85)), url(../images/hair-bg.jpg) center center no-repeat;*/
  /*background: #816aa9;*/
  /*background: linear-gradient(180deg, rgba(182,159,213,0.15), rgba(182,159,213,0.75));*/
  background: white;
  color: #816aa9;
  /*border-radius: 0px 0px 20px 20px;*/
  /*margin: 0px 15px;*/
  /*width: 100%;*/
  border-bottom: 4px solid rgba(182,159,213,0.15);
}
.as-seen-on-row {
  /*background: #f9eadf;*/
  /*background: rgba(249, 234,223, 0.85);*/
  padding-top: 19px;
  padding-bottom: 0px;
  /*border-radius: 20px;*/
  /*box-shadow: 0px 4px 10px rgba(0,0,0,0.15);*/
}
@media (max-width: 575px) {
  .section-forbes, .as-seen-on-row, .section-as-seen-on-purple {
    border-radius: 0px;
  }
}
#most-recent {
  padding-top: 70px;
  padding-bottom: 75px;
  /* background: linear-gradient(35deg, rgba(156, 117,102,1.0), rgba(209,164,147,1.0), rgba(254,224,203,1.0), rgba(255,240,214,1.0)); */
  background: linear-gradient(110deg, rgba(233,195,177,0.5),rgba(233,195,177,0.5)), url(https://files.everbella.website/user-site-file/6c6c1b20-af22-11eb-91c2-525400d917f1/ZE03V21qUGxzQkx0c3UwOVE0WU4xNzgyMDY1NDY0/LjqQOc71p5QVl/wp-content/uploads/2022/01/everbella-heart-pattern-rose.png);
}
.owl-carousel .owl-stage {
    padding: 25px 0px 9px;
}
/*.owl-carousel.owl-drag .owl-item.active {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 1s ease-in;
  opacity: 1.0;
}*/
.owl-carousel-aso .owl-item img {
  /*width: 70px;*/
  width: 200px;
  display: block;
  margin: 0px auto;
}

/* BUTTONS */
.btn-wrap {
  display: block;
  margin: 30px auto;
  text-align: center;
}
.btn-main {
  white-space: normal;
  display: inline-block;
  transition: all .15s ease;
  border: none;
}

.btn-main {
  /*background: #fc9903;*/
  /*background: #fc9903;*/
  background: #fd6300;
  background: linear-gradient(0deg, rgba(255,201,0,1), #fc9903);
  padding: 20px 25px;
  /*border-radius: 9px;*/
  text-decoration: none;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.25);
  /*border-image-source: linear-gradient(35deg, #9c7566, #d1a493, #fedfcb, #fff0d6, #fedfcb, #d1a493, #9c7566);
  border: 2px solid;
  border-image-slice: 1;
  border-width: 2px;*/

  line-height: 0.9em;
  white-space: normal;

  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .025em;
  color: #212227;
  text-shadow: 0px 1px 2px rgba(255,255,255,1.0);
  text-decoration: none;
  line-height: 1.0em;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.0);
  cursor: pointer;
}
.btn-main:hover {
  background: linear-gradient(0deg, #fc9903, rgba(255,201,0,1));
  color: white;
  /* margin-bottom: 25px; */
  text-shadow: 0px 1px 1px rgba(255,255,255,0.75);
  border: 1px solid #fc9903;
  box-shadow: none;
  transition: all .15s ease;
  border: none;
}
.btn-orange {
  /*font-size: 18px;*/
  font-size: 24px;
}
.btn-orange:hover {
  background: linear-gradient(0deg, #fc9903, rgba(255,201,0,1));
  color: #212227;
  text-shadow: 0px 1px 1px rgba(255,255,255,0.75);
  border: 1px solid #fc9903;
}
.btn-top {
  background: none;
  border: 1px solid #212227;
  text-shadow: none;
}
.btn-top:hover {
  background: linear-gradient(35deg, #d1a493, #fedfcb);
  border: 1px solid rgba(233,195,177,0.85);
  color: #212227;
  box-shadow: 0px 4px 10px rgba(255,255,255,0.5);
} 
.btn-top-rev {
  background: none;
  border: 1px solid #fff;
  color: #fff !important;
  text-shadow: none;
}
.btn-top-rev:hover {
  background: linear-gradient(35deg, #d1a493, #fedfcb);
  border: 1px solid rgba(233,195,177,0.85);
  color: #212227 !important;
  box-shadow: 0px 4px 10px rgba(255,255,255,0.25);
  /*text-shadow: 0px 1px 1px rgba(0,0,0,0.75);*/
} 
.btn-rosegold {
  background: linear-gradient(35deg, #9c7566, #d1a493, #fedfcb, #fff0d6, #fedfcb, #d1a493, #9c7566);
  color: #202227 !important;
  text-shadow: 0px 2px 1px rgba(233,195,177,0.85);
}
.btn-rosegold:hover {
  background: #e9c3b1;
}
.btn-carousel-product {
  background: none;
  border: none;
  box-shadow: none;
}
.btn-carousel-product:hover {
  background: white;
  color: #212227;
}
.btn-carousel-product.active {
  background: rgba(233,195,177,0.85);
  color: #212227;
}
.btn-biotin {
  border: 2px solid #81A997 !important;
  background: #fff;
  color: #212227 !important
}
.btn-collagen {
  border: 2px solid #816aa9 !important;
  background: #fff;
  color: #212227 !important
}
.btn-nutraboost {
  border: 2px solid #cd5d28 !important;
  background: #fff;
  color: #212227 !important
}
.btn-biotin, .btn-collagen, .btn-nutraboost {
  border: none !important;
}
.btn-topnav {
  opacity: 0.0;
}
.btn-topnav.vis {
  opacity: 1.0;
  -webkit-transition: background 1s;
  transition: background 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
.btn-block {
  display: block;
}
/* ANIMATED NUMBER */

.counter-wrap {
  padding-top: 35px;
  padding-bottom: 40px; 
}

/*@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
.bottles-sold {
  animation: counter 5s alternate ease-in-out;
  counter-reset: num var(--num);
  font: 800 40px system-ui;
  padding: 2rem;
}

.bottles-sold::after {
  content: counter(num);
}

@keyframes counter {
  from {
    --num: 0;
  }
  to {
    --num: 94505;
  }
}*/

/* OVERLAYS */
.small-screen-overlay-wht {
  /*background: linear-gradient(90deg, rgba(255,255,255,0.0), rgba(255,255,255,0.75));*/
  padding-top: 150px;
}
@media (max-width: 1199px) {
  .small-screen-overlay-wht {
    /*background: linear-gradient(90deg, rgba(255,255,255,0.5), rgba(255,255,255,0.5));*/
    padding-top: 100px;
  }
}
#nutraboost {
  background: linear-gradient(0deg, rgba(205,93,40,0.15), rgba(255,255,255,1.0));
  border-bottom: 9px solid #cd5d28;
}
.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) {
  .sm-lead, .lead {
    font-size: 20px;
  }
}
.boldem {
  font-weight: 800;
  font-style: italic;
}

/* YELLOW BAR */
.yellow-bar {
  background: #ffb700;
  background: linear-gradient(45deg, #9c7566, #d1a493, #fedfcb, #fff0d6, #fedfcb, #d1a493, #9c7566);
  padding: 7px 0px;
  position: absolute;
  width: 100%;
  top: 64px;
}
.yellow-bar p, .yellow-bar a {
  text-transform: uppercase;
  text-decoration: none;
  color: #212227;
  font-size: 20px;
  font-weight: 700;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}

/* NAVBAR */
/*.sm-logo-main {
  width: 0px;
}*/
.sm-logo-main.vis {
  width: 248px;
  transition: all 0.5s ease;
}
.sm-logo-main svg, .sm-logo-main img {
  width: 60px;
  place-items: left center;
  padding-top: 7px;
  padding-bottom: 7px;
}
#everbella-navbar-collapse {
  justify-content: end;
  transition: all 0.5s ease;
}
#everbella-navbar-collapse.vis {
  justify-content: end;
  transition: all 0.5s ease;
}
.navbar-background {
  background: rgba(32,34,39,0.0);
  /* opacity: 0; */
  -webkit-transition: height .5s;
  transition: height .5s;
  min-height: 10px;
}
.navbar-background-alt {
  background: rgba(32,34,39,0.0);
  box-shadow: none;
  /* opacity: 0; */
  -webkit-transition: height .5s;
  transition: height .5s;
  min-height: 10px;
  transition: all 0.5s ease;

  justify-content: center;
}
.navbar {
  padding: 0px 30px;
  /* text-align: right; */
}

.navbar-background.vis, .navbar-background-alt.vis {
  background: rgba(32,34,39,1.0);
  /* opacity: 1.0; */
  -webkit-box-shadow: 0px 4px 8px rgba(0,0,0, 0.25);
  box-shadow: 0px 4px 8px rgba(0,0,0, 0.25);
  -webkit-transition: 1s;
  transition: 1s;
  justify-content: space-between;
}
.img-main-logo {
  opacity: 1.0;
  width: 248px !important;
  position: relative;
}
.img-main-logo.vis {
  opacity: 1.0;
  -webkit-transition: background 1s;
  transition: background 1s;
  -webkit-transition: 1s;
  transition: 1s;
}

/* NAVIGATION */
.nav-link {
  /*font-size: 14px;*/
  font-size: 13px;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
  /* text-transform: uppercase; */
  letter-spacing: 2px; 
  font-weight: 400;
}
.nav-link a {
  padding: 15px 14px;
  /*margin-right: 4px;*/
  /* margin-left: 2px; */
  color: #fff;
  /* text-align: center; */
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  display: block;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
}
.nav-link a:hover {
  color: #212227;
  text-decoration: none;
  background: linear-gradient(35deg, #d1a493, #fedfcb);

}
.intro-logo {
  width: 400px;
  margin: 0px auto 45px;
  display: block;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1.0;
}
.intro-logo.vis {
  width: 300px;
  margin: 0px auto 45px;
  display: block;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0.0;
}
.nav-biotin {
  border-left: 4px solid #81A997 !important;
}
.nav-collagen {
  border-left: 4px solid #816aa9 !important;
}
.nav-nutraboost {
  border-left: 4px solid #cd5d28 !important;
}

.navbar-toggler {
  padding: 1.25rem;
}
.bar {
  display: block;
  background-color: #ffffff;
  width: 35px;
  width: 3.5rem;
  height: 2px;
  height: 0.2rem;
  border-radius: 4px;
  border-radius: 0.4rem;
  margin: 5px auto;
  margin: 0.75rem auto;
  -webkit-transition: background-color 0.4s ease-in, width 0.4s ease-in, -webkit-transform 0.4s ease-in;
  transition: background-color 0.4s ease-in, width 0.4s ease-in, -webkit-transform 0.4s ease-in;
  transition: background-color 0.4s ease-in, transform 0.4s ease-in, width 0.4s ease-in;
  transition: background-color 0.4s ease-in, transform 0.4s ease-in, width 0.4s ease-in, -webkit-transform 0.4s ease-in;
}
.bar.vis {
  background-color: #423630;
}
.current-menu-item {
  /*background: #0081f5;
  border-radius: 7px;
  border-radius: 0.7rem*/
}
.current-menu-item a {
  color: white;
  padding: 0px;
  padding: 15px 12px;
  padding: 1.5rem 1.2rem;
  border-radius: 7px;
  border-radius: 0.7rem;
}
.current-menu-item .dropdown-menu .nav-link a {
  background: none;
}
.current-menu-item .dropdown-menu .nav-link a:hover {
  background: #0081f5;
  border-radius: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: 0;
  margin: 0px;
  font-size: 14px;
  color: #202227;
  text-align: left;
  list-style: none;
  background: linear-gradient(180deg, #ffffff, #f4f4f4);/* #2197ff;*/
  background-clip: padding-box;
  border-radius: 0px 0px 4px 4px;
  border-radius: 0 0 0.4rem 0.4rem;
  box-shadow: 0px 4px 20px rgba(15, 0, 100, 0.25);
  box-shadow: 0 0.4rem 2.0rem rgba(15, 0, 100, 0.25);
  min-width: 300px;
  min-width: 30.0rem;
  margin-top: -5px;
}
.dropdown-menu .nav-link {
  border-bottom: 1px solid rgba(66,54,48,0.7);
  padding: 0px !important;
}
.dropdown-menu .nav-link:last-child {
  border: none;
}
.dropdown-menu .current-menu-item:last-child {
  border-radius: 0px 0px 4px 0;
  border-radius: 0 0 0.4rem 0;
}
.dropdown-menu .nav-link:last-child a:hover {
  border-radius: 0px 0px 4px 0px;
  border-radius: 0 0 0.4rem 0;
}
.dropdown-menu .dropdown-item {
  color: #202227;
  padding-top: 7px;
  padding-top: 0.7rem;
  padding-bottom: 7px;
  padding-bottom: 0.7rem;
  font-weight: 600;
  width: 100%;
}
.dropdown-menu .dropdown-item a {
  padding: 15px;
  padding: 1.5rem;
}
.dropdown-menu .nav-link a {
  color: #212227;
  line-height: 1.5em;
  padding: 9px 14px;
  padding: 0.9rem 1.4rem;
  letter-spacing: 0;
}
.dropdown-menu .current-menu-item {
  background: white;
}
.dropdown-menu .current-menu-item a {
  background: #0081f5;
}
.dropdown-menu .current-menu-item a:first-child {
  border-radius: 0px;
}
.dropdown-menu .nav-link a:hover {
  color: #212227;
  margin: 0px;
  border-radius: 0px;
  background: linear-gradient(35deg, #d1a493, #fedfcb);
}
.dropdown-menu .current-menu-item a:hover {
  border-radius: 0px;
  color: #202227;
}
.dropdown-menu .dropdown-item a:hover, .dropdown-menu .dropdown-item:hover {
  background: #202227;
  color: white;
  /*border-radius: 4px !important;*/
  width: 100%;
}
/*.dropdown-toggle:hover {
  border-radius: 4px 4px 0px 0px;
  border-radius: 0.4rem 0.4rem 0 0;
}*/

@media (max-width: 991.98px) {
  .navbar-background-alt {
    justify-content: space-between;
  }
  .navbar-nav {
    background: #d1a493;
    background: linear-gradient(35deg, #d1a493, #fedfcb);
    border: 1px solid rgba(209,164,147,0.5);
    border-bottom: 0px;
    /*width: 60%;*/
    right: 0 !important;
    /*position: absolute;*/
    border-radius: 13px 0px 0px 13px;
  }
  .nav-link {
    display: block;
    padding: 0px;
    /*background: #d1a493;*/
    border-bottom: 1px solid rgba(233,195,177,0.5);
  }
  .navbar-nav .nav-link:first-child, .navbar-nav .nav-link:first-child:hover, .navbar-nav .nav-link:first-child a:hover {
    border-radius: 13px 0px 0px 0px;
  }
  .navbar-nav .nav-link:last-child, .navbar-nav .nav-link:last-child:hover, .navbar-nav .nav-link:last-child a:hover {
    border: none;
    border-radius: 0px 0px 0px 13px;
  }
  .nav-link:hover {
    background: #d1a493;
  }
  .nav-link a {
    color: #7a574c;
  }
  .navbar-collapse {
    border: none;
    margin-right: 0px;
    position: absolute;
    top: 70px;
    top: 7.0rem;
    right: 0;
    left: 0;
    left: 0%;
    width: 100%;
    transition: all 0.3s ease;
    display: block;
  }
  .navbar-collapse.show {
    background: none;
    transition: all 0.3s ease;
    height: auto;
  }
  .navbar-collapse.collapsing {
    height: auto !important;
    margin-left: 100%;
    transition: all 0.3s ease;
    display: block;
  }
  .navbar-collapse.show {
    right: 0;
    /*border-radius: 0px 0px 6px 6px;
    border-radius: 0 0 0.6rem 0.6rem;*/
    box-shadow: none;
    /*border-bottom: 6px solid #0f41ff;*/
  }
  .navbar {
    padding: 0px 10px;
  }
  .navbar-nav .dropdown-menu {
    display: block;
    box-shadow: none;
    min-width: 100%;
    border: 0px;
    border-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #feefe6;
  }
  .dropdown-menu .nav-link:first-child, .dropdown-menu .nav-link:last-child, .dropdown-menu .nav-link:first-child:hover, .dropdown-menu .nav-link:first-child a:hover, .dropdown-menu .nav-link:last-child:hover {
    border-radius: 0px;
  }
  .dropdown-menu .nav-link a:hover {
    color: white;
    text-decoration: none;
    background: #212227;
    padding-left: 35px;
    padding-left: 3.5rem;
    padding: 10px 14px;
    padding: 1.0rem 1.4rem;
  }
  .dropdown-menu {
    /*border-left: 5px solid #a9c5ff;*/
    border-top: 1px solid #a9c5ff;
    border-bottom: none;
    border-radius: 0px;
    background: rgba(255,255,255,0.9);
    min-width: 75%;
    margin-top: 0px;
  }
  /*.dropdown-toggle {
    background: rgba(81,102,148,0.15);
    border-top: 2px solid #0f41ff;
  }*/
  .dropdown-menu .nav-link {
    border-bottom: 1px solid #0f41ff;
  }
  .dropdown-menu .current-menu-item:last-child {
    border-radius: 0px;
  }
  .dropdown-menu .nav-link {
    border-bottom: 1px solid #f2f2f2;
    background: rgba(254,239,230,0.25);
  }
  .dropdown-menu .nav-link a {
    padding: 7px 14px;
    padding: 0.7rem 1.4rem;
    letter-spacing: 1px;
    letter-spacing: 0.1rem;
    font-weight: 500;
    /*padding-left: 35px;
    padding-left: 3.5rem;*/
  }
  .dropdown-menu .nav-link a, .dropdown-menu .current-menu-item a:hover {
    color: #1D3347;
    padding: 10px 14px;
    padding: 1.0rem 1.4rem;
  }
  .dropdown-menu .nav-link:last-child a:hover {
    border-radius: 0px;
  }
}
@media (max-width: 767.98px) {
  .top-nav-btn-wrap .btn-main {
    font-size: 15px; 
  }
  .intro-logo {
    width: 250px;
  }
}
@media (max-width: 599.98px) {
  .navbar-background {
    /*display: block;*/
  }
  /*.btn-main {
    padding: 10px 15px;
  }*/
  .navbar-collapse {
    top: 58px;
    top: 5.8rem;
  }
  .navbar-toggler {
    padding: 1.0rem;
  }
  .img-main-logo {
    width: 150px !important;
    position: relative;
  }
}
@media (max-width:424.98px) {
  /*.img-main-logo {
    width: 200px !important;
  }*/
  /*.navbar-toggler {
    margin: 10px;
  }*/
}

/* MAIN BG */
#main-section {
  min-height: 900px;
  max-width: 1900px;
  margin: 30px auto;
  border-radius: 20px;
  box-shadow: 0px 8px 20px rgba(0,0,0,0.5);
}
.main-foreground {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.img-main-products {
  margin-top: -75px;
}
.img-round-basic {
  border: 1px solid rgba(0,0,0,0.25);
  padding: 20px;
  width: 300px;
  height: 300px;
  display: block;
  margin: 0px auto 20px;
  border-radius: 50%;
}
.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'' ';
}
.verified-customer {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  /* color: #656565; */
}
.verified-customer i {
  color: #77bc20;
  font-size: 16px;
}

/* NON ICONS */
.section-non-icons {
  padding-top: 25px;
  padding-bottom: 35px;
}
/* "NON" Icons */

.non-icons-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 25px;
  padding: 3px 0px;
}
.non-icon {
  width: 175px;
  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 #816aa9;*/
  /*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-icons-wrap-mini {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0px;
}
.non-icons-cart {
  background: #e4e4e4;
}
.non-icon-mini {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40px, auto));
  padding: 10px;
  justify-content: center;
}
.non-icon-mini-text {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.0em;
  margin-bottom: 0px;
}
.non-icon-mini-inner {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  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;
}
.vitamin-size {
  font-size: 45px !important;
  font-weight: 700 !important;
}
.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;
  font-weight: 600;
  color: #3b1e6a;
  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 .non-icon-inner p, .non-icon .non-icon-inner-alt p {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .non-icon-inner:after {
    content: "";
    background: #816aa9;
    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 .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 .non-icon-inner p, .non-icon .non-icon-inner-alt p {
    font-size: 16px;
  }
}

/* MASONRY */
.testimonials-container {
  /*display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: masonry;*/
  /*grid-auto-rows: masonry;*/
  gap: 50px;
  columns: 2 350px;
}
.testimonial-item-wrap {
  padding: 10px 90px 30px;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
  border-radius: 9px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 991px) {
  .testimonials-container {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 0px;
  }
}

/* PRODUCT DESIGN */
/* NEW MOBILE CART */
.cart-item {
  background: linear-gradient(0deg, #f1f1f1, rgba(255,255,255,1.0));
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
  /*border-radius: 13px;*/
  border-radius: 0px;
  margin-bottom: 20px;
  font-family: "Avenir", "Helvetica", arial, sans-serif;
  position: relative;
  display: grid;
  border: 1px solid #ffffff;
}
.cart-item .cart-mobile {
  display: grid;
  grid-template-columns: 1fr;
  /*grid-gap: 10px;*/
}
.highlight-callout {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(255,201,0,1), #fc9903);
  padding-top: 5px;
  padding-bottom: 5px;
}
.best-seller-wrap {
  background: rgba(182,159,213,0.15);
  background: linear-gradient(180deg, rgba(182,159,213,0.15), rgba(182,159,213,0.33));
}
.best-seller-wrap .non-icons-wrap {
  background: rgba(182,159,213,0.3);
}
.cart-item-content-wrap {
  padding-bottom: 35px;
}
.price-callout-best {
  background: linear-gradient(180deg, #41aaf7 0%, #004483 100%);
  text-transform: uppercase;
  /* border-radius: 6px 6px 0px 0px; */
  text-align: center;
  margin-bottom: 0px;
  color: #fff;
  text-shadow: 0px 1px 1px #212227;
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 28px;
  border-radius: 13px 13px 0px 0px;
  font-family: "Avenir", "Helvetica", arial, sans-serif;
  padding: 20px 0px;
}
.supply-level {
  font-size: 16px;
  font-weight: 700;
  /* color: #777777; */
  text-transform: uppercase;
  font-family: "Avenir", "Helvetica", arial, sans-serif;
}
.savings-block {
  background: #239640;/* #004483 100%);*/
  padding: 5px 10px;
  border-radius: 9px;
  display: inline-block;
  margin-bottom: 9px;
}
.savings-block p {
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0px;
}
.btn-addtocart-wrap {
  text-align: center;
}
.btn-container {
  /*background: #eeeaf5;*/
  padding: 15px;
  border-radius: 0px 0px 13px 13px;
}
.total-savings {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  /*color: #239640;*/
  color: #0072ff;
}
.cart-item-img-wrap, .cart-item-content-wrap {
  padding: 20px 0px 0px;
}
.img-cards {
  width: 150px;
  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;
}
.supply-level-main {
  font-size: 26px;
  font-weight: 900;
  /*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;
}
.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;
}
.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: 50px;
}
.price-item .btn-main, .btn-orange, .btn-container .btn-main {
  background: #fc9903;
  background: linear-gradient(0deg, rgba(255,201,0,1), #fc9903);
  padding: 20px 25px;
  border-radius: 9px;
  color: #004483 !important;
  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;
  margin-bottom: 15px;
}*/
.blue-dk {
  color: #004483 !important;
}

.name-price-wrap {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px 15px;
  min-width: 0px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  width: 100%;
}
.name-price-wrap p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 600;
  margin-bottom: 7px;
}
.amtpb {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 300;
}
.product-description {
  padding: 0px 15px;
}
.product-description p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  color: #494a50;
  margin-bottom: 9px;
}
.star-rating {
  /*padding: 0px 15px 15px;*/
  padding-bottom: 15px;
}
.star-rating .fa {
  color: #fc9903;
  font-size: 12px;
  font-size: 1.2rem;
}
.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: 2px solid #fc9903;
  border-bottom: 2px solid #fc9903;
  /*height: 70px;*/
  /*background: #6ab34f;*/
  background: linear-gradient(180deg, rgba(255,201,0,1), #fc9903);
  display: grid;
  align-items: center;
  text-align: center;
  padding: 7px 20px 7px 10px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.75);
  color: #212227;
  font-weight: 900;

  position: absolute;
  z-index: 1001;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.0;
  left: 0%;
  top: 33px;
}
.ribbon-featured {
  /*border-top: 2px solid #71cc50;
  border-bottom: 2px solid #71cc50;*/
  border-image-source: linear-gradient(35deg, #9c7566, #d1a493, #fedfcb, #fff0d6, #fedfcb, #d1a493, #9c7566);
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  background: #212227;
  color: white;
}
.super-large-number {
  font-size: 130px;
  font-size: 13rem;
  line-height: 130px;
  font-weight: 100;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: -9px;
}
.sln-description {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 1.0;
}
@media (max-width: 768px) {
  .super-large-number {
    font-size: 70px;
    font-size: 7.0rem;
    line-height: 70px;
    font-weight: 100;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: -5px;
  }
  .sln-description {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 600;
    margin-bottom: 0px;
  }
}
/* CAROUSEL */
.carousel-row-wrap {
  display: flex;
  align-content: stretch;
  grid-gap: 20px;
}
.carousel-nav {
  border-radius: 20px;
  background: linear-gradient(0deg, rgba(254,239,230,0.5), rgba(254,239,230,0.5));
  padding: 20px;
}
.carousel-item {
  text-align: center;
}
.carousel-inner {
  border-radius: 20px;
  background: linear-gradient(0deg, rgba(254,239,230,0.5), rgba(255,255,255,1.0));
  padding: 40px;
/*  display: grid;
  align-content: center;*/
}
.product-img-carousel {
  width: 80%;
  display: block;
  margin: 20px auto;
}

/* FRONT PAGE NEWS */

#hp-recent-posts {
  background: white;
  background: linear-gradient(0deg, #ffffff, #f4f4f4);
}
.hp-main-featured {
  padding: 45px 50px 55px;
  /*border: 9px solid white;*/
  /*background: linear-gradient(180deg, #ffffff, #d9daeb);*/
  background: #ffffff;
  /*margin-bottom: 25px;*/
}
.hp-main-featured header {
  min-height: 300px;
  width: 100%;
  object-fit: cover;
  position: relative;
}
.hp-main-featured .item-header .img-post {
  height: 200px;
  width: 100%;
  object-fit: cover;
  /*border-radius: 7px 7px 0px 0px;
  border-radius: 0.7rem 0.7rem 0 0;*/
}
.hp-main-featured .item-content {
  padding: 15px;
  padding: 1.5rem;
  font-family: hero-new, Arial, Helvetica, sans-serif;
}
.articles-wrap {
  display: grid;
}
.articles-wrap .item {
  display: grid;
  grid-template-columns: 200px auto;
  background: rgba(255,255,255,0.95);
  margin-bottom: 15px;
  border: 1px solid rgba(233,195,177,0.5);
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
}
.articles-wrap .item:last-child {
  margin-bottom: 0px;
}
.main-article-wrap {
  display: grid;
  align-content: center;
  grid-template-rows: 300px 1fr;
  /*background: rgba(255,255,255,0.95);*/
  /*margin-bottom: 15px;*/
  border: 1px solid rgba(233,195,177,0.5);
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
  height: 100%;
}
.main-article-wrap .item-header .main-image-wrap .img-post {
  min-height: 300px;
  width: 100%;
}
.main-article-wrap header {
  min-height: 300px;
}
.main-article-wrap .main-article-content {
  padding: 35px;
  background: rgba(255,255,255,0.95);
}
.main-article-wrap .main-article-content a {
  text-decoration: none;
}
.main-article-wrap .main-article-content h2 {
  margin-bottom: 10px;
}
.main-article-wrap .main-article-content .date {
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
.main-article-wrap .main-article-content p {
  font-weight: 200;
  line-height: 2.8rem;
  font-size: 20px;
  font-size: 2.0rem;
}
.articles-wrap .item .item-header {
  min-height: 120px;
}
.articles-wrap .item .item-header .img-post {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.articles-wrap .item .item-content {
  padding: 30px 35px;
  padding: 3.0rem 3.5rem;
}
.articles-wrap .item .item-content a, .hp-main-featured .item-content a {
  text-decoration: none;
}
.articles-wrap .item .item-content h4, .hp-main-featured .item-content h2 {
  font-weight: 600;
}
.hp-main-featured .item-content h2 {
  line-height: 42px;
  line-height: 4.2rem;
  margin-bottom: 20px;
}
.articles-wrap .item .item-content h3 {
  line-height: 32px;
  line-height: 3.2rem;
  margin-bottom: 12px;
}
.articles-wrap .item .item-content h4 {
  line-height: 24px;
  line-height: 2.4rem;
  margin-bottom: 10px;
  font-weight: 200;
}
.articles-wrap .item .item-content a h4  {
  color: rgba(66,54,48,1.0);
}
.articles-wrap .item .item-content p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-family: hero-new, Arial, Helvetica, sans-serif;
  margin-bottom: 9px;
  font-weight: 200;
}
.articles-wrap .item .item-content .date, .hp-main-featured .item-content .date {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 200;
  color: rgba(0,0,0,0.5);
}
@media (max-width: 1199px) {
  .main-article-wrap {
    margin-bottom: 15px;
    display: block;
  }
}
@media (max-width: 991px) {
  .hp-main-featured {
    padding: 45px 20px 55px;
  }
}
@media (max-width: 575px) {
  .articles-wrap .item {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1200px) and (max-width: 1999px) {
  .main-article-wrap {
    display: grid;
    align-content: center;
    grid-template-rows: 300px 300px;
    height: auto;
  }
}
@media (min-width: 2000px) {
  .main-article-wrap {
    display: grid;
    align-content: center;
    grid-template-rows: 300px 1fr;
    height: 100%;
  }
}
/* "NON" Icons ADDITIONAL Vitamins */

.vitamins-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  /*margin-bottom: 25px;*/
}
.vitamin {
  width: 175px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(175px, auto));
  justify-content: center;
  justify-items: center;
}
.vitamin-text {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.0em;
  margin-bottom: 0px;
}
.vitamin-inner, .vitamin-inner-alt {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 4px 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;
}

.vitamin-inner img {
  width: 70%;
  margin: 0px auto;
}

.vitamins-wrap-mini {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0px;
}
.vitamin-mini {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(60px, auto));
  padding: 10px;
  justify-content: center;
}
.vitamin-mini-text {
  font-size: 14px;
  font-weight: 700;
  color: #cd5d28;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.0em;
  margin-bottom: 0px;
}
.vitamin-mini-inner {
  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;
  justify-self: center;
}
.vitamin-mini-inner img {
  width: 100%;
  margin: 0px auto;
}
.vitamin-inner {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 5px solid #e3a386;
  background: rgba(255,255,255,1.0);
  display: grid;
  align-items: center;
  align-content: center;
}
.vitamin .vitamin-inner p {
  margin-bottom: 0px;
  text-align: center;
  font-size: 30px;
  line-height: 0.9em;
  text-transform: uppercase;
  font-weight: 500;
  color: #f26320;
  font-family: din-condensed, "Avenir", "Helvetica", arial, sans-serif;
}
.vitamin .vitamin-inner p, .vitamin .vitamin-inner-alt p {
  margin-bottom: 0px;
  text-align: center;
  font-size: 22px;
  line-height: 0.85em;
  font-weight: 600;
  color: #cd5d28;
  font-family: din-condensed, "Avenir", "Helvetica", arial, sans-serif;
}
.vitamin .small {
  line-height: 1.2em;
  color: white;
} 
.nutraboost-callouts-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
  align-items: center;
  justify-content: center;
}
.vitamin .icon-text-wrap {}
.vitamin .icon-text-wrap p {
  line-height: 1.3em;
  font-size: 14px;
  font-weight: 600;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .vitamin {
    width: 135px;
    /* height: auto; */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(135px, auto));
    /* padding: 10px; */
    justify-content: center;
    justify-items: center;
  }
  .vitamin-inner, .vitamin-inner-alt {
    width: 125px;
    height: 125px;
    padding: 5px;
  }
  .vitamin .vitamin-inner p, .vitamin .vitamin-inner-alt p {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .main-article-wrap {
    margin-bottom: 15px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .vitamin-mini {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, auto));
    padding: 10px;
    justify-content: center;
  }
  .vitamin-mini-inner {
    width: 100px;
    height: 100px;
  }
  .vitamin {
    width: 135px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(135px, auto));
    margin-bottom: 10px;
    padding: 10px;
  }
  .vitamin-inner, .vitamin-inner-alt {
    width: 135px;
    height: 135px;
  }
  .vitamin .vitamin-inner p, .vitamin .vitamin-inner-alt p {
    font-size: 22px;
  }
}
@media (max-width: 599px) {
  .vitamin {
    width: 125px;
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(125px, auto));
    padding: 0px;
  }
  .vitamin-inner, .vitamin-inner-alt {
    width: 120px;
    height: 120px;
  }
  .vitamin .vitamin-inner p, .vitamin .vitamin-inner-alt p {
    font-size: 16px;
  }
}
/* TESTIMONIAL SLIDER */

.section-testimonials {
  /*background: #eeeaf5;*/
  background: rgba(233,195,177,0.85);
  padding-top: 45px;
  padding-bottom: 55px;
}
.testimonial-item {
  background: white;
  display: grid;
  grid-template-rows: 220px auto;
  /*border-radius: 13px;*/
  border-radius: 0px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
}
.testimonial-item .person {
  /*border-radius: 13px 13px 0px 0px;*/
  border-radius: 0px;
}
.testimonial-item .content-wrap {
  padding: 25px 20px;
}
.testimonial-item .content-wrap p {
  line-height: 1.5em;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
.testimonial-item .content-wrap .quotation {
  font-size: 14px;
}
.review-alt .quote-author, .quote-author {
  text-align: right;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 0px;
  color: #3b1e6a;
  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;
}
.small-stars-wrap {
  max-width: 250px;
  margin-bottom: 15px;
}
.small-stars-wrap i {
  font-size: 16px;
  color: #ffa300;
}
.owl-nav {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 50px 50px;
}
/*.carousel-next, .carousel-prev {
  color: #817aa9;
}*/
.carousel-prev i, .carousel-next i {
  font-size: 30px;
}

@media (max-width: 600px) {
  .owl-nav {
    display: grid;
    justify-content: center;
    grid-template-columns: 75px 75px;
  }
}

#footer {
  display: grid;
  background: linear-gradient(0deg,rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url(../images/rose-corner-border-left.png) bottom left no-repeat;
  background-color: #212227;
  padding-top: 35px;
  padding-bottom: 50px;
}
#footer p {
  color: #d2d2d2;
  font-size: 14px;
  margin-bottom: 7px;
}
#footer .disclaimer {
  color: #d2d2d2;
  font-size: 12px;
  margin-bottom: 7px;
}
#footer a {
  color: #f4f4f4;
}
#footer hr {
  border-top: 2px solid rgba(230,230,230,0.15);
}
.wp-footer {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  /*align-items: center;*/
}
.footer-nav-wrap {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.footer-logo {
  display: block;
  margin: 0px auto 25px;
  width: 200px;
}
.contact-items {
  margin-top: 15px;
  /*padding-top: 15px;*/
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  /*border-top: 2px solid rgba(230,230,230,0.15);*/
  border-bottom: 2px solid rgba(230,230,230,0.15);
}
.contact-items .contact-item {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 20px auto;
  grid-gap: 4px;
}
.footer-nav li {
  font-size: 14px;
  margin-bottom: 5px;
}
.footer-nav li a {
  text-decoration: underline;
}
.footer-nav .current-menu-item a {
  color: white;
  padding: 0px;
}
.contact-item i {
  font-size: 20px;
  color: white;
}
.contact-item p {
  margin-bottom: 0px !important;
  line-height: 1.1em;
  font-size: 16px;
}
.footer-social-items {
  list-style-type: none;
  text-align: center;
  display: flex;
  margin-bottom: 30px;
  padding-left: 0;
  justify-content: center;
}
.footer-social-items .footer-social-item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin: 0 8px;
  transition: all .4s ease;
  color: white;
}
#most-recent .most-recent-wrap {
  padding-bottom: 45px;
}
#most-recent .most-recent-wrap .most-recent-list-item {
  background: white;
  border-radius: 4px;
  box-shadow: 0px 7px 10px rgb(0,0,0,0.1);
  /* padding: 15px; */
}
#most-recent .most-recent-wrap .most-recent-list-item .mr-image-wrap {
  min-height: 275px;
  border-radius: 4px 4px 0px 0px;
}
#most-recent .most-recent-wrap .most-recent-list-item .mr-text-wrap {
  padding: 20px;
}
#most-recent .most-recent-wrap .most-recent-list-item .mr-text-wrap h4, .product-callout .mr-text-wrap h4 {
  color: #816aa9;
  margin-bottom: 10px;
}
#most-recent .most-recent-wrap .most-recent-list-item .mr-text-wrap p, .product-callout .mr-text-wrap p {
  font-size: 14px;
  line-height: 1.6em;
}
.mr-image-wrap {
  width: 100%;
  height: 100%;
}



@media (max-width: 1199px) {
  .non-icon-mini {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(35px, auto));
    padding: 4px;
    justify-content: center;
  }
  .non-icon-mini-inner {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 991.98px) {
  .non-icon {
    width: 110px;
    height: 110px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, auto));
    padding: 10px;
  }
  .non-icon-inner, .non-icon-inner-alt {
    width: 90px;
    height: 90px;
  }
  .non-icon .non-icon-inner p {
    margin-bottom: 0px;
    text-align: center;
    font-size: 18px;
  }
  .btn-container {
    padding: 0px;
  }
  .cart-item .btn-container {
    padding: 0px 10px 10px;
  }
  /*.cart-item-img-wrap {
    border-right: 2px solid #eeeaf5;
  }*/
  .cart-item-img-wrap, .cart-item-content-wrap {
    display: grid;
    align-items: center;
    padding: 20px 0px 0px;
  }
  .cart-item .cart-mobile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0px;
  }
  .cart-item .cart-mobile .prod-img-wrap {
    border-right: 1px solid #eeeaf5;
  }
  .cart-item .cart-mobile .prod-content-wrap {
    padding: 15px 0px;
  }
  
  .btn-addtocart-wrap {
    padding: 0px 25px 30px;
  }
}
@media (max-width: 767.98px) {
  .top-nav-btn-wrap .btn-main {
    font-size: 15px; 
  }
  .wp-footer {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    /*align-items: center;*/
  }
}
@media (max-width: 599.98px) {
  .cart-item .cart-mobile {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
  .cart-item .cart-mobile .prod-content-wrap {
    padding: 0px 0px 13px;
  }
  .cart-item-img-wrap, .cart-item-content-wrap {
    display: grid;
    align-items: center;
    padding: 20px 0px 0px;
  }
  .cart-item .btn-container {
    padding: 20px;
  }
  .savings-block p {
    font-size: 18px;
    line-height: 1.0em;
  }
  .non-icon {
    width: 85px;
    height: 85px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, auto));
    padding: 0px;
  }
  .non-icon-inner {
    width: 80px;
    height: 80px;
  }
  .price-cbp {
    font-size: 45px;
  }
  .img-mbg {
    width: 120px;
  }
  .img-product-small {
    width: 160px;
    display: block;
    margin: 0px auto;
  }
  .price-callout-best {
    font-size: 22px;
    padding: 10px 0px;
  }
  .cart-item .btn-container .btn-main {
    padding: 20px 25px;
  }
}
@media (max-width: 399.98px) {
  .footer-nav-wrap {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}

/* ADJUSTMENTS TO CART SLIDE OUT */
.cart-snapshot {
  border-radius: 13px 0px 0px 13px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.75);
}
.cart-snapshot .cart-snapshot-header {
  position: relative;
  padding: 10px 20px 10px;
  background: linear-gradient(35deg, #d1a493, #fedfcb);
}
.cart-snapshot .cart-snapshot-header h3 {
  text-align: center;
  /* padding-bottom: 10px; */
  margin-bottom: 0;
  text-transform: uppercase;
  color: #212227;
  text-shadow: 0px 1px 2px rgba(255,255,255,1.0);
}
.cart-snapshot .cart-snapshot-header .close {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
}
.cart-snapshot .cart-snapshot-items ul li.item::nth-child(odd) {
  background: #f2f2f2;
}
.cart-snapshot .cart-snapshot-items ul li.columns .item-name, .cart-snapshot .cart-snapshot-items ul li.columns .item-qty, .cart-snapshot .cart-snapshot-items ul li.columns .item-price {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}
.cart-snapshot .cart-snapshot-items ul li {
  padding: 4px 20px;
  font-size: 12px;
}
.cart-snapshot .cart-snapshot-items ul li.total {
  padding: 4px 20px 4px;
  cursor: inherit;
  /* background: #d2d2d2; */
  border-top: 1px solid rgba(0,0,0,0.25);
  border-bottom: 1px solid rgba(0,0,0,0.25);
  font-weight: 700;
  font-size: 16px;
  
}
/* ADJUSTMENT TO OLD STYLES */

#main-intro {

}
.sub-page-header {
  /* border-image-source: linear-gradient(to left, #9c7566, #d1a493, #fedfcb, #fff0d6, #fedfcb, #d1a493, #9c7566); */
  min-height: 435px;
  padding-top: 70px;
  padding-bottom: 75px;
  margin: 125px 15px 15px;
  display: grid;
  align-items: center;
}
.sub-page-header h1, .contact-content h1 {
  color: white !important;
}
@media (max-width: 767.98px) {
.sub-page-header {
  min-height: 240px;
  padding-top: 70px;
  padding-bottom: 75px;
  margin: 108px 15px 15px;
}
@media (max-width: 599.98px) {
.sub-page-header {
  min-height: 200px;
  padding-top: 50px;
  padding-bottom: 55px;
  margin: 75px 15px 15px;
}

