/* Global */
html {
    scroll-behavior: smooth;
    width: 100%;
    overflow-x: hidden; 
}
body {
    width: 100%;
    overflow-x: clip;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
    text-decoration: none;
    list-style-type: none;
}
.pagewidth {
    padding: 0 5%;
    max-width: 1300px;
    margin: 0 auto;
}
.pagewidthSpecialPadding {
    padding: 0 5%;
    max-width: 1300px;
    margin: 0 auto;
}
.leafLogo {
    max-width: 150px;
}
h1 {
    font-size: 52px;
}
h2 {
    font-size: 30px;
    font-weight: 700;
}
h3 {
    font-size: 21px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}
section {
    padding-top: 40px;
    padding-bottom: 40px;
}
p {
    text-align: left;
    font-weight:400 ;
    line-height:25px ;
    font-size: 18px;
    margin-bottom: 15px;
}
sup {
    font-size: 10px;
}
.nutrition-anchor {
    color: #1ba700; 
    margin-bottom: 20px; 
    font-weight: 400; 
    font-size: 16px;
    display: block;
}
.nutrition-anchor:hover {
    cursor: pointer !important;
}
button:hover,
a:hover {
    cursor: pointer;
}
.flexImg {
    max-width: 550px;
    width: 100%;
    object-fit: cover;
}
.back-to-top {
    z-index: 999 !important;
}
/* Nav Modals */
#login-nav-close,
#join-nav-close {
    background: none;
}
#login-nav-close span:hover
#join-nav-close span:hover {
    color: #9e9e9e;
    cursor: pointer;
}
/* Paralax styles for other sections */
header,
#introductionSection,
#whyBetter,
#ingredients,
#testimonialsgv1,
.ctaSection,
#moneyBack,
/* #footer, */
#bsDesc,
.noticeSection,
#benefitSection,
.reviewSectionContainer,
#underHeroBar,
#customers-also-bought-container
 {
    background-color: #fff;
    z-index: 9;
}
.paralax-footer {
    z-index: 9;
    position: relative;
}
.paralaxImg {
    display: none;
    height: 100%;
    max-width: unset;
    position: fixed;
    z-index: -1;
    top: 0;
    width: 100%;
    object-fit: cover;
}
/* Loading Bar */
.otoloading {
    background-color: transparent;
}
/* CTA Carosuel */
.t-into-d {
    display: block;
}
.t-intro-m {
    display: none;
}
.carousel-inner {
    border-radius: 5px;
}
.ctaSection .carousel-indicators .active img{
    border: 1px solid #1ba700;
    border-radius: 5px;
}
.ctaSection .carousel-indicators li {
    height: 100%;
    width: 100%;
    text-indent: unset;
    opacity: 1;
    margin: 0;
    padding: 0;
    border-top: 0;
    border-bottom: 0;
    transition: unset!important;
    box-sizing: border-box;
    flex: 0 0 19%;
}
.ctaSection .carousel-indicators {
    display: flex!important;
    margin-left: 0!important;
    margin-right: 0!important;
    position: static!important;
}
#no-scroll-container {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
}
.cta-img {
    width: 100%;
    height: 100%;
    max-height: 500px;
    object-fit: cover;
}
.img-gallery-container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.img-galery-col img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 5px;
}
.img-galery-col:hover {
    cursor: pointer;
}
.cta-main-gallery {
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
}
.carousel-item {
    width: 100%;
    height: 100%;
}
.cta-gallery-indicators {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    list-style: none;
    width: 100%;
    padding-top: 1.2%;
}
.cta-csl-btn-r,
.cta-csl-btn-l {
    opacity: 1; 
    height: fit-content; 
    top: 40%; 
    bottom: 50%; 
    transform: translate(0%, -50%); 
    width: 30px; 
    height: 60px;
    background: #cccfce;
}
.cta-csl-btn-r {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.cta-csl-btn-l {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.ctaSection .carousel-control-prev {
    left: 0;
    opacity: 1;
}
.ctaSection .carousel-control-next {
    right: 0;
    opacity: 1;
}
.ctaSection i.fas.fa-caret-right {
    position: relative;
    left: 1px;
    font-size: 28px;
    color: #fff;;
}
.ctaSection i.fas.fa-caret-left {
    position: relative;
    right: 1px;
    font-size: 28px;
    color: #fff;;
}
.autherDash {
    display: none;
}
.ctaQuote {
    color: #686868;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
}
.ctaQuoteAuther {
    color: #000;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 600;
}
.ctaReviewQuoteContainer {
    position: relative;
}
.ctaQuoteimg {
    position: absolute;
    top: -25px;
    left: -18px;
    width: 50px;
    height: 50px;
    z-index: -1;
}
/* Monthly Sub Buttons */
div.selectbtn {
    display : inline-block;
    background-color : #f9f9f9;
    border: 1px solid #babbbc;
    border-radius: 5px;
    padding : 3px 5px;
    margin-right : 7px;
    margin-bottom : 5px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
}
.freqBtn {
    display: inline-block;
    background-color : #f9f9f9;
    border: 1px solid #babbbc;
    border-radius: 5px;
    padding : 3px 5px;
    margin-right : 5px;
    margin-bottom : 5px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    margin-left: 10px;
    position: relative;
    bottom: 2px;
    margin-top: 9px;
    margin-bottom: 1px;
}
.ctablock .subscription .right .line1 {
    margin-top: -11px;
}
.freqBtn:hover,
.selectbtn:hover {
    background-color: #1aa800;
    color: #fff;
}
div.selectbtn.selected {
    background-color: #1aa800;
    border: 1px solid #babbbc;
    color: #fff;
}

/* CTA Section */
.addToCartBtnDisable:hover {
    background-color: #b1b1b1!important;
}
.topCtaRating-top li {
    display: inline;
}
.topCtaRating-top .starRatingAverageRating {
    font-size: 26px;
    font-weight: 700;
    position: relative;
    top: -4px;
}
.topCtaRating-top .starRatingTotalNumber a{
    color: #1ba700;
    font-size: 15px;
    position: relative;
    bottom: 0px;
    right: 2px;
}

.checkmark-deliver {
    font-size: 19px;
    color: #1ba700;
    padding-right: 5px;
}
.cta-flex-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.cta-flex-container > .left {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
}
.cta-flex-container > .right {
    position: relative;
    flex: 0 0 49%;
    width: 49%;
    max-width: 49%;
    padding-left: 50px;
}
.ctablock {
    position: relative;
    padding: 2%;
}
.ctablock .titleandintro .productname,
.t-intro-m .productname {
    font-size: 35px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 13px;
    text-transform: uppercase;
    text-align: left;
    color: #28422a;
}
.ctablock .selectors .qty {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background-color: #FFF;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
    position: relative;
}
.option3 {
    border-top-right-radius: 5px;
}
.option1 {
    border-top-left-radius: 5px;
}
.ctablock .selectors .qty > div {
    background-color: #f3f3f3;
    display: flex;
    padding: 15px 5px 13px 5px;
    justify-content: center;
    z-index: 1;
}
.ctablock .selectors .qty > div:hover {
    background-color: #ffffff;
}
.ctablock .selectors .qty > div.active {
    background-color: #ffffff;
    box-shadow: 0 0 12px #c4c4c4;
    z-index: 10;
    border-top: 1px solid #1ba700;
    border-right: 1px solid #1ba700;
    border-left: 1px solid #1ba700;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.ctablock .selectors .qty .left .bucket {
    border-radius: 999px;
    text-align: center;
    border: 1px solid #cccccc;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ctablock .selectors .qty .left .bucket .filler {
    margin: 15% auto;
    padding-bottom: 56%;
    border-radius: 999px;
    left: 5px;
    top: 5px;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
}
.ctablock .selectors .qty .active .bucket {
    background-color: #ededed;
    box-shadow: 0 0 4px #a7a7a7;
}
.ctablock .selectors .qty .active .bucket .filler {
    background-color: #686868;
}
.ctablock .selectors .qty .right {
    margin-left: 6%;
    margin-right: 9%;
}
.ctablock .selectors .qty .right .name {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #a0a0a0;
    white-space: nowrap;
    line-height: 1;
}
.ctablock .selectors .qty .active .name,
.ctablock .selectors .qty .active .price {
    color: #000000 !important;
}
.ctablock .selectors .qty .right .price {
    font-size: 13px;
    font-style: italic;
    color: #a0a0a0;
}
.ctablock .shipping {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 22px;
}
.ctablock .shipping > div   {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ctablock .shipping > .costly .txt1,
.ctablock .shipping > .covered .txt1,
.ctablock .shipping > .costly .txt2,
.ctablock .shipping > .covered .txt2  {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}
.ctablock .shipping > .costly {
    display:  flex;
}
.covered2 {
    display: none;
    position: absolute;
    top: 75px;
    font-size: 14px;
    z-index: 10;
    width: 100%;
    text-align: center;
    color: #838383;
    background-color: #e1e1e1;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.covered2.active {
    background: #1ba700;
    color: #fff;
}
.ctablock .shipping > .costly {
    background-color: #cfcfcf;
    text-align:center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #000;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
}
.ctablock .shipping > .costly.active {
    background-color: #1ba700;
    color: #fff;
}
.ctablock .shipping > .costly .txt1 {display: flex;align-items: center;justify-content: center;color: #838383;}
.ctablock .shipping > .costly.active .txt1{
    color: #fff;
}
.ctablock .shipping > .covered {
    width: 100%;
    max-width: 66.6%;
    background-color: #e1e1e1;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 1.4% 6%;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
}
.ctablock .shipping > div > div { 
    line-height:1em;
}
.ctablock .shipping > .covered .txt1,
.ctablock .shipping > .covered.active .txt2 {
    display:block;
}
.ctablock .shipping > .covered .txt2,
.ctablock .shipping > .covered.active .txt1 {
    display:none;
}
.ctablock .shipping > .covered.active{
    background-color: #1ba700;color: #fff;
}
.ctablock .subscription .left .bucket{
    width: 50%;
    background: #686868;
    margin: auto auto 17% auto;
    padding-bottom: 25%;
    border-radius: 40px;
    position: relative;
    cursor: pointer;
} 
.ctablock .subscription .left .bucket .filler{
    width: 42%;
    height: 80%;
    background: #fff;
    position: absolute;
    left: 6%;
    top: 9%;
    border-radius: 50%;
    -o-transition: .2s; -ms-transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; transition: .2s;
}
.ctablock .subscription.active .left .bucket{
    background: #1ba700;
}
.ctablock .subscription.active .left .bucket .filler{
    left: 53%;
}
.ctablock .subscription .right img{
    display: inline-block;
    width: 11px;
    margin-top: -1%;
    margin-right: 1%;
}
.ctablock .subscription .right .txt1{
    display: block;
}
.ctablock .subscription .right .txt2{
    display: none;
}
.ctablock .subscription .right  .line1{
    font-size: 18px;
    font-weight: bold;
    color: #686868;
} 
.ctablock .subscription .right  .line2{
    font-style: italic;
    font-size: 14px;
    margin-top: 1px;
    color: #686868;
    margin-bottom: 18px;
}
.ctablock .subscription .right .line2 a{
    text-decoration: underline;
}
.ctaSection .ctablock .subscription .right {
    width: 100%;
}
.ctablock .subscription.active .right .txt2{
    display: block;
}
.ctablock .subscription.active .right .txt1{
    display: none;
}
.ctablock .hrline{
    border-top: 2px solid #e3e3e3;
    margin: 0;
}
.ctablock .finalprice{
    display: flex;
    justify-content: space-evenly;
    padding: 15px 0px 7px 0px;
    align-items: center;
}
.ctablock .finalprice > div {margin: 0 9px;}

.ctablock .finalprice .yourprice {
    font-size: 34px;
    color: #1ea800;
    white-space: nowrap;
}
.ctablock .finalprice .yourprice sup,
.ctablock .finalprice .msrp{
    font-size: 21px;
}
.ctablock .finalprice .percentsaved{
    font-size: 16px;
}
.ctablock .finalprice .msrp{
    color: #a5a5a5;
    font-weight: 400;
    text-align: center;
    line-height: .96em;
}
.ctablock .finalprice .msrp em{
    position: relative;
    background: url("https://d2fc363sv189q.cloudfront.net/web/common/xout.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: fit-content;
    display: inline-block;
}

.ctablock .finalprice .percentsaved{
    display: inline-grid;
    padding: 9px 12px 9px 33px;
    font-weight: bold;
    background: #1da803;
    color: #fff;
    background-image: url("https://d2fc363sv189q.cloudfront.net/web/common/savClip.png");
    background-size: auto 116%;
    background-position: left;
    background-repeat: no-repeat;
    white-space: nowrap;
}
.ctablock .buy button{
    display: block;
    width: 100%;
    border: 0;
    font-size: 27px;
    font-weight: bold;
    border-radius: 5px;
    background: #f36d52;
    color: #fff;
    margin: 0 auto;
    -o-transition: .1s;
    -ms-transition: .1s;
    -moz-transition: .1s;
    -webkit-transition: .1s;
    transition: .1s;
}
.addToCartBtnDisable {
    display: block;
    width: 100%;
    border: 0;
    font-size: 27px;
    font-weight: bold;
    border-radius: 5px;
    background: #b1b1b1;
    color: #fff;
    margin: 16px auto;
    padding: 10px 3px;
    -o-transition: .1s;
    -ms-transition: .1s;
    -moz-transition: .1s;
    -webkit-transition: .1s;
    transition: .1s;
    -webkit-box-shadow: 0px 6px 10px 0px rgba(158,158,158,0.98); 
    box-shadow: 0px 6px 10px 0px rgba(158,158,158,0.98);
}
.ctablock .buy button span{
    border: none;
    width: auto;
    display: block;
    padding: 12px;
    border-radius: 
    4px;-o-transition: .1s;
    -ms-transition: .1s;
    -moz-transition: .1s;
    -webkit-transition: .1s;
    transition: .1s;
}
.ctablock .buy button:hover,
.ctablock .buy button:hover span,
.buy:hover  {
    background-color: #e76449;
}
.buy {
    display: block;
    width: 100%;
    border: 0;
    font-size: 27px;
    font-weight: bold;
    border-radius: 5px;
    background: #f36d52;
    color: #fff;
    margin: 16px auto;
    -o-transition: .1s;
    -ms-transition: .1s;
    -moz-transition: .1s;
    -webkit-transition: .1s;
    transition: .1s;
    -webkit-box-shadow: 0px 6px 10px 0px rgb(158 158 158 / 98%);
    box-shadow: 0px 6px 10px 0px rgb(158 158 158 / 98%);
}    
.buy * {
    border: none;
    width: auto;
    display: block;
    padding: 5px;
    color: #fff;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    border-radius: 4px;
    -o-transition: .1s;
    -ms-transition: .1s;
    -moz-transition: .1s;
    -webkit-transition: .1s;
    transition: .1s;
}
.guarantee {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    font-style: italic;
    margin-top: 20px;
    line-height: 22px;
}
.cancel-txt {
    display: none;
}
.flavorSelect {
    width: 100%;
    max-width: 200px;
}
.txt2 .line1 i {
    margin-top: 10px;
}
#selectButtons {
    margin-top: 5px;
}
.ctablock .selectors .qty .option1 {
    margin-right: auto;
}
.ctablock .selectors .qty .option1,
.ctablock .selectors .qty .option1.active,
.ctablock .shipping > .covered {
    flex: 0 0 39%;
}
.ctablock .selectors .qty .option2,
.ctablock .selectors .qty .option2.active {
    flex: 0 0 30%;
    margin-left: auto;
    border-right: solid 2px #c6c6c6;
    align-items: center;
    max-width:30%;
}

.ctablock .selectors .qty .option3,
.ctablock .selectors .qty .option3.active {
    flex: 0 0 30%;
    max-width:30%;
}
.ctablock .shipping > .costly {
    flex: 0 0 60%;
    width: 60%;
}
.ctablock .selectors .qty .option1 {
    border-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.ctablock .selectors .qty .option3,
.ctablock .selectors .qty .option3.active {
    border-radius: 0;
    border-top-right-radius: 5px;
    border-left: none;
}
.ctablock .selectors .qty .option2,
.ctablock .selectors .qty .option2.active {
    border-radius: 0;
    border-top-left-radius: 5px;
}
.ctablock .shipping > .costly,
.ctablock .shipping > .covered {
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.ctablock .selectors .qty .option3,
.ctablock .selectors .qty .option1 {
    align-items: center;
}
.ctaSection .ctablock .subscription .right .txt1 {
    width: 100%;
    padding-left: 40px;
}
.ctablock .subscription .right img {
    width: 25px;
    margin-top: 0;
    position: relative;
    bottom: 10px;
}
.qty-start {
    border: 1px solid #cfcfcf;
    transition: 0.5s;
}
.qty-end {
    border: 1px solid #21bc04;
}
.ctablock .selectors .qty > div {
    display: block;
}
.ctablock .selectors .qty div.option-inner-flex{
width: 100%;
display: flex;
flex-wrap: nowrap;
padding: 5px 10px;
justify-content: center;
z-index: 1;
}
.ctablock .selectors .qty .qty-price {
text-align: center;
font-size: 13px;
font-style: italic;
color: #a0a0a0;
}
.ctablock .selectors .qty .option1 div.option-inner-flex {
    flex-wrap: wrap;
}
.ctablock .selectors .qty .option1 .qty-price {
    padding-top: 5px;
}
.green-border1 {
    border: none;
    border-top: 1px solid #1ba700 !important;
    border-left: 1px solid #1ba700 !important;
    border-bottom: 1px solid #1ba700 !important;
}
.green-border2 {
    border: none;
    border-top: 1px solid #1ba700 !important;
    border-right: 1px solid #1ba700 !important;
    border-bottom: 1px solid #1ba700 !important;
}
.ctablock .selectors .qty {
    justify-content: space-between;
}
.deliver-date-container {
    text-align: center;
}
.ctablock .shipping > .covered .txt1 {
    color: #838383;
}
.ctablock .selectors .qty .left .bucket {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}
.ctablock .selectors .qty .left .bucket .filler {
    position: absolute;
    top: 1px;
    left: 4px;
    width: 100%;
    max-width: 8px;
    border-radius: 50%;
}
.ctaSection .ctablock .subscription .left {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.free-ship-green {
    color: #1aa800;
    font-weight: 900;
}
.ctablock .subscription .right .line1 {
    margin-top: 0;
    color: #434343
}
.ctablock .subscription .right .line2 {
    margin-top: -5px;
}
.ctablock .subscription .right .txt1 .line1,
.ctablock .subscription .right .txt1 .line2 {
    text-align: left;
}
.s-h-price {
    font-size: 18px;
    font-weight: 700;
}
.ctablock .finalprice .msrp em.msrp-x {
    background: none;
}
.subscription select {
    width: 100%;
    padding: 20px 30px 0 20px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    color: #434343;
    background: transparent;
    height: 60px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    z-index: 2;
    position: relative;
}
.select-down {
    position: absolute;
    right: 24px;
    font-size: 24px;
    color: #434343;
    top: 46%;
    z-index: 1;
}
.subscription select::-ms-expand {
    display: none;
}
.subscription .left p {
    font-size: 12px;
    color: #434343;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 2px;
    position: absolute;
    top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
.ctablock .subscription {
    margin-bottom: 20px;
    display: block;
}
.sub-btn-container {
    display: flex;
    margin: 10px auto;
}
.freqBtn {
    width: 100%;
    text-align: center;
    margin-left: 10px;
    max-width: 150px;
    padding: 3px;
    margin-top: 0px;
    border: 1px solid #cfcfcf;
    background-color: #f3f3f3;
}
.checkmark-deliver {
    position: relative;
    top: 1px;
}
a.open-sands-link.btnSands {
    color: #1aa800;
}
.ctablock .subscription .right .line2,
.ctablock .shipping {
    margin-bottom: 20px;
}
.sub-btn-container {
    margin: 5px auto;
}
.ctablock .subscription .right .line2,
#selectButtons {
    padding-left: 15px;
}
.free-ship-bold {
    font-weight: 700;
}
.free-ship-text {
    font-weight: 500;
}
.ctablock .selectors .qty .active .name, 
.ctablock .selectors .qty .active .price {
    color: #171717 !important;
}
.line1 b {
    color: #434343;
}
.ctablock .finalprice > div {
    margin: 0 5px;
}
.s-h-price {
    white-space: nowrap;
}
/* Stamped IO */
.stamped-pagination * {
    color: #afafaf !important;
}
#stamped-badge-2 {
    display: inline;
    position: relative;
    left: 6px;
    bottom: 4px;
}
 .stamped-style-size-star i:before {
    font-size: 25px !important;
}
#stamped-reviews-widget {
    position: relative;
    right: 10px;
    bottom: 4px;
}
ul.stamped-pagination li a:hover {
    font-weight: 700;
}
#topCtaRatingId #topCtaRatingUl #stamped-reviews-widget .stamped-style-size-star i:before {
    font-size: 23px !important;
}
.starRatingSection .stamped-fa-star {
    width: 16px !important;
}
.sectionTitle {
  text-align: center;
  font-size: 50px;
  letter-spacing: 3px;
  color: #80b435;
  padding-top: 39px;
}
.starRatingSection {
  text-align: center;
  margin: 32px;
}
.starRatingSection li {
  display: inline;
}
.starRatingTotalNumber {
  position: relative;
  bottom: 6px;
}
.starRatingAverageRating {
  font-size: 37px;
  line-height: 30px;
  font-weight: 700;
  margin-right: 5px;
  margin-top: 0;
}
.starRatingSection li img {
  position: relative;
  bottom: 10px;
  margin: 0 10px;
}
.sectionTitle {
  text-align: center;
  font-size: 50px;
  letter-spacing: 3px;
  color: #80b435;
  padding-top: 39px;
}
.starRatingSection {
  text-align: center;
  margin: 32px;
}
.starRatingSection li {
  display: inline;
}
.starRatingTotalNumber {
  position: relative;
  bottom: 6px;
}
.starRatingAverageRating {
  font-size: 37px;
  line-height: 30px;
  font-weight: 700;
  margin-right: 5px;
  margin-top: 0;
}
.starRatingSection li img {
  position: relative;
  bottom: 10px;
  margin: 0 10px;
}
/* new sharper star images need this */
.commentDesc img.stars {
    max-width: 100px;
}
.reviewSectionContainer.underbuttons img {
    max-width: 121px;
}
ul.starRatingSection > li img {
    max-width: 130px;
}
/* style above-fold injection under GET buttons*/
.reviewSectionContainer ul.starRatingSection {
    margin: 19px 0 2px 0;
    padding: 0;
}
.reviewSectionContainer {
    display: block !important; 
    z-index: 9; 
    position: relative; 
}

 /* hack for neuro effect special and white bg */
section.banner .contents .starRatingSection img {
    display: inline;
}
.reviewSectionContainer .whitewrapper { background-color:#FFF; } 
.topCtaRating-top .starRatingSection {
    text-align: left;
    margin: 15px 0px;
}
.topCtaRating-top .starRatingSection li img {
    margin: 0 5px;
}
/* Heading */
.heroSection {
    max-height: 500px;
    width: 100%;
    z-index: 9;
    height: 100vh;
    position: relative;
    padding: 100px 0 8%;
    overflow: hidden;
    display: block;
}
.heroSection>img.mobileonly {
    display: none;
    object-fit: cover;
}
.heroSection>img.desktoponly {
    display: block;
    object-fit: cover;
}
.heroSection>img {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0px;
    left: 0;
    max-width: 100%;
    }
.headingFlexContainer {
    display: flex;
    justify-content: space-between;
}
/* Hero Section */
.heroContainer {
    max-width: 900px;
    width: 100%;
    background: rgba(255,255,255, 0.9);
    padding: 32px 15px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.outStockTxt {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    max-width: 700px;
    margin: 15px auto 0 auto;
    color: #28422a;
}
.heroContainer h2 {
    font-size: 31px;
}
.heroContainer h1 {
    font-size: 56px;
    font-weight: 700;
}
.heroContainer button {
    background-color: #93ba2b;
    padding: 10px 5px;
    border: none;
    font-size: 25px;
    margin-top: 20px;
    max-width: 367px;
    width: 90%;
}
.heroContainer button a,
.heroContainer button a span {
    color: #fff;
}

#underHeroBar {
    width: 100%;
    height: auto;
    padding: 30px 10px;
    text-align: center;
}
#underHeroBar * {
    color: #fff;
}
#underHeroBar h2 {
    font-size: 28px;
    font-weight: 600;
}
#underHeroBar h3 {
    margin-top: 25px;
    font-size: 20px;
    font-weight: 600;
}

/* Introduction Section */

.introFlexContainer {
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.introFlexContainer .introCol2 p {
    margin-bottom: 25px;
}
.introFlexContainer h2 {
    text-align: center;
    margin: 10px 0 20px 0;
}
.introFlexContainer h3 {
    text-align: center;
}
.introCol2 img {
    margin: 0 auto;
    width: 200px;
    display: block;
}
.introCol1 img {
    width: 100%;
}

.introFlexContainer .introCol2 {
    padding-left:20px;
    flex: 0 0 50%;
}
.introFlexContainer .introCol1 {
    padding-right:20px;
    flex: 0 0 50%;
    margin-top: 0px;
}

/* Why Were Better Section */
.whyBetterFlexTwo,
.whyBetterFlexOne {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 50px;
}

.whyBetterOneCol1 img {
    margin: 0 auto;
    width: 180px;
    display: block;
}
.whyBetter h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 32px;
}
.whyBetter p {
    margin-bottom: 25px;
    line-height: 25px;
}
.whyBetterOnecol2,
.whyBetterTwoCol2 {
    padding-left: 20px;
}
.whyBetterOneCol1 {
    padding-right: 20px;
}
.whyBetterOneCol1,
.whyBetterTwoCol2,
.whyBetterOnecol2,
.whyBetterTwoCol1 {
    flex: 0 0 50%;
}
.whyBetter button {
    background-color: rgb(147, 186, 43);
    border: none;
    padding: 10px 15px;
    margin-top: 15px;
    background-color: #94ba2b;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.2);
    display: block;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%);
}
button:hover {
    background-color: #9bc32e;
}
.whyBetter button a {
    font-size: 19px;
    color: #fff;
    font-weight: 600;
}
.desktopShow {
    display: block;
    text-align: center;
}
.mobileShow {
    display: none;
    text-align: center;
}
.whyBetter .specialH2 {
    font-size: 25px;
    margin-top: 20px;
}

/* Made With Section */
.madeWithSection{
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;   
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.madeWithFlex {
    display: flex;
    justify-content: space-evenly;
    color: #fff;
    text-align: center;
}
.madeWithFlex div {
    margin-bottom: 40px;
}
.madeWithFlex * {
    text-align: center;
    color: #fff;
    text-align: center;
}
.madeWithFlex p {
    line-height: 26px;
    font-weight: 400;
    font-size: 18px;
}
.madeWithSection div {
    width: 100%;
    padding: 0 32px;
}
.madeWithFlexTwo div {
    padding: 0 85px;
}
.madeWithFlex div img {
    width: 150px;
    max-width: 150px;
}
.madeWithSection h3 {
    margin-top: 5px;
    color: #fff;
}
.madeWithSection h2 {
    font-size: 48px;
    margin-bottom: 40px;
    line-height: 48px;
    color: #fff;
}
.madeWithTitle {
    margin: 10px 0px 17px 0px;
    font-weight: 600;
    font-size: 19px;
}
/* Ingredient Section */
section.ingredients {
    padding-top: 0;
}
.ingredientCol2 ul li::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f14a";
    margin-right: 18px;
    font-size: 24px;
    color: #26a828;
    position: absolute;
    left: -37px;
}
.trippleBottle {
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
}
.ingredientBtn,
.ingredientBtnBottom {
    display: none;
    background-color: #93ba2b;
    padding: 10px 25px;
    border: none;
    font-size: 20px;
    margin: 0px auto 44px auto;
}
.ingredientFlexContainer {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
    align-items: flex-start;
    margin-top: 30px;
}
.ingredientCol1 {
    margin-top: 6px;
}
.ingredientCol2 {
    padding-left: 75px;
}
.ingredientCol2 li {
    margin-bottom: 23px;
    font-size: 18px;
    position: relative;
}
.ingredientCol2,
.ingredientCol1 {
    flex: 0 0 50%;
}
.ingredients p {
    margin-bottom: 20px;
}
.ingredientHeading {
    text-align: center;
    margin: 0 auto;
}
.ingredientHeading h2 {
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 700;
}
.logo {
    width: 180px;
}
.ingredientImg {
    max-width: 150px;
    display: block;
    margin: auto;
    border-radius: 97px;
}
.circles {
    margin-top: 15px;
    width: 100%;
    max-width: 400px;
    right: 40px;
}

/* Money Back Section */
.moneyBackFlex {
    display: flex;
    justify-content: center;
}
.moneyBackCol1 {
    flex: 1 0 0;
    margin-right: 50px;
}
.moneyBackCol1 img {
    width: 300px;
    max-width: 100%;
}
.moneyBackCol2 {
    flex: 3 0 0;
}
.moneyBackCol2 p {
    margin-bottom: 20px;
    line-height: 22px;
}
.moneyBackCol2 h2 {
    text-align: center;
    color: #60367c;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 36px;
}

/* FAQ Section */
/* Nutrition Label */
.line-indent,
.line-indent-two {
    position: relative;
    border-top: none !important;
}
.line-indent-two:before {
position: absolute;
top: -1px;
left: 20px;
width: 100%;
height: 1px;
content: '.';
background: #dee2e6;
text-indent: -999px;
}
.line-indent:before {
position: absolute;
top: -1px;
left: 33px;
width: 100%;
height: 1px;
content: '.';
background: #dee2e6;
text-indent: -999px;
}
.ingredient-table {
    padding: 20px;
    background-color: #ffffff;
    max-width: 420px;
    border-radius: 3px;
    border: solid 2px #000;
    margin-bottom: 20px;
}
.center-car {
    margin: 0 auto;
}
.ingredient-table .table{
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    background-color: #fff;
}
.ingredient-table h3{
    font-size: 30px !important;
    color: #000 !important;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.nutrition-facts-title {
    border-bottom: 1px solid #000;
}
.ingredient-table h5{
    font-size: 15px;
    color: #929292;
}
.ingredient-table tbody{
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
}
.ingredient-table tr{
    border-bottom: 1px solid #000;
}
.ingredient-table tr.b6{
    border-bottom: 6px solid #000;
}
.ingredient-table tr.b5{
    border-bottom: 5px solid #000;
}
.ingredient-table tr.b4{
    border-bottom: 4px solid #000;
}
.ingredient-table tr.b3{
    border-bottom: 3px solid #000;
}
.ingredient-table tr.sub th:first-child{
    padding-left: 20px;
}
.ingredient-table span.sub-text{
    position: relative;
    left: 12px;
}
.ingredient-table tr.inner.sub th:first-child{
    padding-left: 34px;
    font-weight: 400;
}
.ingredient-table th,
.ingredient-table td{
    padding: 1px 0;
    line-height: 1.3;
    font-size: 14px;
}
.ingredient-table th span:not(.sup-faq-calorie) {
    display: inline;
    font-weight: 400;
    float: right;
    font-size: 14px;
}
.sup-faq-calorie {
    font-size: 22px;
}
.ingredient-table tr td:nth-child(2){
    white-space: nowrap;
}
.ingredient-table th span.inline{
    display: inline;
}
.ingredient-table tbody tr td:last-of-type {
    font-weight: 900;
    text-align: right;
}
.ingredient-table .amino-profile tr td:nth-child(2) {
    font-weight: 900;
}
.ingredient-table tfoot tr:last-child{
    border-bottom: 0;
}
.ingredient-table p{
    line-height: 1.4;
    font-size: 14px;
    margin: 15px 0;
}
.ingredient-table p small{
    font-size: 13px;
}
.ingredient-table .cal-count {
    font-weight: 900 !important;
    font-size: 22px !important;
}
.ingredient-table .serve-size {
    font-weight: 900 !important;
}
.unbold {
    font-weight: 500 !important;
    float: none !important;
}
.faq .ingredient-table h3 {
    margin-top: 0;
}
.faq .table {
    margin-bottom: 0;
}
.ingredient-table tr.no-border {
    border-bottom: none;
}
.ingredient-table .right {
    text-align: right;
}
#sup-spice-cc th.right,
#sup-spice-e th.right,
#sup-spice-mhs th.right,
#sup-spice-rg th.right {
    white-space: nowrap;
}
.ingredient-table p{
    line-height: 1.4;
    font-size: 14px;
    margin: 15px 0;
}
.ingredient-table p small{
    font-size: 13px;
}
.ingredient-table th span.indent {
    float: none;
    text-align: left;
    padding-left: 5px;
}
.faq .carousel-inner {
    max-width: 75%;
    margin: 0 auto;
}
.faq #carouselIndicatorsFaq {
    max-width: 600px !important;
}
.faq .ingredient-table h3 {
    margin-top: 0;
}
.faq .table {
    margin-bottom: 0;
}
.ingredient-table tr {
    border-bottom: none;
}
/* Nutrition Label */
.faq {
    background-color: #f7f7f5;
}
.faq h2 {
    text-align: center;
    font-weight: 700;
    font-size: 28px;
}
.faq h3,
.faq i {
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 3px;
}
.faq i {
    margin-right: 10px;
}
.faq button {
    background-color: #94ba2b;
    text-align: center;
    padding: 9px 30px;
    border: 1px solid rgba(0,0,0,0.2);
    margin: 65px auto 20px auto;
    display: block;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%);

}
.faq button a {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
}
.faq button:hover {
    background-color: #9bc32e;
}
.faq p {
    margin-bottom: 23px;
    line-height: 22px;
    font-size: 17px;
}
.faq img {
    width: 290px;
    margin-top: 10px;
}
.statementP { 
    padding: 20px;
    border: 1px solid #a8a8a8;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
    margin: 40px auto 0 auto;
}
.faq #nutrition-container {
    margin-top: 10px;
}
/* Return Policy */

