@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/Gotham/GothamBold.eot?") format("eot"), url("../fonts/Gotham/GothamBold.woff2") format("woff2"), url("../fonts/Gotham/GothamBold.woff") format("woff"), url("../fonts/Gotham/GothamBold.ttf") format("truetype"), url("../fonts/Gotham/GothamBold.svg#Gotham") format("svg"); }

@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Gotham/Gotham-Book.eot?") format("eot"), url("../fonts/Gotham/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham/Gotham-Book.woff") format("woff"), url("../fonts/Gotham/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham/Gotham-Book.svg#Gotham") format("svg"); }

* {
  -webkit-touch-callout: none;
  /* prevent callout to copy image, etc when tap to hold */
  -webkit-text-size-adjust: none;
  /* prevent webkit from resizing text to fit */
  -webkit-tap-highlight-color: transparent;
  /* prevent tap highlight color / shadow */
  -webkit-user-select: text;
  /* prevent copy paste, to allow, change 'none' to 'text' */ }

/*color text when selected*/
::-moz-selection {
  background: #444;
  color: white; }

::-webkit-selection {
  background: #444;
  color: white; }

::selection {
  background: #444;
  color: white; }

body {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  color: #030303;
  min-width: 320px;
  overflow-x: hidden;

   }

a {
  color: #000; }

a:focus,
a:hover {
  text-decoration: none;
  color: #000; }

a:active {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */ }

.btn:active:focus,
.btn:focus,
button:active:focus,
button:focus,
a:focus,
input:focus {
  outline: none; }

input {
  -webkit-appearance: none;
  /*for iPhone & iPad*/ }

/* hide +- butoons */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type='number'] {
  -moz-appearance: textfield; }

hr {
  border-top-color: #d2d2d2;
}

/*----------------------font styles-----------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.text-big {
  line-height: 1.2;
  font-weight: 700;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
h1, h2 { margin-bottom: 25px; }
h3, h4 { margin-bottom: 15px; }
h1 {
  font-size: 2.5em;
  line-height: 1.0;
}

h2 {
  font-size: 2.0em;
  /* 48px */ }

h3 {
  font-size: 1.8em;
  /* 40px */ }

h4 {
  font-size: 1.5rem;
  /* 36px */ }
p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
figcaption {
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 14px;
  line-height: 1.0em;
  color: #858585;
  border-top: 1px solid #d2d2d2;
  margin-bottom: 20px;
  background-color: white;
  padding: 7px 15px;
}
.align-center {
  display: grid;
  align-items: center;
}
.text-danger {
  color: #cd1900 !important;
}
.text-big {
  font-size: 24px;}
@media (max-width: 600px){
  h1, h2 {
    font-size: 1.8em;
    line-height: 1.0;
  }
}