.returnSection {
    background-color: #f7f7f4;
}
.returnSection h3 {
    font-size: 25px;
    color: #313131;
    margin-bottom: 20px;
    font-weight: 400;
}
.returnSection p {
    margin-bottom: 15px;
    line-height: 20px;
    font-size: 15px;
}
.returnSection p em {
    font-size: 14px;
    line-height: 19px;
    font-style: italic;
}

/* Footer */
.footer-green p.keep-size {
    font-size: 14px;
}

/* Sands Modal */
.subFlex {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.subFlex .subCol2 {
    width: 100%;
    margin-left: 40px;
}
.subFlex .subCol1 {
    width: 60%;
}
.subCol1 img {
    display: block;
    margin: 0 auto;
}
.subCol2 li {
    margin-bottom: 13px;
    font-size: 15px;
    position: relative;
    font-weight: 400;
}
ul {
    margin-top: 10px;
}
.subCol2 p{
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: 300;
}
.subCol1 h2 {
    font-size: 27px;
    font-weight: 500;
    text-align: center;
}
.subCol2 h2 {
    font-size: 27px;
    font-weight: 500;
}
.subFlex ul li::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f00c";
    margin-right: 18px;
    font-size: 14px;
    color: #000;
    position: absolute;
    left: -23px;
    top: 3px;
}
.subFoot {
    border-top: solid 1px #ded4dd;
    padding: 10px;
    padding: 20px;
}
.subFoot p{
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
}
.subFoot .faqSeeAll {
    text-align: center;
    color: #0071cf;
    font-size: 14px;
}
.faqSeeAll:hover,
#goBackBtn:hover,
.quitFullFaq {
    cursor: pointer;
}
.fullFaq {
    display: none;
    padding: 20px;
}
.faqPagetitle {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
}
#goBackBtn{
    text-align: center;
    color: #0071cf;
    font-size: 15px;
    font-style: italic;
}
.quitFullFaq {
    text-align: center;
    color: #0071cf;
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.fullFaq h3 {
    color: #000;
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 22px;
}
.fullFaq h2 {
    margin: 20px 0;
}
.fullFaq p {
    color: #000;
    font-size: 17px;
    font-weight: 300;
}
.fullFaq ul {
    margin: 15px 0px;
}
.fullFaq li {
    color: #000;
    margin-bottom: 15px;
    margin-left: 20px;
    position: relative;
}
.fullFaq ul li::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f00c";
    margin-right: 18px;
    font-size: 14px;
    color: #000;
    position: absolute;
    left: -23px;
    top: 3px;
}
#closeSandsFull {
    color: #9e9e9e;
    font-size: 32px;
    position: absolute;
    top: -18px;
    right: -6px;
}
.closeFullFaq:hover,
.closeFullFaq:focus {
  cursor: pointer;
  color: #6b6b6b;
}
.modalTitle {
    color: #4580c9;
    font-size: 36px;
    font-weight: 700;
    padding-top: 20px;
}
.modalsubTitle {
    color: #54b837;
    font-size: 18px;
    margin: 5px;
    font-weight: 700;
}
.sticksPerPack {
    font-weight: 400;
    font-size: 17px;
    display: block;
}