/*--------------------------------------------------------*/
section:not(.bg-inverse-color):not(.bg-white):not(.join-vip) .container-outer {
  background-color: #fff; }

.bg-inverse-color {
  color: #fff;
  text-align: center; }
  .bg-inverse-color a {
    color: #fff; }
    .bg-inverse-color a:hover, .bg-inverse-color a:focus {
      color: rgba(255, 255, 255, 0.7); }

section.bg-inverse-color {
  background: #3aba02; }
  section.bg-inverse-color.bg-dark {
    background: #0b354c; }
  section.bg-inverse-color.bg-light {
    background: #00aef0; }
  section.bg-inverse-color.bg-special {
    background: #f98700; }

/*--------------------------------------------------------*/
a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

h1,
h2,
h3,
h4,
h5,
h6,
.text-big,
p {
  margin-bottom: 1.5rem; }

.row:last-child h1:last-child,
.row:last-child h2:last-child,
.row:last-child h3:last-child,
.row:last-child h4:last-child,
.row:last-child h5:last-child,
.row:last-child h6:last-child,
.row:last-child .text-big:last-child,
.row:last-child p:last-child {
  margin-bottom: 0; }

/* text */
.green {
  color: #77bc20; }

.text-black {
  color: #030303; }

.text-orange {
  color: #ff8a00; }
 
.text-success {
	color:#3b1e6a !important;
}
strong, .font-weight-bold {
  font-weight: 700;
}

/* bg */
.bg-white {
  background: #fff; }

/* btn */
.btn {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border: none;
  border-radius: 3rem;
  color: #fff;
  white-space: normal; }
  .btn:hover, .btn:focus {
    color: #fff; }

.btn-main {
  background-color: #f98700;
  box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.49); }
  .btn-main:hover, .btn-main:focus {
    background-color: #ffab47; }

.btn-main {
  background: #fc9903;
  background: linear-gradient(0deg, #fc5503, #fc9903);
  padding: 15px 25px;
  border-radius: 9px;
  color: white;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.5);
  cursor: pointer;
}
.btn-main:hover {
  background: #6ab34f;
  color: white;
  /*margin-bottom: 25px;*/
  text-shadow: 0px 1px 1px rgba(0,0,0,0.75);
  box-shadow: 0px 4px 10px rgba(255,255,255,1.0);
}
.btn-special {
  font-size: 1.55em;
  /* 28px */
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.35);
  margin: 3rem -1rem; }

/* shadow */
.shadow-bottom {
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.35);
  z-index: 1;
  position: relative; }
.main-header {
  /*background-image: url("../img/bg_header.jpg");*/
  background-position: 40% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

/************ section: main-logo-block ***********/
.main-logo-block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 3; }
  .main-logo-block .floating-slogan {
    font-size: 1.55em;
    /* 28px */ }
  .main-logo-block .btn {
    font-size: 1.1em;
    /* 20px */
    letter-spacing: 1px;
    /*background: #ee8c00;*/
    color:white;
    }
 .floating-slogan span {
 	color:red;
 }
.section-limited {
  padding-top: 75px;
}
.nav-cart-wrap {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 1fr 45px;
  grid-gap: 10px;
}
.content-main {
  display: grid;
  align-items: center;
}
.content-main h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-style: italic;
  text-align: center;
}
.buy-one-get-one-img {
  display: block;
  margin: 20px auto 30px;
}

@media (max-width: 991px) {
  .content-main {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .buy-one-get-one-img {
    display: block;
    margin: 20px auto 30px;
    max-width: 100%;
  }
  .section-limited {
    padding-top: 120px;
  }
}

/********* section: main-logo-block - end ********/
/************** section: main-intro **************/
.main-intro {
  padding-bottom: 1rem;
	text-align: center;
}
.main-intro img {
  width: 100%;
  max-width: 1240px;
}
.main-intro h6 span {
	font-size: 90px;
}
.heading .container {
  width: 100%;
  max-width: 1200px;
}
.heading {
  text-align: center;
  margin:0 3rem;
}
.timer-block {
	background:#fff;
}
.redtext {
	color: #cd1900;
}

/********** red section *******/
.red-section {
	background: #cd1900;
	text-align: center;
  color: #fff;
}

/******** green section ********/
.green-section {
	background: #3b1e6a;
	text-align: center;
 	color: #fff;
}
.purple-section {
	background: #816aa9;
	text-align: center;
 	color: #fff;
}

.pink-section {
	background: #d0794e;
	text-align: center;
 	color: #fff;
}

.dark-section {
	background: #66676a;
	text-align: center;
 	color: #fff;
}

.purple {
  color: #816aa9 !important;
}
.white {
  color: #ffffff !important;
}
.bottle-quantity {
	padding:10px;
	position: absolute;
	right:20%;
	top:0;
	width:100px;
	height:100px;
	border-radius: 50%;
	color:#ffffff;
	font-size:20px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2); 
	line-height: 20px;
}
.purple-bg {
	background: #816aa9;
}
.green-bg {
	background: #6d8d8a;
}

/************ section3 **********/
#section3 {
  /*background: url('../img/qwer.jpg') no-repeat right top #fefefe;*/
}
#section3 .container {
  max-width: 1060px;
}
.section3-content {
  max-width: 990px;
}
/************ section5 .all-products**********/
.all-products {
	position: relative;
}
.btn-add-to-cart {
  font-size: 20px;
  color: #fff;
  background: -webkit-linear-gradient(top, #7dc108, #679e07);
  background: linear-gradient(to bottom, #7dc108, #679e07);
  border-radius: 4rem;
  padding: 0.6rem 1.5rem;
  cursor: pointer;
  line-height: 1.0em;
}
.product-block {
	font-size: 24px;
	box-shadow: 0px -5px 7.6px 0.4px rgba(0, 0, 0, 0.08);
}
.product-block:last-child {
  box-shadow:0px 0px 5.6px 5.4px rgba(0, 0, 0, 0.08);
}
.product-description {
	border-right: 1px solid #a6a6a6;
	border-left: 1px solid #a6a6a6;
}
.product-title {
	margin-bottom: 0;
}
.product-discount {
	color:#87c601;
	margin-bottom: 15px;
  font-size: 26px;
}
.product-choice {
  font-size: 18px;
  display: inline-block;
  text-align: left;
  width:98%;
}
.product-block label {
	width:100%;
}
.product-block .off {
	font-size:16px;
	color:#fff;
	padding:4px 7px;
	background:#777;
	/*border-radius:10px;*/
	position: relative;
	top: 0px;
	right:-5px;
}
.off.max {
	 background:#50a825 !important;
}
.product-discount {
	color:#87c601;
	margin-bottom: 15px;
}
.product-block del {
	font-weight:bold;
	color:#3b1e6a;
}
.product-choice strong {
	display:block;
}
.product-description .product-subtitle {
	font-size: 18px;
}
.free-product .product-subtitle {
  font-size: 24px;
}
.free-product label {
  font-weight: normal !important;
  font-size: 20px;
}
.free-product .product-discount{
  color: #f49603;
}
.price, .product-discount {
	font-weight:bold;
}
.price .amount {
  font-size: 36px;
  font-weight: 300;
}
.product-price-summary {
  background: rgba(106,179,79, 0.15);
  padding: 15px;
}
.offer-qualifies {
	font-weight: bold;
	color: #87c601;
	position: relative;
}
.offer-qualifies:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -2em;
  margin-top: -0.83333em;
  width: 1.66667em;
  height: 1.66667em;
  background-image: url('../img/icon_ok.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.radiobutton:not(checked) {
  position: absolute;
  opacity: 0;
}
.radiobutton {
  width: 17px;
  height: 17px;
}
.radiobutton:not(checked) + label {
  position: relative;
  margin-bottom: 20px;
  padding-left: 35px;
}
.radiobutton + label {
  cursor: pointer;
}
label {
	display: inline-block;
}
.radiobutton:not(checked) + label:before {
  content: '';
  position: absolute;
  top: .25em;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #CDD1DA;
  border-radius: 50%;
  background: #FFF;
}
.radiobutton:not(checked) + label:after {
  content: '';
  position: absolute;
  top: calc(.25em + 3px);
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #9FD468;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.radiobutton:checked + label:after {
  opacity: 1;
}
.radiobutton:focus + label:before {
  box-shadow: 0 0 0 3px rgba(255,255,0,.5);
}
.green-product-list {
	box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.49);
	max-width: 1000px;
	width: 90%;
  background: #39b54a;
  border-radius: 60px;
  padding: 25px 20px;
  position: absolute;
  left: 0;
	right: 0;
	bottom: -55px;
	margin:0 auto;
}
.green-product-list h5 {
	color: #fff;
	text-align: center;
}
.green-product-list > .container {
	background-color: #fff;
	border-radius: 60px;
	width:100%;
}
.green-product-list .product-block {
	box-shadow: none;
}
.green-product-list .product-title {
	margin-bottom: 10px;
}
.cart-info {
  font-size: 24px;
  font-weight:bold;
  padding: 2rem 1rem;
}
.black-text {
  color:black;
}
@media (max-width: 767px) {
  .radiobutton:not(checked) + label {
    position: relative;
    margin-bottom: 30px;
    padding-left: 35px;
  }
  /*.product-block .off {
    font-size: 16px;
    padding: 4px 7px;
    position: relative;
    top: 0px;
  }*/
}

/********* section7 .about-products*********/
.about-product-title {
	margin-bottom: 1rem;
	color: #3b1e6a;
	font-weight: normal;
  font-size: 48px;
}
.about-product h6 {
	color:red;
}
.about-product-img {
	text-align: center;
}
.about-product-img img {
  width: 100%;
  max-width:400px; 
}
.content-left {
  max-width: 600px;
  margin: 0 2rem 0 6rem;
}
h2.about-product-title {
  margin-bottom: 0;
}
.blacktext {
  color:black;
}
/*.OA {
  color:#42c82e;
}
.EM {
  color:#024ac2;
}
.BCO {
  color:#69980b;
}
.SPO {
  color:#fcc819;
}
.TR {
  color:#048df3;
}
.PAN {
  color:#f304e5;
}
.SSG {
  color:#469b8a;
}
.TSG {
  color:#8cd303;
}
.TMM {
  color:#2d87ba;
}
.T5BS {
  color:#e93c39;
}
.MDH {
  color:#1dafec;
}
*/
#gold-bg {
  background:url('../img/bg-gold.jpg') no-repeat right center;
}
#turm-bg {
  background:url('../img/bg-turm.jpg') no-repeat right center;
}
#clgn-bg {
  background:url('../img/bg-clgn.jpg') no-repeat right center;
}
#biot-bg {
  background:url('../img/bg-biot.jpg') no-repeat right center;
}
#cbdturm-bg {
  background:url('../img/bg-cbdturm.jpg') no-repeat right center;
}
#keto-bg {
	background:url('../img/bg-keto.jpg') no-repeat right center;
}
#b12-bg {
	background:url('../img/bg-b12.jpg') no-repeat right center;
}
#bcomp-bg {
	background:url('../img/bg-bcomp.jpg') no-repeat right center;
}
#d3-bg {
  background:url('../img/bg-d3.jpg') no-repeat right center;
}
#vitc-bg {
  background:url('../img/bg-vitc.jpg') no-repeat right top;
}
#prob-bg {
  background:url('../img/bg-prob.jpg') no-repeat right top;
}
#glut-bg {
  background:url('../img/bg-glut.jpg') no-repeat right top;
}


/* -------- form quantity block -------- */
.number-wrapper {
  display: inline-block;
  margin-top: 1rem; }

.number-wrapper label {
  line-height: 48px;
  float: left;
  font-size: 1.4em;
  color: #666765;
  font-weight: bold; }

.number {
  float: right;
  position: relative;
  width: 10rem;
  height: 48px; }

.number input {
  font-size: 1.2em;
  border: 1px solid #e6e6e5;
  border-radius: 3px;
  height: 3rem;
  width: 60%;
  float: left;
  text-align: center;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.number input:focus {
  border: 1px solid #87c601; }

.number button {
  color: #000;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 51%;
  line-height: 1;
  width: 41%;
  background-color: #fff;
  border: 1px solid #e6e6e5;
  border-left: none; }

.number .plus {
  border-top-right-radius: 3px;
  border-bottom: none; }

.number .minus {
  top: auto;
  bottom: 0;
  border-bottom-right-radius: 3px;
  border-top: none; }
  .number .minus:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -0.5rem;
    height: 1px;
    width: 1rem;
    background: #e6e6e5; }


.mobile-img {
  display: none;
  text-align: center;
}
.mobile-img img {
  width: 100%;
  max-width: 300px;
}
.about-product hr {
  border-top-color: #eee;
}
#section8 {
  text-align: center;
}

/********* section 10 *******/
#section10 {
  margin-top: 2rem;
}
#section6 h4 , #section10 h4 {
  margin-bottom: 5px;
}