.modal {
  display: none;
  position: fixed;
  z-index: 15;
  padding-top: 5%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.6);
}
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    border: none;
    width: 95%;
    max-width: 800px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
  }

  @-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}
  
@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
  
.close {
    color: #9e9e9e;
    font-size: 32px;
    margin-top: 0px;
    position: absolute;
    top: 4px;
    right: 16px;
  }
  
  .close:hover,
  .close:focus {
    cursor: pointer;
    color: #6b6b6b;
  }
  
  .modal-header {
    padding: 2px 16px;
    background-color: #fff;
    text-align: center;
    position: relative;
    border-bottom: none;
    display: block;
  }
  
.modal-body {
    padding: 20px 50px;
}
/* Shipping ETA Center */
.deliver-date-container {
    text-align: center;
}
/* On Page QTY Selector Styles */
.shipping-line {
    border-top: 1px solid #cfcfcf;
}
.subscription .left .left-col1 {
    position: relative;
    flex: 0 0 20%;
    z-index: 1;
    background-color: #f3f3f3;
}
.left-col1:hover,
#prod-qty-select:hover {
    cursor: pointer;
}
.subscription .left .left-col2 {
    flex: 0 0 8%;
}
.subscription .left .left-col3 {
    flex: 0 0 100%;
    background-color: #f3f3f3;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    padding: 5px 8px;
    font-size: 16px;
    font-weight: 700;
    height: fit-content;
    text-align: center;
    color: #434343;
}
.free-ship-green {
    color: #1aa800;
    font-weight: 900;
}
.ctablock .subscription .right .line1 {
    margin-top: 0;
    color: #434343;
}
.ctablock .subscription .right .line2 {
    margin-top: -5px;
}
.ctablock .subscription .right .txt1 .line1,
.ctablock .subscription .right .txt1 .line2 {
    text-align: left;
}
.subscription select {
    width: 100%;
    padding: 20px 30px 0 20px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    color: #434343;
    background: transparent;
    height: 60px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    z-index: 2;
    position: relative;
}
.select-down {
    position: absolute;
    right: 24px;
    font-size: 24px;
    color: #434343;
    top: 46%;
    z-index: 1;
}
.subscription select::-ms-expand {
  display: none;
}
.subscription .left p {
    font-size: 12px;
    color: #434343;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 2px;
    position: absolute;
    top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
.ctablock .subscription {
    margin-bottom: 20px;
    display: block;
}
.sub-btn-container {
    display: flex;
    margin: 10px auto;
}
.freqBtn {
    width: 100%;
    text-align: center;
    margin-left: 10px;
    max-width: 150px;
    padding: 3px;
    margin-top: 0px;
    border: 1px solid #cfcfcf;
    background-color: #f3f3f3;
}
.checkmark-deliver {
    position: relative;
    top: 1px;
}
/* CTA Quote */
.under-cta-img-quote .ctaQuote {
    font-size: 18px;
}
.under-cta-img-quote .ctaQuoteAuther {
    padding-left: 0px;
    font-size: 14px;
}
.under-cta-img-quote .ctaQuoteimg {
    left: 0px;
    width: 40px;
    height: 40px;
    top: -11px;
}
.under-cta-img-quote {
    position: relative; 
    z-index: 5; 
    margin: 40px 0 30px 0;
    width: 100%;
}
.deliver-date-container {
    width: fit-content;
    z-index: 5;
    margin: 10px auto;
    }
#ctaBlock .deliver-date-container .delivery-img,
.deliver-date-container .delivery-img {
    max-width: 30px;
    display: inline-block;
    position: relative;
    bottom: 3px;
    margin-top: 0;
    margin-bottom: 0px;
}
.deliver-p-container {
    display: inline;
    padding-left: 3px;
}
.eta-loader {
    display: none;
}
.delivery-eta-text {
    display: inline-block;
    color: #404040;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    text-align: center;
}
.delivery-eta-text2 {
    color: #404040;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    text-align: center;     
    padding-left: 2px;   
}
.whyBetter .delivery-eta-text {
    margin-bottom: 0px;
}
.whyBetter .delivery-eta-text2 {
    margin-bottom: 5px;
}
.faq p.delivery-eta-text {
    margin-bottom: 0px;
}
.faq p.delivery-eta-text2 {
    margin-bottom: 10px;
}
.zip-holder,
.deliver-date-holder {
    color: #1ca900;
    font-weight: 600;
}
.change-zip-btn {
    text-decoration: underline;
    font-size: 16px;
}
.change-zip-btn:hover {
    cursor: pointer;
}
.change-zip-container {
    display: none;
    position: relative;
    left: 10px;
}
.invalid-zip,
.faq p.invalid-zip,
.whyBetter p.invalid-zip {
    display: none;
    text-align: center;
    font-size: 14px;
    color: #ff0000;
    line-height: 15px;
    max-width: 240px;
    margin: 5px auto;
}
.update-zip-input {
    display: inline;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    padding: 6px;
    font-size: 14px;
    color: #404040;
    font-weight: 600;
    border-right: none;
    margin-right: -2px;
    outline: none;
    width: 50%;
    border: 1px solid #b8b8b8;
}
.update-zip-btn,
.faq button.update-zip-btn,
.whyBetter button.update-zip-btn,
.reviewBanner button.update-zip-btn {
    display: inline;
    border: none;
    background-color: #686868;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    padding: 5px;
    font-size: 14px;
    color: #fff;
    width: 50%;
    font-weight: 600;
    margin: 0 0 0 -2px;
}
.update-zip-btn:hover,
.reviewBanner button.update-zip-btn:hover  {
    background-color: #7d7d7d;
}
.whyBetterTwoCol2 .deliver-date-container {
    margin: 10px 0 0 0;
}
/* Delivery Date Block */
.deliver-date-container.delivery-date-container-sub {
    margin-top: 15px;
}
.in-style {
    display: inline !important;
}
.deliver-date-container {
    width: fit-content;
    z-index: 5;
    margin: 10px auto;
}
#ctaBlock .deliver-date-container .delivery-img,
.deliver-date-container .delivery-img {
    max-width: 30px;
    display: inline-block;
    position: relative;
    bottom: 3px;
    margin-top: 0;
    margin-bottom: 0px;
}
.deliver-p-container {
    display: inline !important;
    padding-left: 3px;
}
.eta-loader {
    display: none;
}
.delivery-eta-text {
    display: inline-block;
    color: #404040;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    text-align: center;
}
.delivery-eta-text2 {
    color: #404040;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    text-align: center;     
    padding-left: 2px;   
}
.faq p.delivery-eta-text {
    margin-bottom: 0px;
}
.faq p.delivery-eta-text2 {
    margin-bottom: 10px;
}
.zip-holder,
.deliver-date-holder {
    color: #1ca900;
    font-weight: 600;
}
.change-zip-btn {
    text-decoration: underline;
    font-size: 16px;
}
.change-zip-btn:hover {
    cursor: pointer;
}
.change-zip-container {
    display: none;
    position: relative;
    left: 10px;
}
.invalid-zip,
.faq p.invalid-zip,
.whyBetter p.invalid-zip {
    display: none;
    text-align: center;
    font-size: 14px;
    color: #ff0000;
    line-height: 15px;
    max-width: 240px;
    margin: 5px auto;
}
.update-zip-input {
    display: inline;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    padding: 6px;
    font-size: 14px;
    color: #404040;
    font-weight: 600;
    border-right: none;
    margin-right: -2px;
    outline: none;
    width: 50%;
    border: 1px solid #b8b8b8;
}
.update-zip-btn,
.faq button.update-zip-btn,
.whyBetter button.update-zip-btn,
.reviewBanner button.update-zip-btn {
    display: inline;
    border: none;
    background-color: #686868;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    padding: 5px;
    font-size: 14px;
    color: #fff;
    width: 50%;
    font-weight: 600;
    margin: 0 0 0 -2px;
}
.update-zip-btn:hover,
.reviewBanner button.update-zip-btn:hover  {
    background-color: #7d7d7d;
}
.whyBetterTwoCol2 .deliver-date-container {
    margin: 10px 0 0 0;
}
.reviewBanner button.update-zip-btn {
    margin-top: 10px;
}
.reviewBanner input.update-zip-input {
    text-align: left;
}
/* About The Founder Section */
.about-us {
    background-color: #fefefe;
    background: linear-gradient(#fefefe, #eeeeee);
    z-index: 9;
    position: relative;
}
.about-flex {
    display: flex;
    justify-content: center;
}
.about-col {
    flex: 0 0 50%;
}
.about-col1 {
    padding-right: 20px;
}
.about-title {
    color: #94ba2b;
    font-size: 46px;
    font-weight: 600;
    text-align: center;
}
.founder-img {
    width: 100%;
    max-width: 550px;
    border-bottom: solid 10px #fff;
    border-right: solid 10px #fff;
    border-left: solid 10px #fff;
}
.autumn-title {
    margin-bottom: 0;
    font-size: 16px;
}
.founder-container {
    padding-left: 40px;
    padding-top: 20px;
}
.founder-signature {
    font-family: 'Mama Script', sans-serif;
    color: #94ba2b;
    font-size: 32px;
    font-weight: 300;
    position: relative;
    right: 40px;
}
.founder-signature::before {
    display: inline-block;
    content: "";
    border-top: 2px solid #94ba2b;
    width: 25px;
    margin: 0 1rem;
    transform: translateY(-10px);
}
#footer-about {
    background-color:#fefefe; 
    background: linear-gradient(#fcfcfc, #eeeeee);
}
/* Stamped IO Reviews */
.reviewSectionContainer .stamped-review-header-starratings {
    white-space: nowrap;
}
.stamped-review-header .created {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
}
div#stamped-reviews-tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
div#stamped-reviews-tab .stamped-review {
    width: 48.5%;
    padding: 23px 30px 27px 30px;
    /* border: 1px solid #e7eeeb; */
    border-radius: 9px;
    background-color: #fcfcfc;
    box-shadow: 0 0 9px #dbd9d9 !important;
}
.stamped-reviews-filter[data-show-filters=part], 
.stamped-reviews-filter[data-show-filters=true] {
    border: 0;
}
.stamped-review-reply {
    background-color: #ebfbf5;
    padding: 15px 23px;
    border: 0;
    margin: 26px 0 0 0;
    border-radius: 11px;
}
.stamped-review-footer {
    display: none;
}
.stamped-review-avatar {
    background-color: #3a3a3a !important;
    background-size: 330% !important;
}
.stamped-review-product {
    display: none !important;
}
.stamped-review-product a {
    display: none !important;
}
div#stamped-main-widget {
    overflow: visible;
    margin: 0;
}
a.stamped-review-link-photo {
    border-radius: 8px;
}
.stamped-review-header {
    margin-right: 17px;
}
.stamped-review-avatar-content {
    color: white;
}
/* Nutrition Label Carosuel */
.show-nutrition-btn {
    background-color: #464140; 
    color: #fff; 
    text-align: center; 
    bottom: -16px; 
    position: absolute; 
    font-size: 15px; 
    border: none; 
    padding: 6px 20px; 
    width: max-content; 
    left: 50%; -ms-transform: translate(-50%, -50%); 
    transform: translate(-50%, -50%); 
    border-top-right-radius: 5px; 
    border-top-left-radius: 5px;
}
.show-nutrition-btn:hover {
    background-color: #575251;
}
.nutrition-close {
    position: absolute !important;
    top: -34px !important;
    right: 20px !important;
}
#nutrition-modal-controller {
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    border-color: #6ba804;
    border-width: 2px;
    margin: 0 auto;
    display: block;
    width: 100%;
    -webkit-box-shadow: 2px 7px 15px 1px rgba(191,191,191,1);
    -moz-box-shadow: 2px 7px 15px 1px rgba(191,191,191,1);
    box-shadow: 2px 7px 15px 1px rgba(191,191,191,1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    max-width: 420px;
    padding-right: 40px;
}
#nutritionModal label.wrap {
    position: relative;
    cursor: pointer;
    width: 100%;
    max-width: 420px;
}
.wrap:hover {
    cursor: pointer;
}
#nutritionModal label.wrap:after {
    content:"\f0d7";
    font-family: "Font Awesome 6 Pro";
    color: #6ba804;
    position: absolute; 
    right: 2px;
    top: 2px;
    z-index: 1;
    width: 10%;
    height: 100%;  
    pointer-events: none;  
    font-size: 30px;  
    font-weight: 900;
}
.nutrition-pop-container {
    width: 100%;
    max-width: 600px;
}
.nutrition-pop-inside-container {
    width: 100%;
    max-width: 520px !important;
}
#nutritionModal {
    padding-top: 2%;
}
.other-txt-parent,
.other-txt {
    font-size: 16px;
    line-height: 22px;
}
.other-txt-parent {
    padding-top: 0;
    max-width: 420px;
    margin: 0 auto;
}
#nutritionModal .modal-body {
    padding-bottom: 0;
    padding-top: 15px;
}
.nutrition-container-modal {
    width: 100%;
    max-width: 420px;
    margin: 0 auto 10px auto;
}
.nutrition-container-modal .ingredient-table {
    margin: 0 auto;
}
.nutrition-container-modal #sup-vs {
    max-width: 420px !important;
}
/* MEDIA QUERIES */
@media only screen and (max-width: 1100px) {
.yourprice {
    font-size: 30px;
}
.s-h-price,
.ctablock .finalprice .msrp,
.ctablock .subscription .right .line1 {
    font-size: 16px;
}
.delivery-eta-text2 {
    display: block;
    text-align: center;
}
.ctablock .selectors .qty .right {
    margin-right: 0;
}
.delivery-eta-text2 {
    display: block;
    text-align: center;
}
}
@media only screen and (max-width: 1000px) {
.under-cta-img-quote .ctaQuote {
    font-size: 16px;
}
.under-cta-img-quote .ctaQuoteAuther {
    font-size: 13px;
}
/* 50/50 Split Inside Wrap */
.ctablock .selectors .qty {
    flex-wrap: wrap-reverse;
    justify-content: center;
}
.ctablock .selectors .qty .option1,
.ctablock .selectors .qty .option1.active {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 30px;
    padding: 8px 5px 8px 5px;
}
.ctablock .selectors .qty .option1 div.option-inner-flex {
    flex-wrap: nowrap;
    align-items: center;
}
.ctablock .selectors .qty .option1 .qty-price {
    padding-top: 0;
}
.ctablock .shipping > .covered {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}
.ctablock .selectors .qty .option2,
.ctablock .selectors .qty .option2.active,
.ctablock .selectors .qty .option3,
.ctablock .selectors .qty .option3.active {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    margin-left: 0;
}
.ctablock .shipping > .costly {
    display: none;
}
.covered2 {
    display: block;
}
.ctablock .selectors .qty .option2.active
.ctablock .selectors .qty .option3.active {
    border-bottom: 1px solid #1ba700;
}
.ctaSection .ctablock .subscription .right .txt1 {
    padding-left: 10px;
}
.ctablock .selectors .qty .right {
    margin-right: 9%;
}
.ctablock .selectors .qty .option1 .right {
    margin-right: 3%;
    margin-left: 3%;
}
}
@media only screen and (max-width: 985px) {
.heroContainer h2 {
    font-size: 32px;
    font-weight: 600;
}
.heroContainer h1 {
    font-size: 51px;
    margin-top: 10px;
}
.heroContainer {
    width: 80%;
}
.heroContainer img {
    width: 150px;
}
.leafLogo {
    width: 150px !important;
}
.madeWithFlex p {
    font-size: 17px;
}
.faq button {
    padding: 12px 44px;
}
}
@media only screen and (max-width:965px) {
.freqBtn {
    display: block;
    max-width: 100%;
    margin: 10px 0 8px 0;
}
.ctablock .subscription .right .line1 {
    text-align: center;
    margin-top: 20px;
}
.ctablock .subscription .right .line2 {
    margin-top: 0;
    text-align: center;
    margin-bottom: 20px;
}
.ctablock .shipping {
    margin-bottom: 0px;
}
.txt2 .line1 i {
    margin-top: 0;
}
.sub-btn-container {
    justify-content: center;
}
}
@media only screen and (max-width: 940px) {
.ctaSection .ctablock .selectors .qty .left {
    position: relative;
    left: 3px;
}
.madeWithSection div {
    padding: 0 22px;
}
.delivery-eta-text2 {
    display: block;
    text-align: center;
}
.under-cta-img-quote .ctaQuoteimg {
    left: -5px;
    top: -15px;
}
.topCtaRating-top .starRatingTotalNumber a {
    display: block;
}
.cta-flex-container > .right {
    padding-left: 25px;
}
.delivery-eta-text2 {
    display: block;
    text-align: center;
}
}
@media only screen and (max-width:840px) {
.about-flex {
    flex-wrap: wrap;
}
.about-col {
    flex: 0 0 100%;
}
.about-col1 {
    padding-right: 0;
}
.founder-signature {
    right: 16px;
    text-align: center;
}
.about-title {
    margin-bottom: 20px;
    font-size: 40px;
}
.autumn-title {
    position: static;
    text-align: center;
}
.founder-container {
    padding-left: 0;
}
.founder-img {
    margin: 20px auto;
    display: block;
}
}
@media only screen and (max-width: 830px) {
.change-zip-container {
    position: static;
    max-width: 95%;
    margin: 0 auto;
    max-width: 400px;
}
.invalid-zip {
    max-width: 80%;
}
.deliver-date-container {
    width: 100%;
    margin: 10px auto;
    text-align: center;
}
}
@media only screen and (max-width: 803px) {
.single-csl-ne {
    margin-bottom: 0;
    top: 0;
}
.buy * {
    font-size: 24px;
}
.green-border1,
.ctablock .selectors .qty .option2 {
    border-bottom-left-radius: 0;
}
.green-border2,
.ctablock .selectors .qty .option1 {
    border-bottom-right-radius: 0;
}
.change-zip-container {
    position: static;
    max-width: 95%;
    margin: 0 auto;
    max-width: 400px;
}
.invalid-zip {
    max-width: 80%;
}
.deliver-date-container {
    width: 100%;
    margin: 10px auto;
    text-align: center;
}
}
@media only screen and (max-width: 780px) {
#heroSection {
    z-index: 9;
    max-height: 400px;
    height: 100vh;
}
.freqBtn {
    display: block;
    text-align: center;
}
.madeWithFlex div img {
    width: 150px;
}
.heroSection>img.mobileonly {
    display: block;
}
.heroSection>img.desktoponly {
    display: none;
}
.heroSection>img {
    top: 0;
}
.heroContainer h2 {
    font-size: 27px;
    margin-bottom: 10px;
}
.madeWithSection h2 {
    font-size: 45px;
}
.heroContainer {
    padding: 40px 15px;
    width: 100%;
}
.countdownFlex,
.whyBetterFlexOne,
.whyBetterFlexTwo {
    flex-wrap: wrap;
}
.ctaFlexContainer {
    display: block;
    margin-top: 20px;
}
.whyBetterOnecol2,  
.whyBetterTwoCol2 {
    padding-left: 0;
    margin-left: 0;
} 
.heroContainer h1 {
    font-size: 40px;
    margin-top: 5px;
}
.headingFlexContainer {
    display: block;
}
.headingFlexContainer * {
    margin: 0 auto;
    display: block;
}
.introFlexContainer {
    display: block;
}
.introCol1 {
    margin-bottom: 25px;
}
.introCol1 img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    margin-bottom: 20px;
}
.introCol1 .leafLogo {
    margin-bottom: 0;
}
.introFlexContainer .introCol2 {
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 0px;
}
.introFlexContainer .introCol1 {
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.introFlexContainer h3 {
    margin-top: 10px;
}
.whyBetter {
    padding-top: 75px;
}
.whyBetterFlexOne {
    flex-wrap: wrap-reverse;
}
.whyBetterOnecol2 {
    margin: 0 auto;
}
.whyBetterTwoCol1 {
    margin-bottom: 25px;
    margin-top: -30px;
}
.whyBetter h3 {
    margin-top: 11px;
    margin-bottom: 7px;
    font-size: 22px;
    font-weight: 600;
}
.mobileNone {
    display: none;
}
.desktopNone {
    display: block;
    margin: 0 auto;
}
.desktopNone img {
    width: 180px;
}
.whyBetter img {
    margin: 0 auto 15px auto;
    display: block;
    max-width: 500px;
}
.whyBetterOnecol2 {
    padding-top: 0px;
}
.whyBetter h2 {
    font-size: 30px;
    margin-top: 10px;
}
.whyBetterFlexTwo, .whyBetterFlexOne {
    justify-content: center;
}
.introFlexContainer .introCol1,
.whyBetterOneCol1,
.introFlexContainer .introCol2 {
    padding-right: 0px;
    padding-left: 0px;
}
.whyBetterOneCol1, 
.whyBetterOneCol2, 
.whyBetterTwoCol1, 
.whyBetterTwoCol2 {
    max-width: 100%;
}
.madeWithFlex p {
    font-weight: 400;
    margin-bottom: 20px;
}
.madeWithFlex div {
    margin-bottom: 20px;
}
.madeWithSection div {
    padding: 0 10px;
}
.ingredientFlexContainer {
    display: block;
}
.ingredientFlexContainer img {
    display: block;
    margin: 0 auto;
}
.ingredientCol2 {
    margin-left: 0px;
    padding-left: 0px;
}
.ingredientCol2 li {
    margin-left: 20px;
    font-size: 19px;
}
.ingredientCol2 img,
.ingredientCol1 {
    position: static;
}
.ingredientCol2 ul {
     margin-left: 20px;
}
.ingredientBtn {
    display: block;
 }
.moneyBackFlex {
    display: block;
}
.moneyBackCol1 img {
    width: 215px;
    margin: 0 auto;
    display: block;
}
.faq img {
    margin: 15px auto;
    display: block;
}
.faq button a {
    font-size: 28px;
}
section#moneyBack {
    padding-top: 0px;
}
.moneyBackCol1 {
    margin-right: 0px;
}
.moneyBackCol2 {
    margin-top: 15px;
}
.mobileTextErase {
    display: none;
}
#underHeroBar h3 {
    margin-top: 10px;
    font-size: 17px;
    line-height: 23px;
}
.whyBetterFlexTwo {
    margin-bottom: 0px;
}
.introFlexContainer img {
    max-width: 450px;
}
.whyBetterOneCol1,
.whyBetterTwoCol2,
.whyBetterOnecol2,
.whyBetterTwoCol1 {
    flex: 0 0 100%;
}
.madeWithFlex {
    flex-wrap: wrap;
}
.madeWith,
.leafLogo {
    width: 150px;
}
.whyBetter button {
    margin: 0 auto;
    display: block;
}
.whyBetter h3 {
    margin-bottom: 9px;
}
.introFlexContainer h2 {
    font-size: 30px;
}
.option1 .right .name,
.option2 .right .name,
.option3 .right .name {
    font-size:15px;
}
.madeWithSection h2 {
    font-size: 45px;
}
.madeWithSection div {
    padding: 0 10px;
}
.desktopShow {
    display: none;
}
.mobileShow {
    display: block;
}
.madeWithSection {
    background-image: none;
    background-color: #fff;
}
.line1 b{
    font-size: 18px;
}
.ingredientCol1,
.ingredientFlexContainer {
    margin-top: 0;
    padding-top: 20px;
}
.flexImg {
    height: unset;
}
}
@media only screen and (max-width: 768px) {
.ctaSection {
    border-top: solid 3px #93ba2b;
}  
div#stamped-reviews-tab .stamped-review {
    width: 90%; 
    margin-left:5%;
}
}
@media only screen and (max-width: 700px) {
    .subscription .left p {
        font-size: 10px;
    }
}
@media only screen and (max-width: 600px) {
.t-intro-m {
    display: block;
}
.t-intro-d {
    display: none;
}
.topCtaRating-top .starRatingAverageRating {
    font-size: 24px;
}
.topCtaRating-top .starRatingTotalNumber a {
    display: inline-block;
}
body {
    overflow-x: hidden; 
}
#no-scroll-container {
    position: static;
}
.ctablock {
    padding: 2% 0;
}
.ctablock .selectors .qty {
    flex-wrap: nowrap;
    justify-content: space-between;
}
.ctablock .selectors .qty .option1,
.ctablock .selectors .qty .option1.active {
    flex: 0 0 39%;
    width: 39%;
    margin-top: 0;
}
.ctablock .shipping > .covered {
    flex: 0 0 39%;
    width: 39%;
    max-width: 39%;
}
.ctablock .selectors .qty .option2,
.ctablock .selectors .qty .option2.active,
.ctablock .selectors .qty .option3,
.ctablock .selectors .qty .option3.active {
    flex: 0 0 30%;
    width: 30%;
    max-width: 30%;
    margin-left: 0;
}
.ctablock .shipping > .costly {
    display: flex;
}
.covered2 {
    display: none;
}
.ctablock .shipping > .costly .txt1,
.ctablock .shipping > .covered > div,
.ctablock .subscription .right .line2,
.ctablock .subscription .right  .line1,
.subscription .left .left-col3,
.ctablock .shipping > .covered .txt1,
.ctablock .shipping > .covered .txt2,
.line1 b {
    font-size: 3vw;
}
.green-border1,
.green-border2 {
    border-bottom: none;
}
.ctablock .selectors .qty .option2 {
    border-bottom-left-radius: 0;
}
.ctaSection .ctablock .subscription .right .txt1 {
    padding-left: 40px;
}
.ctablock .selectors .qty .option2 {
    margin-left: auto;
}
.freqBtn {
    max-width: 180px;
    width: 100%;
    margin: 5px 0 5px 10px;
    display: inline;
    padding: 5px 10px;
}
.finalprice .col1,
.finalprice .col2,
.finalprice .col3 {
    flex: 0 0 30%;
}
.cta-flex-container > .right {
    padding-top: 20px;
    padding-left: 0;
}
/* 50/50 Split */
.ctaQuoteimg {
    left: -10px;
    top: -18px;
    width: 40px;
    height: 40px;
} 
.ctaQuote {
    font-size: 18px;
    line-height: 22px;
}
.heroContainer h2 {
    font-size: 21px;
    font-weight: 600;
}
div#selectButtons {
    padding-left: 15px;
    margin-top: 11px;
}
.flavorSelect {
    max-width: 130px;
}
.heroContainer h1 {
    font-size: 37px;
}
.heroContainer {
    padding: 16px;
}