/********* section 11 *******/
#section11{
  text-align: center;
}

/******** section: unstopppable-foundation *******/
.unstopppable-foundation .text-important {
  color: #f98700; }
.unstopppable-foundation {
	color: #666765;
}
.comparison-block {
  color: #000;
  background: #fce6a3;
  font-weight: bold;
  max-width: 290px; }

.comparison-amount {
  font-size: 2.66em;
  margin-bottom: 0; }

.comparison-about {
  line-height: 1; }

.video-block {
  background-image: url("../img/image_video.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.main-footer {
  background-color: #444242;
}


@media all and (max-width:1200px) {
    .content-left {
      max-width: 550px;
    }
    .about-product {
      background-position-x:50% !important; 
    }
}

@media all and (max-width:1000px) {
  .timer-block .container {
    width: 100%;
  }
  #section11 .container {
    width: 100%;
  }
  .content-left {
      max-width: 400px;
  }
  .about-product {
    background-position-x:55% !important; 
  }
  #section3 {
    background-position-x: 300px !important; 
  }
  #section3 img {
    width: 100%;
    max-width: 605px;
  }

}
@media (max-width: 991px) {
  .product-description {
    border-right: 0px;
  }
}
@media all and (max-width:770px) {
	.main-intro .heading {
    background: url('../img/header-bg.png') no-repeat center center;
    background-size: cover;
  }
  .main-intro .container {
    width:100%;
  }
  .green-product-list {
		position: relative;
		bottom: -58px;
    margin-top: -40px;
	}
	.all-products {
		padding-bottom: 10px;
	}
  .main-logo-block {
    font-size: 11px;
  }
  .product-description {
    border: 0;
  }
  .mobile-img {
    display: block;
  }
  .about-product {
    background-position-x:-10% !important; 
  }
  .content-left {
      max-width: none;
      margin:0 2rem;
      padding-bottom:0 !important;
  }
}

/********* timer ********/
.main-template {
  text-align: center;
  padding: 4rem 0;
}
.timer-block.sm .main-template {
  text-align: center;
  padding: 2rem 0;
}
.timer2 {
  padding: 10px 0 70px 0;
}

.timer-green-border {
	border:2px solid #62b146;
	border-radius:7px;
	background:#ffffff;
	max-width:80%;
	margin:auto;
}

.countdown .time {
  border-radius: 0.5rem;
  box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.5);
  display: inline-block;
  text-align: center;
  position: relative;
  height: 4rem;
  width: 4rem;
  margin: 0 .4rem;
  -webkit-perspective: 479px;
  -ms-perspective: 479px;
  -o-perspective: 479px;
  perspective: 479px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); 
  font-weight: bold;}



  .countdown .time:before, .countdown .time:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -.5rem;
    width: .5rem;
    height: 1rem;
    background: -webkit-linear-gradient(#521b8e, #521b8e 20%, #3b1e6a 40%, #521b8e, #521b8e, #3b1e6a);
    background: linear-gradient(#521b8e, #521b8e 20%, #3b1e6a 40%, #521b8e, #521b8e, #3b1e6a);
    box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.5), 0 2px 2px 0 white;
    border: 2px solid #000;
    z-index: 4; }
  .countdown .time:before {
    left: 0;
    border-left: none; }
  .countdown .time:after {
    right: 0;
    border-right: none; }

.countdown .count {
  font-family: sans-serif;
  font-size: 3em;
  background: #3b1e6a;
  background: -webkit-linear-gradient(#521b8e, #3b1e6a);
  background: linear-gradient(#521b8e, #3b1e6a);
  color: #ffffff;
  display: block;
  font-family: 'Oswald', sans-serif;
  line-height: 1.7;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: flat;
  transform-style: flat; }

.countdown .count.top {
  border-bottom: 2px solid black;
  box-shadow: inset 0 -2px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: .5rem .5rem 0 0;
  height: 50%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.countdown .count.bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 0 0 .5rem .5rem;
  line-height: 0;
  height: 50%;
  top: 50%;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0; }

.countdown .label {
  color: #666765;
  display: block;
  position: absolute;
  bottom: -2.5rem;
  width: 100%; }

/* Animation start */
.countdown .count.curr.top {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 3; }

.countdown .count.next.bottom {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  z-index: 2; }

/* Animation end */
.countdown .flip .count.curr.top {
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg); }

.countdown .flip .count.next.bottom {
  -webkit-transition: all 250ms ease-in-out 250ms;
  transition: all 250ms ease-in-out 250ms;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg); }

@media (min-width: 36em) {
  .countdown .time {
    height: 7rem;
    width: 8rem;
    margin: 0 .8rem;
     }
    .countdown .time:before, .countdown .time:after {
      margin-top: -1rem;
      width: 1rem;
      height: 2rem; }
  .countdown .count {
    font-size: 5em;
    line-height: 1.7; } }

@media (min-width: 48em) {
  .countdown .count {
    line-height: 1.5; } }

@media (min-width: 62em) {
  .container-inner {
    width: 960px; }
  .countdown .time {
    height: 11rem;
    width: 12rem; }
  .countdown .count {
    font-size: 7em;
    line-height: 1.25; } 	
 .timer-block.sm .countdown .time {
    height: 7rem;
    width: 8rem; }
 .timer-block.sm .countdown .count {
    font-size: 4.2em;} 	
}

@media (max-width: 47.99em) {
  .countdown {
    font-size: 0.81281rem; }
}
@media (max-width: 992px) and (min-width: 768px){ 
  .countdown {
    font-size: 15px; }
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
	h2 {font-size:1.5em;}
	h3 {font-size:1.4em;}
	h4 {font-size:1.3em;}
}

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


@media screen and (max-width: 1260px){
   .timer div {margin-left: 10px;}
    .your-price .new-price {
		font-size:45px !important;
	}
}

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


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


}

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

}

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

}