.heroContainer button {
    padding: 10px 10px;
    font-size: 22px;
}
#underHeroBar h2 {
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 14px;
}
.whyBetterFlexOne img,
.whyBetterFlexTwo img {
    width: 100%;
}
.desktopNone img {
    width: 180px;
}
h2 {
    font-size: 28px;
    line-height: 34px;
}

.ingredientCol2 li {
    margin-left: 30px;
}
.moneyBackCol1 img {
    width: 200px;
    margin: 0 auto 15px auto;
}
.moneyBackCol2 h2 {
    font-size: 28px;
}
.faq button {
    padding: 13px 45px;
}
.faq button a {
    font-size: 22px;
}
.faq p {
    font-size: 16px;
}
.madeWithSection h3 {
    margin-bottom: 0;
}
.madeWithSection h2 {
    font-size: 34px;
    margin-bottom: 40px;
    line-height: 48px;
}
#underHeroBar {
    padding: 30px 0;
}
.heroSection>img {
    top: 0;
}
.ctablock .subscription .right .line1 {
    margin-top: -4px;
}
.checkmark-deliver {
font-size: 14px;
}
.ctablock .titleandintro .productname {
font-size: 30px;
} 
.cta-flex-container {
    flex-wrap: wrap;
}
.cta-flex-container > .left,
.cta-flex-container > .right {
    width:100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0;
}
 .cta-flex-container > .left img.prod {
    margin-bottom: 20px;
    width:100%;
}
.ctablock .finalprice > div {
    margin: 0 1px;
} 
.ctablock .finalprice .percentsaved{
    padding: 6% 7% 6% 23%;
}
.ctablock .finalprice .yourprice{
    font-size: 6vw;
}
.ctablock .finalprice .yourprice sup,
.ctablock .finalprice .percentsaved{
    font-size: 3.6vw;
}
.ctablock .finalprice .msrp,
.s-h-price{
    font-size: 3.3vw;
    max-width: 100%;
}
.ctablock .selectors .qty .right {
     margin-left: 0;
     margin-right: 0;
}
.ctablock .selectors .qty .left {
    display: none;
}
.ctablock .selectors .qty .right .name {
    font-size: 3.1vw;
    text-align:center;
}
.ctablock .selectors .qty .active .name {
    font-size: 3.3vw;
}
.ctablock .selectors .qty .right .price {
    font-size: 3vw;
    text-align: center;
    margin-top: 4%;
}
.ctablock .finalprice{
    display: flex;
    justify-content: center;
    padding: 4% 1% 0% 1%;
    align-items: center;
}
.modal-body {
    padding: 20px 10px;
}
.modalTitle {
    color: #4580c9;
    font-size: 36px;
    font-weight: 700;
    padding: 20px 30px 0px 30px;
    line-height: 39px;
}
.subFlex {
    flex-wrap: wrap;
}
.subFlex .subCol1 {
    width: 100%;
    margin-bottom: 20px;
}
.subCol1 h2 {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    line-height: 28px;
}
.subCol2 .specialH2 {
    font-size: 27px;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
}
.subFlex .subCol2 {
    margin-left: 0px;
}
.subFlex .subCol2 ul {
    margin-left: 25px;
}
.heroSection>img.mobileonly {
    height: 100%;
}
#cabTest {
    padding-top: 0px;
    padding-bottom: 0px;
}
.ctablock .selectors .qty .option1 div.option-inner-flex {
    flex-wrap: wrap;
}
.ctablock .selectors .qty .option1 .qty-price {
    padding-top: 5px;
}
.ctablock .selectors .qty .option1, 
.ctablock .selectors .qty .option1.active {
    padding: 15px 5px 13px 5px;
}
.ctablock .subscription .right .line1,
.ctablock .subscription .right .line2 {
    text-align: left;
}
.ctablock .shipping {
    margin-bottom: 20px;
}
.sub-btn-container {
    justify-content: unset;
    margin: 10px auto 0px auto;
}
div#selectButtons {
    margin-top: 5px;
}
.subscription .left p {
    font-size: 12px;
}
.under-cta-img-quote {
    margin: 40px 0 0px 0;
}
.trippleBottle {
    max-width: 300px;
}
#footer-about {
    background-color: #fefefe;
    background: linear-gradient(#fefefe, #eeeeee);
}
section#footer-about {
    padding-top: 0;
}
}
@media only screen and (max-width: 500px) {
section.specialoffer p {
    padding: 9px 0px;
    font-size: 23px;
    line-height: 22px;
}
.heroContainer h1 {
    font-size: 34px;
    margin-top: 10px;
}
.heroContainer h2 {
    font-size: 20px; 
}
.col1-img {
    margin-top: 7px;
}
.col1-img img {
    width: 90%;
}
.col1-img p {
    width: 90%;
}
.mobileView {
    width: 100%;
}
.pagewidthSpecialPadding {
padding: 0 8%;
max-width: 1200px;
margin: 0 auto;
}
.faq h3, .faq i {
    line-height: 18px;
}
.madeWithSection h2 {
    font-size: 30px;
    margin-bottom: 40px;
    line-height: 36px;
}
.madeWith h3 {
    font-size: 20px;
}
.heroContainer {
    padding: 15px 20px;
}
.ingredientCol2 ul {
    margin-left: 9px;
}
.ctaBlock h3 {
    font-size: 17px;
}
.introFlexContainer img {
    max-width: 100%;
    width: 100%;
}
img {
    max-width: 100%;
}
.freqBtn {
    position: relative;
    margin-top: 12px;
    margin-bottom: 1px;
    margin-bottom: -8px;
    font-size: 15px;
    text-align: center;
}
.ctablock .finalprice {
    justify-content: space-between;
}
.under-cta-img-quote {
    margin: 40px 0 10px 0;
}
.about-title {
    font-size: 34px;
}
/* Nutrtion Label */
.ingredient-table h3{
    font-size: 24px !important;
}
.ingredient-table th,
.ingredient-table td,
.ingredient-table th span:not(.sup-faq-calorie) {
    font-size: 12px;
}
.ingredient-table tr.sub th:first-child{
    padding-left: 15px;
}
.ingredient-table tr.inner.sub th:first-child{
    padding-left: 24px;
}
.ingredient-table span.sub-text{
    left: 7px;
}
.faq .carousel-inner {
    max-width: 95%;
}
}
@media only screen and (max-width: 490px) {
.faq .carouselBtns {
    display: none;
}
.whyBetter .leafLogo {
    margin-bottom: 0px;
}
.cta-csl-btn-r, 
.cta-csl-btn-l {
    height: 50px;
    width: 20px;
}
.t-intro-m .productname {
    font-size: 30px;
} 
i.fas.fa-caret-right {
    left: 2;
    font-size: 22px;
}
i.fas.fa-caret-left {
    right: 2px;
    font-size: 22px;
}
.ctablock .shipping > .costly .txt1,
.ctablock .subscription .right .line2,
.ctablock .subscription .right  .line1,
.subscription .left .left-col3,
.ctablock .shipping > .covered .txt1,
.ctablock .shipping > .covered .txt2,
.ctablock .shipping > .covered > div,
.line1 b {
    font-size: 4vw;
}
.ctablock .finalprice .msrp, 
.s-h-price {
    font-size: 4vw;
}
.ctaQuote {
    font-size: 16px;
}
.mobileAutherDash {
    display: block;
    padding-left: 0px;
}
.autherDash {
    display:inline;
}
.faq button {
    padding: 12px 0px;
    width: 90%;
}
div#selectButtons {
    margin-left: -41px;
}
.freqBtn {
    max-width: 200px;
    right: 8px;
    display: block;
    padding: 3px 0px;
}
.logo {
    width: 160px;
}
.flavorSelect {
    max-width: 110px;
}
.heroSection>img {
    top: 0px;
    height: 100%;
}
.heroContainer h2 {
    font-size: 20px;
    line-height: 28px;
    margin-top: 5px;
}
#heroSection {
    height: 100vh;
}
#underHeroBar {
    padding: 30px 0;
}
#underHeroBar h2 {
    line-height: 25px;
    font-size: 21px;
}
.heroContainer button a {
    font-size: 20px;
    font-weight: 600;
}
.pagewidthSpecialPadding {
    padding: 0 4%;
    max-width: 1200px;
    margin: 0 auto;
}
.pagewidth {
    padding: 0 4%;
}
.faq h3, .faq i {
    line-height: 22px;
}
.introFlexContainer h2 {
    font-size: 25px;
}
.ingredientHeading h2 {
    font-size: 28px;
}
.whyBetter h3 {
    text-transform: capitalize;
}
.madeWithSection h2 {
    line-height: 40px;
}
.madeWithSection div {
    padding: 0 5px;
}
.madeWithSection p {
    font-weight:400;
    font-size: 17px;
}
.ingredientBtnBottom {
    display: block;
    margin-bottom: 8px;
}
.ingredientBtn,
.ingredientBtnBottom {
    font-size: 20px;
    padding: 10px 32px;
}
.ingredientCol2 ul {
    margin-left: 7px;
}
.ingredientCol2 li {
    font-size: 17px;
}
.ingredientCol2 img {
    margin: 30px auto;
}
.ctaSection {
    padding: 40px 0px;
}
.topCtaRating-top .starRatingTotalNumber a {
    font-size: 13px;
}
.ctablock .shipping > .costly .txt1,
.ctablock .shipping > .covered .txt1,
.ctablock .shipping > .costly .txt2,
.ctablock .shipping > .covered .txt2 {
    font-size: 12px;
}
.heroContainer h2 {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 0px;
}
.modal-body {
    padding: 5px 10px 20px 10px;
}
.faq h3, .faq i {
    line-height: 22px;
}
.faq p {
    font-size: 16px;
}
.close {
    margin-top: -4px;
}
.modal-header {
    padding: 0px 7px;
}
.outStockTxt {
    line-height: 20px;
    font-size: 16px;
}
.ctablock .finalprice .yourprice {
    font-size: 8vw;
}
.ctablock .finalprice .yourprice sup, 
.ctablock .finalprice .percentsaved {
    font-size: 4vw;
}
.ctablock .finalprice > div {
    flex: 0 0 35%;
}
.ctablock .finalprice .col1 {
    flex: 0 0 30%;
}
.ctablock .finalprice .col3 {
    text-align: right;
}
.ctablock .finalprice .yourprice sup {
    top: -0.8em;
}
.finalprice .col2 {
    text-align: center;
    position: relative;
    right: 8px;
}
div#selectButtons {
    margin-left: 0;
}
.ctablock .selectors .qty .active .name,
.ctablock .selectors .qty .right .name {
    font-size: 16px;
}
.ctablock .buy button span {
    padding: 5px;
}
.buy * {
    font-size: 30px;
}
.ctablock {
    padding: 0;
}
.freqBtn {
    display: block;
    max-width: 100%;
    margin: 10px 0 8px 0;
    right: 0;
}
.ctablock .subscription .right .line1 {
    text-align: center;
    margin-top: 20px;
}
.ctablock .subscription .right .line2 {
    margin-top: 0;
    text-align: center;
    margin-bottom: 20px;
}
.ctablock .shipping {
    margin-bottom: 0px;
}
.txt2 .line1 i {
    margin-top: 0;
}
.sub-btn-container {
    justify-content: center;
}
.checkmark-deliver {
    font-size: 3.8vw;
}
div.selectbtn {
    flex:  0 0 24%;
}
div#selectButtons {
    padding-left: 0;
}
.ctablock .selectors .qty div.option-inner-flex {
    padding: 5px 3px;
}
.about-title {
    font-size: 32px;
}
.line-indent-two:before,
.line-indent:before {
    display: none;
}
.line-indent,
.line-indent-two {
    border-top: solid 1px #dee2e6 !important;
}
.faq .carouselBtns {
    display: none;
}
#nutrition-modal-controller {
    width: 93%;
}
#nutritionModal label.wrap {
    margin-top: 10px;
}
#nutritionModal label.wrap:after {
    right: 15px;
}
.nutrition-pop-container {
    width: 97%;
    margin: 0 auto;
}
#nutritionModal {
    padding-top: 10%;
}
#nutritionModal .modal-body {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
}
@media only screen and (max-width: 330px) {
    .ctablock .addToCartButton {
        font-size: 22px;
}
}
@media only screen and (max-width: 300px) {
    .update-zip-input, 
    .update-zip-btn, 
    .faq button.update-zip-btn,
    .whyBetter button.update-zip-btn,
    .reviewBanner button.update-zip-btn {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
        display: block;
    }
}