/* SCOTT'S NEW STYLES - 5-26-23 */
.section-repeat {
  padding-top: 45px;
  padding-bottom: 55px;
}
.section-repeat-sm {
  padding-top: 20px;
  padding-bottom: 25px;
}
.text-indent-1 {
  padding-left: 30px;
}
.text-indent-2 {
  padding-left: 60px;
}
.text-indent-3 {
  padding-left: 90px;
}
.text-indent-4 {
  padding-left: 120px;
}
@media (max-width: 560px) {
  .section-repeat {
    padding: 40px 0px 25px;
  }
  .text-indent-1, .text-indent-2, .text-indent-3, .text-indent-4 {
    padding-left: 0px;
  }
}
.purple {
  color: #816aa9 !important;
}
.biotin {
  color: #6d8d8a !important;
}
.nutraboost {
  color: #cd5d28 !important;
}
.nutraboost-bg {
  background: #cd5d28 !important;
}
.nutraboost-lt {
  color: #e3a386 !important;
}
.nutraboost-lt-bg {
  background: #e3a386 !important;
}
.beige-bg {
  background: #f8f4ef;
}
.nutraboost-gradient {
  background: linear-gradient(0deg, rgba(255,255,255,1.0), rgba(205,93,40,0.15));
}
.nutraboost-gradient-alt {
  background: linear-gradient(0deg, rgba(205,93,40,0.15), rgba(205,93,40,0.15));
}
.img-heart {
  width: 450px;
  display: block;
  margin: 0px auto;
}
.img-heart-sm {
  width: 300px;
  display: block;
  margin: 20px auto;
}
@media (max-width: 767px) {
  .img-heart {
    width: 300px;
    display: block;
    margin: 20px auto;
  }
}
.img-cristina {
  display: block;
  width: 300px;
  float: left;
  margin: 0px 15px 15px 0px;
  border: 9px solid white;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
  /*transform: rotate(3deg);*/
}
.img-message {
  width: 600px;
  margin: 0px auto;
  display: block;
}
.big-stars-wrap {
  max-width: 250px;
  display: block;
  margin: 10px auto;
  text-align: center;
}
.big-stars-wrap i {
  font-size: 35px;
  color: #ffa300;
}
.review-sm {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  padding: 25px 20px 20px 20px;
  margin-bottom: 25px;
}
.review-sm .check-wrap, .check-wrap {
  display: grid;
  grid-template-columns: 40px auto;
  grid-gap: 10px;
  /*align-items: center;*/
  justify-content: center;
  margin-bottom: 15px;
}
.num-wrap {
  display: grid;
  grid-template-columns: 40px auto;
  grid-gap: 10px;
  /*align-items: center;*/
  /*justify-content: center;*/
  margin-bottom: 15px;
}
.num-wrap .number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #77bc20;
  display: grid;
  justify-content: center;
  align-items: center;
}
.num-wrap .check-content {
  display: grid;
  /*justify-content: center;*/
  align-items: center;
}
.num-wrap .number p {
  font-size: 25px;
  font-weight: 900;
  color: white;
}
.review-sm hr {

}
.review-sm .check-wrap i, .check-wrap i {
  font-size: 40px;
}
.small-stars-wrap {
  max-width: 250px;
  margin-bottom: 15px;
}
.small-stars-wrap i {
  font-size: 25px;
  color: #ffa300;
}
.person .img-review {
  border: 2px solid #f4f4f4;
  border-radius: 9px;
  display: block;
  margin: 0px auto;
  width: 100%;
}
@media (max-width: 991px) {
  .person .img-review {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .img-cristina {
    display: block;
    width: 300px;
    float: none;
    margin: 0px auto 20px;
  }
}
.quote-author {
  text-align: right;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 0px;
  color: #cd5d28;
  font-weight: 600;
  padding-right: 20px;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
.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;
}
.black-wrap {
  /*padding: 0px 45px;*/
  background: #212227;
  color: white;
  border-radius: 9px;
}
.wistia-video-wrap {
  display: grid;
  align-items: center;
  justify-content: center;
}
.img-bottle-pouch {
  width: 330px;
  margin: 20px auto 35px;
  display: block;
}
.bottle-number {
  line-height: 22px;
}
.checklist-ul {
  /*margin-bottom: 30px*/
  padding-left: 20px;
}
.checklist-ul li {
  background-image: url(../img/checkmark-green.svg);
  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-normal li {
  background-image: url(../img/checkmark-green.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: top 5px left;
  list-style: none;
  line-height: 1.3em;
  /*font-size: 22px;*/
  font-weight: 400;
  /* margin-bottom: 10px; */
  padding: 0px 10px 20px 45px;
  font-family: hero-new, "Helvetica-Neue", Helvetica, Arial, sans-serif;
}

.exclamation-wrap, .gift-wrap {
  display: grid;
  grid-template-columns: 60px auto;
  align-items: center;
  justify-content: center;
  grid-gap: 20px;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 9px;
  background: #cd1900;
}
@media (max-width: 767px) {
  .img-bottle-pouch {
    width: 250px;
    margin: 0px auto 20px;
    display: block;
  }
}
@media (max-width: 475px) {
  .exclamation-wrap, .gift-wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.white-bg-wrap {
  background: #fff;
  padding: 15px;
  border-radius: 9px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
  margin-bottom: 30px;
}
.gift-wrap {
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
}
.exclamation-wrap i {
  font-size: 60px;
  color: #ffffff
}
.exclamation-wrap h4 {
  font-weight: 700;
  color: #ffffff
  line-height: 2.8rem;
}
.gift-wrap i {
  font-size: 60px;
  color: #77bc20;
}
.gift-wrap p {
  font-weight: 700;
  color: #77bc20;
  margin-bottom: 0px;
  line-height: 1.0;
}
.img-guarantee {
  display: block;
  margin: 20px auto;
  width: 100%;
}
.disclaimer {
  font-size: 1.0rem;
  line-height: 1.1em;
  color: #444242;
  font-style: italic;
}
.lead-title {
  text-transform: uppercase;
  /* letter-spacing: 2px; */
  font-weight: 900;
  font-size: 22px;
  line-height: 23px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.product-title {
  text-align: center;
  /*font-size: 32px;*/
  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;
}
.whats-inside-wrap {
  margin-bottom: 25px;
}
.whats-inside-wrap h5 {
  margin-bottom: 7px;
}
.img-bottle {
  display: block;
  margin: 10px auto;
  width: 200px;
}

.item-content p {
  font-size: 18px;
  line-height: 24px;
}
.img-circle {
  height: 200px;
  width: 200px;
  display: block;
  margin: 10px auto 20px;
  border-radius: 50%;
  border: 3px solid #6d8d8a;
}
.img-pouches {
  max-width: 350px;
  display: block;
  margin: 0px auto;
}
@media (max-width: 499px) {
  .img-pouches {
    max-width: 250px;
    display: block;
    margin: 0px auto;
  }
}
.one-spoonful {
  display: grid;
  grid-template-columns: 90px auto;
  align-items: center;
  grid-gap: 10px;
  border: 3px solid #6d8d8a;
  border-radius: 10px;
  background: white;
}
.spoonful-img-wrap {
  background: #6d8d8a;
  display: grid;
  align-items: center;
  justify-content: center;
  min-height: 100px;
}
.spoonful-img-wrap img {
  width: 60px;
}
.spoonful-content {
  display: grid;
  align-items: center;
  padding: 10px 20px;
}
.spoonful-content p {
  color: #6d8d8a;
  font-weight: 900;
  margin-bottom: 0px;
}
.lead {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 25px;
  font-weight: 500;
}
strong, .font-weight-bold {
  font-weight: 700;
}
.pouches-callout {
  text-align: right;
}
.pouches-callout i {
  font-size: 34px;
  color: #6d8d8a;
}
.medium-heading {
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 30px;
}
.large-heading {
  font-size: 60px;
  line-height: 64px;
  margin-bottom: 30px;
  font-weight: 700;
}
.small-title {
  text-transform: uppercase;
  /*letter-spacing: 2px;*/
  font-weight: 900;
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .large-heading {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 0px;
  }
  .black-wrap {
    border-radius: 0px;
    padding: 0px;
  }
  .wistia-video-wrap {
    margin-bottom: 25px;
  }
  .img-bottle {
    display: block;
    margin: 10px auto;
    width: 150px;
  }
  .pouches-callout {
    text-align: center;
  }
  .pouches-callout i {
    transform: rotate(90deg);
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .exclamation-wrap h4, .gift-wrap h4 {
    font-size: 1.5em;
    line-height: 1.8rem;
  }
  .img-guarantee {
    width: 250px;
  }
  .img-circle {
    max-height: 100px;
    max-width: 100px;
  }
}
@media (max-width: 574.98px) {
  .img-circle {
    max-height: 100px;
    max-width: 100px;
  }
}
/* NEW NAV */
.navbar {
  -webkit-box-direction: normal; 
  -webkit-flex-direction: inherit; 
  -ms-flex-direction: inherit;
  flex-direction: inherit;
}
/* NAVBAR FADE IN */
#primarNav {
  display: grid;
}
.navbar-background {
  background: rgba(32,34,39,0.0);
  /*opacity: 0;*/
  -webkit-transition: height .5s;
  transition: height .5s;
  min-height: 10px;
}
.navbar-background.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;
}
.navbar-background-sub {
  background: rgba(32,34,39,0.85);
}
.navbar {
  padding: 0px 30px;
  /*text-align: right;*/
}
@media (max-width: 499.98px) {
  .navbar {
    padding: 0px 15px;
  }
}
.navbar-collapse {
  margin: 30px 25px 25px;
  background: rgba(32,34,39,0.0);
}
.navbar-collapse.vis {
  /*opacity: 1;*/
  -webkit-transition: background 1s;
  transition: background 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
.navbar-toggler.vis {
  opacity: 1;
  -webkit-transition: background 1s;
  transition: background 1s;
  -webkit-transition: 1s;
  transition: 1s;
}

.justify-header-content {
  /*display: grid;*/
  justify-content: space-between;
}
.justify-header-content .fa {
  color: white;
}
.justify-header-content .btn-main {
  margin: 0px 0px 0px;
  padding: 9px 10px 5px;
  box-shadow: none;
}
.justify-header-content .btn-main:hover {
  box-shadow: none;
}
@media (max-width:574.98px) {
  .justify-header-content {
    display: grid;
    justify-content: center;
  }
  .justify-header-content .sm-logo-main .img-main-logo {
    width: 185px !important;
  }
  .justify-header-content .btn-main {
    margin: 0px 0px 10px;
    padding: 9px 10px;
  }
}
.sm-logo-main svg, .sm-logo-main img {
  width: 60px;
  place-items: left center;
  padding-top: 7px;
  padding-bottom: 7px;
} 
.img-main-logo {
  /*opacity: 1.0;*/
  width: 248px !important;
  position: relative;
}
@media (max-width:424.98px) {
  .img-main-logo {
    width: 200px !important;
  }
  .navbar-toggler {
    margin: 10px;
  }
}

ol > li::before {
  counter-increment: wp-list-counter;
  content: counter(wp-list-counter);
  margin-right: 10px;
}
ol, .eb-list {
  margin-bottom: 30px;
}
ol, .eb-list {
  list-style: none;
  counter-reset: wp-list-counter;
}
.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;
}


/* "NON" Icons */

.non-icons-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 25px;
}
.non-icon {
  width: 175px;
  /*height: 145px;*/
/*  border-radius: 50%;
  border: 3px solid #816aa9;
  background: rgba(242,99,32,0.15);*/
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(175px, auto));
  justify-content: center;
  justify-items: center;
}
.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: 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;
}
.icon-text-wrap {
  display: grid;
  align-items: start;
}
.non-icon-inner img {
  width: 70%;
  margin: 0px auto;
}
/*.non-icon-inner:after {
  content: "";
  background: #816aa9;
  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(60px, auto));
  padding: 10px;
  /* align-items: center; */
  /* align-content: center; */
  justify-content: center;
}
.non-icon-mini-text {
  font-size: 14px;
  font-weight: 700;
  color: #cd5d28;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.0em;
  margin-bottom: 0px;
}
.non-icon-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;
}
.non-icon-mini-inner img {
  width: 100%;
  margin: 0px auto;
}
.non-icon-inner {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 5px solid #e3a386;
  background: rgba(255,255,255,1.0);
  display: grid;
  align-items: center;
}
.non-icon .non-icon-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;
}
.non-icon .non-icon-inner p, .non-icon .non-icon-inner-alt p {
  margin-bottom: 0px;
  text-align: center;
  font-size: 22px;
  line-height: 0.85em;
  /*text-transform: uppercase;*/
  font-weight: 600;
  color: #cd5d28;
  /*color: white;*/
  /*font-family: source-serif-pro, din-condensed, "Avenir", "Helvetica", arial, sans-serif;*/
  font-family: din-condensed, "Avenir", "Helvetica", arial, sans-serif;
}
.non-icon .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;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .non-icon {
    width: 135px;
    /* height: auto; */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(135px, auto));
    /* padding: 10px; */
    justify-content: center;
    justify-items: center;
  }
  .non-icon-inner, .non-icon-inner-alt {
    width: 125px;
    height: 125px;
    padding: 5px;
  }
  /*.non-icon-inner:after {
    content: "";
    background: #816aa9;
    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: #816aa9;
    height: 5px;
    width: 145px;
    position: absolute;
    top: auto;
    transform: rotate(-45deg);
  }*/
}
@media (max-width: 767px) {
  .non-icon-mini {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, auto));
    padding: 10px;
    justify-content: center;
  }
  .non-icon-mini-inner {
    width: 100px;
    height: 100px;
  }
  .non-icon {
    width: 135px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(135px, auto));
    margin-bottom: 10px;
    padding: 10px;
  }
  .non-icon-inner, .non-icon-inner-alt {
    width: 135px;
    height: 135px;
  }
  /*.non-icon-inner:after {
    content: "";
    background: #816aa9;
    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;*/
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(125px, auto));
    padding: 0px;
  }
  .non-icon-inner, .non-icon-inner-alt {
    width: 120px;
    height: 120px;
  }
  /*.non-icon-inner:after {
    content: "";
    background: #816aa9;
    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;
  }
}
.img-gummies {
  width: 450px;
  display: block;
  margin: 20px auto 0px;
}
.img-just-right {
  width: 150px;
  display: block;
  margin: 0px auto 20px;
}
.img-before-after {
  display: block;
  width: 400px;
  margin: 0px auto 20px;
  border: 9px solid white;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
}
.img-3x-faster {
  width: 700px;
  display: block;
  margin: 20px auto;
}
.vegan-icon-wrap {
  display: grid;
  grid-template-columns: 60px auto;
  grid-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}
.vegan-icon-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  /* border: 5px solid #212227; */
  background: rgba(129,106,169,0.5);
  background: white;
  display: grid;
  align-items: center;
  box-shadow: 0px 3px 8px rgb(0 0 0 / 50%);
  margin-bottom: 9px;
}
.vegan-icon {
  width: 350px;
  float: right;
  /*margin: 0px 0px 20px 20px;*/
}
@media (max-width: 768px) {
  .img-gummies {
    width: 80%;
    display: block;
    margin: 20px auto 40px;
  }
  .vegan-icon {
    width: 250px;
  }
}
@media (max-width: 599px) {
  .vegan-icon {
    width: 150px;
  }
}
.vitamin {
  font-size: 45px !important;
  font-weight: 700 !important;
}

/* 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;
}
.nutrition-header {
  padding: 5px;
  border-bottom: 5px solid #212227;
}
.nutrition-label-title {
  font-weight: 700;
  /*font-family: Open Sans Regular, "Avenir", "Helvetica", arial;*/
  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.75fr 0.5fr;
  border-bottom: 2px solid #212227;
}
.label-main-heading sup {
  line-height: 9px;
}
.label-main-heading p {
  text-align: right;
  font-size: 9px;
  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.75fr 0.5fr;
}
.label-item-sub-full {
  padding: 3px 5px 3px 15px;
  display: grid;
  grid-template-columns: 1fr;
}
.label-item-main p, .label-item-sub p {
  text-align: right;
  font-size: 12px;
  line-height: 1em;
}
.label-item-title {
  text-align: left !important;
  font-size: 12px;
  line-height: 1em;
}

.label-footer {
  padding: 5px;
}
.label-footer p {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
}
.label-footer p span {
  font-style: normal;
}
.ingredients-label {
  font-size: 20px;
  margin-bottom: 4px;
}
.ingredients-text {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}
.caution-label {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 16px;
  font-style: italic;
}

/* WHERE WRAP */
.img-circle-extra-sm {
  width: 120px;
  height: 120px;
  /*padding: 25px;*/
  border: 4px solid #796359;
  box-shadow: 0px 4px 20px rgba(0,0,0,0.15);
  background: white;
  border-radius: 50%;
}
.where-wrap {
  display: grid;
  grid-template-rows: 120px auto;
  grid-gap: 15px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.where-wrap-offset {
  display: grid;
  grid-template-rows: 120px auto;
  grid-gap: 15px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-left: 100px;
}
.absolute-x-wrap {
  position: relative;
}
.absolute-x {
  position: absolute;
  z-index: 1001;
  top: 0px;
  left: 17px;
  font-size: 120px;
  text-shadow: 0px 4px 10px rgba(0,0,0,0.5);
}
@media (max-width: 768px) {
  .where-wrap, .where-wrap-offset {
    display: grid;
    grid-template-rows: 120px auto;
  }
  .where-wrap-offset {
    margin-left: 25px;
  }
  .where-wrap img, .where-wrap-offset img {
    width: 120px;
    height: 120px;
  }
  .absolute-x {
    position: absolute;
    z-index: 1001;
    top: 0;
    left: 17px;
    font-size: 120px;
  }
}
.img-source {
  width: 550px;
  display: block;
  margin: 15px auto;
}
.img-signature {
  width: 150px;
  margin-bottom: 20px;
}
.img-guarantee {
  width: 300px;
  display: block;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .img-guarantee {
    width: 150px;
    float: none;
    margin: 0px auto 20px;
  }
}