/* SIMPLE CSS REBOOT */

html {
    scroll-behavior: smooth;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

h2,
h1.h2 {
    font-family: butlerbold;
    font-size: 45px;
    color: #622171;
    margin-bottom: 2rem;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

@font-face {
    font-family: "butlerbold";
    src: url("/fonts/web/fonts/butler_bold-webfont.woff2") format("woff2"),
        url("/fonts/web/fonts/butler_bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    src: url("/fonts/web/fonts/AvenirNext_Variable.woff2")
        format("woff2-variations");
    font-family: "Avenir Next Variable";
    font-style: normal;
}

@font-face {
    font-family: "nilland-smallcapsregular";
    src: url("/fonts/web/fonts/nilland-smallcaps-webfont.woff2") format("woff2"),
        url("/fonts/web/fonts/nilland-smallcaps-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.select2-container--default .select2-selection--single {
    height: 40px;
}

/* NAVBAR */

.locale-option {
    text-decoration: none !important;
    color: #7b44ca !important;
    cursor: pointer;
}

.locale-option.active {
    font-weight: bold;
}

nav {
    transform: translateY(-1rem);
    position: relative;
    z-index: 10000;
    padding: 0.5rem 0;
}

.font-nilland {
    font-family: "nilland-smallcapsregular";
}

.tag {
    color: #ff0059;
    font-size: 10pt;
}

.navbar-nav .nav-item .nav-link {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .nav-item .nav-link-custom {
    margin-left: 1.5rem;
}

.navbar-nav .dropdown-menu {
    border: none;
    border-radius: 25px;
}

.dropdown-item {
    font-family: "Avenir Next Variable";
    font-weight: 500 !important;
    color: #7b44ca;
}

.dropdown-item:hover {
    background-color: transparent;
    color: #ffc72a;
}

.dropdown-item:focus {
    background-color: transparent !important;
    color: #ffc72a !important;
}

.second-layer-dropdown {
    border-radius: 10px !important;
}

.second-layer-dropdown-item:hover {
    background-color: #7b44ca;
    color: #ffc72a;
}

.nav-icons {
    /* width: 100%; */
    height: auto;
    max-width: 27.5px;
    width: 22.5px;
    margin-right: 0.35rem;
}

.nav-logo {
    width: 100%;
    height: auto;
    max-width: 160px;
}

.nono-footer-block a {
    color: #000;
}

.nono-footer-block a:hover {
    color: #ffc72a;
}

#nav-discount {
    background-color: #fff09e;
    text-align: center;
    padding: 1.7rem 3rem;
}

#nav-discount h6,
#nav-discount-mobile h6 {
    color: #7b44ca;
    font-weight: bold;
    font-family: "Avenir Next Variable";
    font-size: 1.3vmax;
}

#nav-timer {
    transform: translateY(-40%);
    position: relative;
    z-index: 10;
}

.nav-timer-numbers {
    background-color: #7b44ca;
    padding: 0.025em 0.75rem;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
}

.nav-timer-indicator {
    color: #7b44ca;
    font-size: 0.8rem;
    font-weight: bold;
}

.nav-timer-colon {
    color: #7b44ca;
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
}

.nav-link {
    font-family: "Avenir Next Variable";
    font-weight: 500 !important;
    color: #7b44ca;
}

.nav-link.active,
.nav-link:hover {
    color: #ffc72a;
}

.nav-cart-count {
    position: absolute;
    top: 10px;
    right: 2px;
}

.cart-number {
    font-size: 0.5rem;
    border-radius: 50%;
    padding: 0.3rem 0.4rem;
    color: #fff;
    background-color: red;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

/* Footer */

#footer-layout {
    padding: 5rem 0;
}

.nono-footer-logo {
    width: 100%;
    height: auto;
    max-width: 90%;
}

.nono-footer-logo-text {
    width: 100%;
    height: auto;
    max-width: 40%;
}

.nono-left {
    padding-left: 5rem;
}

.nono-footer-ul {
    padding: 0;
    list-style: none;
    margin-top: 1.5rem;
    font-family: nilland-smallcapsregular;
    color: #000000;
}

.nono-footer-flex {
    margin: 1rem 0.5rem 1rem 0;
    display: inline-flex;
    align-items: center;
}

.nono-footer-block {
    margin: 0.15rem 0;
}

.footer-ul-icon {
    width: 100%;
    height: auto;
    max-width: 35px;
    margin-right: 0.5rem;
}

.footer-payment-icon {
    width: 100%;
    height: auto;
    max-width: 55px;
}

.footer-ul-logo-text li {
    margin: 1rem 0;
    display: inline-flex;
    align-items: center;
}

.footer-icons {
    width: 100%;
    height: auto;
    max-width: 50px;
    margin-right: 0.5rem;
}

#footer-purple {
    background-color: #622171;
    padding: 2.5rem 0;
}

.footer-slogan {
    margin-bottom: 0.5rem;
    font-family: Avenir Next Variable;
    font-weight: bold;
    font-size: 1.1rem;
}

.footer-slogan span {
    margin-left: 1.5rem;
}

.left-footer-img {
    position: absolute;
    bottom: 0;
    width: 350px;
}

.right-footer-img {
    position: absolute;
    bottom: 0;
    width: 350px;
    right: 0;
}

#back-to-top-button {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 9999;
    width: 3rem;
    height: 3rem;
    display: none;
}

.back-to-top-text {
    width: 10rem;
}

/* Home */

.slick-dots {
    bottom: 25px !important;
}

.gallery-slick .slick-dots {
    bottom: -25px !important;
}

.slick-dots li button:before {
    font-size: 12.5px !important;
    color: #ffffff !important;
    opacity: 1 !important;
}

.product-images .slick-dots li button:before,
.relevant-products .slick-dots li button:before {
    font-size: 12.5px !important;
    color: #7b44ca !important;
    opacity: 1 !important;
}

.product-images .slick-dots {
    bottom: unset !important;
}

.slick-dots li.slick-active button:before,
.slick-dots li:hover button:before {
    color: #ffc100 !important;
    opacity: 1 !important;
}

#home-banner {
    margin-bottom: 0;
}

#signature-products {
    background-color: #ffffb8;
}

.signature-banner {
    width: 100%;
    height: auto;
    max-width: 70%;
}

.who-intro {
    font-family: "nilland-smallcapsregular";
    font-size: 1.1rem;
    padding: 0 3rem;
}

.who-icon {
    width: 100%;
    height: auto;
    max-width: 200px;
}

.who-icon-text {
    font-family: "Avenir Next Variable";
    color: #7b44ca;
    font-size: 1.2rem;
    font-weight: 600;
}

.who-section-two {
    margin-top: 8rem;
}

#what-we-do {
    margin-top: -180px;
}

.founder-msg {
    padding: 0 10rem;
}

.founder-signature {
    display: block;
    margin: 0 auto;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    width: 100%;
    height: auto;
    max-width: 60%;
}

.scientist-signature {
    display: block;
    margin: 0 auto;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    width: 100%;
    height: auto;
    max-width: 60%;
}

.science-advisor-margin {
    margin-top: 7.5rem;
}

.founder-para {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

#testimonials {
    background-image: url(/assets/images/home/testimonial-bg.png);
    background-size: cover;
    padding: 15rem 0 5rem 0;
    background-repeat: no-repeat;
}

.arrow {
    height: 30px;
    width: 30px;
}

.signature-atc-icon {
    width: 100%;
    height: auto;
    max-width: 25.5px;
    display: inline-flex;
    margin-left: 3px;
    top: -2px;
    position: relative;
}

.signature-atc {
    border-radius: 15px;
    background-color: white;
    padding: 0.25rem 1rem;
}

.signature-product-img {
    width: 100%;
    height: auto;
    max-width: 80%;
    display: block;
    margin: 0 auto;
}

.signature-product-wrap {
    height: 80px;
    align-items: end;
    justify-content: center;
    display: flex;
}

.signature-product-title {
    font-size: 30px;
    font-weight: bold;
    font-family: "nilland-smallcapsregular";
    color: #7b44ca;
}

.testimonial-first {
    background-image: url(/assets/images/home/testimonials1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 550px !important;
    font-family: "nilland-smallcapsregular";
}

.testimonial-second {
    background-image: url(/assets/images/home/testimonials2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 550px !important;
    font-family: "nilland-smallcapsregular";
}

.testimonial-third {
    background-image: url(/assets/images/home/testimonials3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 550px !important;
    font-family: "nilland-smallcapsregular";
}

.testimonial-wrapper {
    position: relative;
    width: 270px;
    display: block;
    margin: 0 auto;
    top: 130px;
    text-align: center;
}

.testimonial-name {
    font-weight: bold;
    font-size: 1.4rem;
}

/* Login */

#login {
    background-image: url(/assets/images/login/login-bg.jpg);
    background-size: cover;
    padding: 10rem 0 2.5rem 0;
}

.login-card {
    background: rgba(141, 136, 191, 0.7);
    width: 100%;
    border-radius: 30px;
    padding: 2rem 4rem;
}

.login-register-text {
    color: #fff;
    font-family: nilland-smallcapsregular;
    text-align: center;
    margin-bottom: 1rem;
}

.join-wrapper {
    padding: 1.5rem 0 2rem 0;
}

.login-register-wrapper {
    padding: 0 4rem;
}

.login-register-border-wrapper {
    border-right: 1px solid rgba(255, 255, 255, 0.6);
}

.registration-inputs {
    border-radius: 12.5px;
    height: 50px;
}

.registration-inputs::placeholder {
    color: #808285;
    font-size: 1.2rem;
    font-family: nilland-smallcapsregular;
    font-weight: bold;
}

.login-inputs::placeholder {
    color: #ff4800;
    font-size: 1.2rem;
    font-family: nilland-smallcapsregular;
    font-weight: bold;
}

.login-inputs {
    border-radius: 12.5px;
    height: 50px;
}

.registration-btn,
.login-btn {
    background-color: #ff4800;
    font-family: nilland-smallcapsregular;
    border-radius: 12.5px;
    padding: 0.45rem 2rem;
    font-size: 1.25rem;
    border: none;
    display: block;
    margin: 0 auto;
}

/* About Page */

#about-meet .container-fluid {
    background-color: #ffffb8;
}

.meet-wrapper {
    padding: 6rem 4rem 2rem 4rem !important;
}

.meet-wrapper p {
    font-family: nilland-smallcapsregular;
    font-size: 1rem;
    margin-bottom: 1.25rem;
}

.meet-sugar-icon {
    width: 100%;
    height: auto;
    max-width: 150px;
    position: absolute;
    top: -50px;
    left: 20px;
}

.life-sweet-banner {
    width: 100%;
    height: auto;
    max-width: 60%;
    top: 0;
    position: relative;
    z-index: 999;
}

.banner-push {
    position: relative;
    top: -50px;
}

/* Contact Page */

#contact-us {
    background-color: #f3e2ff;
    padding-top: 5rem;
}

.contact-kv {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
}

.contact-input-label {
    font-family: nilland-smallcapsregular;
    font-weight: bold;
    margin-left: 1rem;
}

.contact-inputs {
    border-radius: 30px;
    border: none;
    height: 50px;
}

.contact-textarea {
    border-radius: 30px;
    border: none;
}

.contact-send-btn {
    background-color: #ff4800;
    font-family: nilland-smallcapsregular;
    border-radius: 30px;
    padding: 0.45rem 2rem;
    font-size: 1.25rem;
    border: none;
}

.contact-icons {
    width: 35px;
    height: 35px;
    margin-right: 0.75rem;
}

.contact-icons-group {
    font-family: nilland-smallcapsregular;
    color: #000;
    font-weight: bold;
}

#contact-logo {
    padding: 5rem 0;
}

.contact-company-icon {
    width: 100%;
    height: auto;
    max-width: 60%;
    display: block;
    margin: 0 auto;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

/* Merchandise */

#merchandise {
    padding: 5rem 0 0 0;
}

.btn-number {
    border: 1px solid #808184;
    border-radius: 0 !important;
}

.input-number {
    height: 100%;
    border: 1px solid #808184;
    border-radius: 0 !important;
    flex: 0.3 !important;
    text-align: center;
    font-weight: bold;
    color: #622171;
}

.merchandise-price-label {
    background-color: #ff4800;
    border-radius: 20px;
    padding: 0.3rem 1.5rem;
    margin-bottom: 0;
    color: #fff;
    display: inline;
    font-weight: bold;
    font-family: "Avenir Next Variable";
}

.merchandise-card {
    /* padding: 0 2rem; */
    border: none;
    border-radius: 0;
    margin-bottom: 5rem;
    box-shadow: unset;
}

.merchandise-text-wrapper {
    padding: 1rem 0;
}

.merchandise-text-wrapper h4 {
    color: #622171;
    font-weight: bold;
    font-family: "Avenir Next Variable";
}

/* Product Listing */

#product-listing {
    padding: 5rem 0 0 0;
}

.product-listing-main-title {
    background-color: #fff09e;
    border-radius: 40px;
    padding: 0.3rem 8.5rem;
    font-size: 1.75rem;
    display: inline;
    margin: 0 auto;
    margin-bottom: 3rem;
    color: #622171;
    font-weight: bold;
    font-family: "Avenir Next Variable";
}

.product-title-gap {
    margin: 3rem 0;
    width: 100%;
}

.product-listing-btn {
    background-color: #ff4800;
    border-radius: 20px;
    width: 100%;
    padding: 0.3rem 1.5rem;
    margin-bottom: 0;
    color: #fff;
    display: inline;
    font-weight: bold;
    font-family: "Avenir Next Variable";
}

.product-listing-pricing {
    font-family: "Avenir Next Variable";
    font-size: 1rem;
    color: #a2a2a2;
    font-weight: bold;
}

/* Cart Page */
#cart-checkout-page {
    padding: 3rem 0;
}

.table-heading {
    font-size: 0.8rem;
}

.cart-table {
    font-family: "nilland-smallcapsregular";
}

.cart-descriptions {
    font-size: 1rem;
    font-weight: bold;
    padding-left: 1rem !important;
}

.cart-descriptions a {
    color: black !important;
    text-decoration: none !important;
}

.table th,
.table td {
    padding: 0.75rem !important;
}

.quantity-heading {
    padding-left: 5rem !important;
}

.cart-items-thumbnail {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.img-td-sizing {
    width: 100px;
}

.cart-btn,
.cart-qty {
    border: none;
    background-color: transparent;
}

.qty-sizing {
    width: 20%;
}

.proceed-btn-sizing {
    width: 25% !important;
    background-color: #ff4800;
    border-radius: 20px;
    width: 100%;
    padding: 0.3rem 1.5rem;
    margin-bottom: 0;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    font-family: "Avenir Next Variable";
}

.trash-circle-bg {
    color: #fac9cb;
}

.trash-group {
    font-size: 0.9rem !important;
    margin-top: 1rem;
}

/* Final Checkout page */
/* #checkout-page {
  padding: 3rem 0;
} */

.checkout-items-text {
    color: #7b44ca;
    font-weight: bold;
    font-family: "Avenir Next Variable";
}

.checkout-items-light {
    color: #7b44ca;
    font-weight: 300;
    font-family: "Avenir Next Variable";
}

.checkout-items-light a {
    text-decoration: none;
    color: #7b44ca;
}

.checkout-cart-count {
    position: absolute;
    left: 70px;
    top: 0px;
}

.checkout-items-thumbnail {
    width: 85px;
    height: 85px;
    object-fit: contain;
}

.items-name {
    display: block;
    margin-top: 1rem;
    font-size: 0.9rem;
}

.apply-voucher-input {
    padding: 1.5rem 1.5rem;
    border-radius: 50px;
    width: 60%;
    font-family: "Avenir Next Variable";
    font-weight: 500;
}

.apply-voucher-input::placeholder {
    font-family: "Avenir Next Variable";
}

.apply-voucher-btn {
    background-color: #ff4800;
    color: #fff;
    padding: 0.5rem 2rem;
    border-radius: 50px;
    font-family: "Avenir Next Variable";
}

.checkout-blue {
    background-color: #f8eaff;
    padding: 3rem 6rem;
}

.checkout-pink {
    background-color: #fac9cb;
    padding: 3rem 6rem;
}

.checkout-input {
    padding: 1.5rem 1.5rem;
    border: none;
    border-radius: 50px;
    width: 100%;
    font-family: "Avenir Next Variable";
    font-weight: 500;
    padding-left: 30px;
}

.checkout-input-select {
    padding: 0.8rem 1.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Products */

#product {
    padding: 5rem 0;
}

.product-instructions {
    color: #622171;
    font-weight: bold;
    font-family: "Avenir Next Variable";
}

.product-para {
    color: #622171;
    font-family: "Avenir Next Variable";
}

.product-instructions-wrapper {
    padding: 0.75rem 0;
}

.product-img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.chefrecipe-img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.category-label {
    border-color: #622171;
    color: #622171;
    border-radius: 40px;
    border: 1px solid;
    padding: 0.25rem 1.5rem;
    font-size: 1.5rem;
}

.product-title {
    font-size: 30px;
    color: #622171;
    font-family: "Avenir Next Variable";
    font-weight: bold;
    width: 70%;
}

.product-pricing {
    background-color: #ff4800;
    border-radius: 20px;
    padding: 0.3rem 1.5rem;
    margin-bottom: 0;
    color: #fff;
    display: inline;
    font-weight: bold;
    font-family: "Avenir Next Variable";
    font-size: 1.35rem;
}

.video-title-1,
.video-title-2 {
    color: #3c7500;
    font-family: "Avenir Next Variable";
    font-weight: bold;
}

.video-title-1 {
    font-size: 5rem;
}

.video-title-2 {
    font-size: 6rem;
}

.custom-product-select {
    margin-top: 1.25rem;
    margin-bottom: 0.75rem;
}

.custom-product-select-sizing {
    width: 50%;
}

.product-table {
    color: #622171;
    font-family: "Avenir Next Variable";
}

.product-table-sizing {
    width: 15%;
}

.product-videos {
    height: 100rem;
}

.text-purple {
    color: #622171;
}

.table th,
.table td {
    padding: 0.35rem;
}

/* Reverse Health */

#youtube-video {
    padding: 10rem 0 5rem 0;
    background-color: #fbcacc;
    position: relative;
    z-index: 20;
}

.yt-vid-sizing {
    padding-left: 2rem;
}

.reverse-health-banner {
    width: 100%;
    height: auto;
    max-width: 70%;
    position: absolute;
    right: 0;
    top: 0;
}

.rh-zindex {
    z-index: 999;
}

#highlight-topics {
    padding: 5rem 0;
    background-color: #f0dfff;
    position: relative;
    z-index: 10;
}

.highlight-banner {
    width: 100%;
    height: auto;
    max-width: 60%;
    right: 0;
    top: 0;
    margin-top: -10.5%;
}

#gallery {
    background-color: #f0dfff;
    padding-bottom: 5rem;
}

.highlight-titles {
    font-family: butlerbold;
    color: #622171;
}

/* Longetivity Podcast */

#longetivity-podcast {
    padding: 5rem 0;
    background-color: #ffffb5;
    position: relative;
    z-index: 20;
}

#meet-speakers {
    background-image: url(/assets/images/education/longetivity/bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 100px;
    padding: 5rem 0;
}

.longetivity-banner {
    max-width: 100%;
    position: absolute;
}

.longetivity-margin {
    margin-top: 10rem;
}

.longetivity-wrapper {
    padding: 0 7.5rem;
}

.podcast-para {
    font-size: 1.1rem;
}

.meet-speakers-name {
    font-family: butlerbold;
    font-size: 35px;
    color: #622171;
    margin-bottom: 0;
}

@media (min-width: 1536px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        width: 16vw;
    }

    .navbar-expand-lg .navbar-nav .second-layer-dropdown {
        min-width: 0 !important;
        width: auto !important;
        max-width: 435px;
        white-space: normal;
        word-break: break-word;
    }

    .navbar .nav-container {
        max-width: 100%;
    }

    .navbar-nav .nav-item .nav-link {
        margin-left: -3px;
        font-size: 20px;
    }

    .navbar-nav .nav-item .nav-link-custom {
        margin-left: -7px;
        font-size: 19px;
    }

    .navbar-nav .nav-item .login_class {
        padding: 0 0 0 16px;
    }
}

@media (min-width: 1200px) {
    .position-xl-static {
        position: static !important;
    }

    .position-xl-relative {
        position: relative !important;
    }

    .position-xl-absolute {
        position: absolute !important;
    }

    .position-xl-fixed {
        position: fixed !important;
    }

    .position-xl-sticky {
        position: sticky !important;
    }

    .speaker-photo {
        top: -6%;
        left: var(--speaker-left);
        right: var(--speaker-right);
    }

    /* Our Chef Recipe */
    .chefrecipe_width_and_high_auto_mobile_response {
        height: 150px;
        width: 220px;
        object-fit: cover;
    }
}

.speaker-bg {
    background-image: var(--speaker-bg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    font-family: "nilland-smallcapsregular";
}

.speaker-div {
    position: relative;
    height: var(--speaker-height);
}

.speaker-wrapper {
    position: absolute;
    width: 85%;
    display: block;
    margin: 0 50px;
    top: 70px;
    text-align: left;
}

.podcast-btn {
    background-color: #fff;
    color: #622171;
    border-radius: 20px;
    width: 100%;
    font-size: 1.2rem;
    padding: 0.4rem 2.5rem;
    margin-bottom: 0;
    display: inline;
    font-weight: bold;
    font-family: "Avenir Next Variable";
}

.live-icon {
    display: inline;
    width: 100%;
    height: auto;
    max-width: 45px;
    margin-left: 0.5rem;
}

#about-organizer {
    background-color: #f0dfff;
    padding: 5rem 0;
}

.about-bg {
    background-image: url(/assets/images/education/longetivity/about-us.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 550px !important;
    font-family: "nilland-smallcapsregular";
}

.about-wrapper {
    position: relative;
    width: 550px;
    display: block;
    margin: 0 auto;
    top: 130px;
    text-align: left;
}

/* Standalone Pages (Privacy Policy, etc) */

#refund-policy {
    /* padding: 5rem 0; */
}

.policy-content {
    font-family: "Avenir Next Variable";
    font-weight: bold;
    color: #622171;
}

.policy-content ol {
    padding-left: 15px;
}

.policy-content ol li,
.policy-content ul li {
    margin-bottom: 1.5rem;
}

.profile-voucher-card {
    border: none !important;
    border-radius: 25px !important;
    box-shadow: 3px 3px 7px #b09cec !important;
}

.profile-address-card {
    border: none !important;
    border-radius: 25px !important;
    box-shadow: 3px 3px 7px #b09cec !important;
}

.border-none {
    border: none !important;
}

.profile-bg {
    background-color: #ffffb8;
}

.profile-sidemenu-container {
    background-color: #ffffb8;
    min-height: 50vh;
}

.profile-sidemenu-container .card {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: none;
    padding-left: 5rem;
    text-align: center;
}

.profile-detail-container {
    padding-left: 3rem;
    min-height: 60vh !important;
}

.profile-sidemenu-container .sidemenu-items hr {
    background-color: #7b44ca !important;
}

.profile-sidemenu-container .sidemenu-items {
    margin: 1rem auto;
    padding: 0;
    list-style: none;
    color: #7b44ca;
    font-weight: bold;
    font-size: 1.2rem;
}

.profile-sidemenu-container .sidemenu-items li.sidemenu-item {
    text-decoration: none;
    padding: 0.5rem 0;
}

.profile-sidemenu-container .sidemenu-items li.sidemenu-item > a {
    color: var(--black);
    text-decoration: none;
}

.profile-sidemenu-container .sidemenu-items li.sidemenu-item > a:hover {
    text-decoration: none;
    border-bottom: 2px solid var(--black);
}

.profile-sidemenu-container .sidemenu-items li.sidemenu-item.active {
    color: white;
    padding: 10px 30px;
    background-color: #b09cec;
    border-radius: 25px;
}

.profile-detail-container .table thead th {
    border-bottom: 2px solid #b09cec !important;
    border-top: none;
}

.profile-title-section {
    display: flex;
    align-items: center;
    color: grey;
    font-weight: bold;
    font-size: 2rem;
}

.profile-title-section span {
    padding: 0px 30px 0px 0px;
}

.profile-title-section .line {
    flex-grow: 1;
    height: 1px;
    background-color: #7b44ca;
    margin: 0 10px;
}

.referral-append-input {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: none;
}

.profile-orange-btn {
    padding-left: 100px;
    padding-right: 100px;
    background-color: #ff4800;
    color: white;
    border-radius: 25px;
}

.profile-orange-btn:hover {
    color: white;
}

.profile-detail-container label {
    font-weight: bold;
    color: grey;
}

.custom-paginate .page-item.active .page-link {
    /* text-decoration: underline;
    background-color: white;
    color: black; */
    color: white;
    background-color: #7b44ca;
    border-color: #7b44ca;
    border-radius: 7px;
}

.product-add-to-cart-btn,
.add-to-cart-btn {
    background-color: #ff4800;
    color: white;
    border-radius: 25px;
    font-weight: bold;
    font-family: "Avenir Next Variable";
}

.product-add-to-cart-btn:hover,
.add-to-cart-btn:hover {
    background-color: #ff4800;
    color: white;
}

/* .address_book {
    border: 2px solid lightgrey;
    border-radius: 10px;
    color: grey;
    background-color: white;
} */

.address_book.active {
    /* border-color: #7b44ca !important; */
    color: white;
    background-color: #7b44ca;
}

.address_book.active:hover {
    background-color: transparent;
    color: #ffc72a;
}

.purple {
    color: #7b44ca;
}

.phone-prefix-select {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border: none;
    padding-left: 1.5rem;
}

.phone-number-input {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: none;
    padding: 1.5rem 1.5rem;
}

#loyalty-program {
    background-color: #f0dfff;
    background-image: url(/assets/images/loyalty/BG-dot-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}

.card-col {
    transform: translate(-3%, -27%);
    width: 40vw;
    min-width: 260px;
}

.loyalty-desc {
    color: #622171;
    font-weight: bold;
    font-size: 2rem;
}

.loyalty-card {
    border-radius: 25px !important;
    border: none;
}

.loyalty-card-header {
    color: #622171;
    font-size: 1.5rem;
    font-weight: bold;
    padding-top: 1.5rem;
}

.loyalty-card hr {
    background-color: #7b44ca !important;
}

.loyalty-card .first-col {
    color: #622171;
    font-weight: bold;
    font-family: butlerbold;
}

.first-col-number {
    width: 60px !important;
}

.first-col-image {
    width: 250px !important;
}

.other-column {
    color: rgb(61, 61, 61);
    font-size: 1.2rem;
    border-left: 1.5px solid #7b44ca;
}

.other-column .point {
    color: #622171;
    font-weight: bold;
}

.other-column p {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}

.loyalty-earn-title {
    position: absolute;
    top: 0;
    z-index: 100000;
    border-radius: 25px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ff6e54;
    color: white;
    font-size: 2rem;
    text-align: center;
    width: 50%;
    font-weight: bold;
}

.yellow-bg {
    background-color: #ffffb8;
    padding-top: 7rem;
    padding-bottom: 7rem;
    background-image: url(/assets/images/loyalty/BG-dot-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.loyalty-redeem-card {
    background-color: transparent;
    border-radius: 45px;
    border-style: dashed;
    border-width: 7px;
    border-color: #ffb1a6;
}

.loyalty-redeem-icon {
    width: 80px !important;
    height: auto;
}

.loyalty-point {
    font-size: 4.5rem !important;
    color: #622171;
    font-weight: bold;
    font-family: butlerbold;
}

.loyalty-redeem-desc {
    color: rgb(61, 61, 61) !important;
    font-size: 1.7rem;
}

.loyalty-redeem-image {
    width: 100%;
    height: auto;
    max-width: 500px;
}

/* Style for active dropdown item */
.dropdown .dropdown-menu {
    border-radius: 0;
}

.dropdown .nav-link-custom {
    text-decoration: none;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
    color: #000;
    font-weight: bold;
}

.dropdown-item.active {
    background-color: #f8f9fa;
    color: #000;
    font-weight: bold;
}

/* ---------------------------------------------------
  MEDIA XXL Screens (1440 - 1599)
  ----------------------------------------------------- */

@media only screen and (min-width: 1440px) and (max-width: 1599.98px) {
    .contact-kv {
        width: 90%;
        left: -50px;
    }

    .who-section-two {
        margin-top: 6rem;
    }

    .what-we-do {
        margin-top: -120px;
    }

    .product-table-sizing {
        width: 20%;
    }

    .longetivity-wrapper {
        padding: 5rem 7.5rem;
    }

    .longetivity-banner {
        top: 5%;
    }
}

.loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(240, 238, 238, 0.5) no-repeat center center;
    z-index: 10000;
}

.card-loader {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 250px;
}

.product-price .grey-price {
    color: #858585;
    text-decoration: line-through;
}

.line-through {
    text-decoration: line-through !important;
}

.text-deco-none {
    text-decoration: none !important;
}

.orange-price {
    color: #f95339 !important;
    text-decoration: none;
}

/* Our Chef Recipe */
.chefrecipe_width_and_high_auto_mobile_response {
    height: 150px;
    width: 220px;
    object-fit: cover;
}

/* ---------------------------------------------------
  MEDIA XL-XXL Screens (1200-1439)
  ----------------------------------------------------- */

@media only screen and (min-width: 1200px) and (max-width: 1439.98px) {
    .navbar .nav-container {
        max-width: 1243px;
    }

    .login-register-wrapper {
        padding: 0 2rem;
    }

    .navbar-nav .nav-item .nav-link {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        font-size: 0.9rem;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }

    .navbar-nav .nav-item .nav-link-custom {
        margin-left: 0.5rem;
        font-size: 0.9rem;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        width: 16vw;
    }

    .navbar-expand-lg .navbar-nav .second-layer-dropdown {
        min-width: 0 !important;
        width: auto !important;
        max-width: 435px;
        white-space: normal;
        word-break: break-word;
    }

    .nav-icons {
        max-width: 22.5px;
    }

    .cart-number {
        padding: 0.2rem 0.3rem;
    }

    .nono-left {
        padding-left: 1rem;
    }

    .left-footer-img,
    .right-footer-img {
        width: 225px;
    }

    #footer-purple {
        padding: 1.5rem 0;
    }

    .who-icon {
        max-width: 150px;
    }

    .who-intro {
        padding: 0 1rem;
        font-size: 1rem;
    }

    #what-we-do {
        margin-top: -130px;
    }

    .founder-msg {
        padding: 0 3rem;
    }

    .founder-para {
        font-size: 1rem;
    }

    .testimonial-first,
    .testimonial-second,
    .testimonial-third {
        height: 500px !important;
    }

    .testimonial-wrapper {
        top: 130px;
    }

    .testimonial-wrapper span {
        font-size: 0.9rem;
    }

    .testimonial-name {
        font-size: 1.2rem !important;
    }

    .product-table-sizing {
        width: 25%;
    }

    .custom-product-select-sizing {
        width: 70%;
    }

    .reverse-health-banner {
        max-width: 55%;
    }

    .proceed-btn-sizing {
        width: 30% !important;
    }

    .longetivity-wrapper {
        padding: 5rem 7.5rem 0 7.5rem;
    }

    .longetivity-banner {
        top: 5%;
    }

    /* Our Chef Recipe */
    .chefrecipe_width_and_high_auto_mobile_response {
        height: 150px;
        width: 220px;
        object-fit: cover;
    }

    .chefrecipe-title {
        font-size: 30px;
        color: #622171;
        font-family: "Avenir Next Variable";
        font-weight: bold;
        text-align: center;
    }

    .recipe-description img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
}

/* ---------------------------------------------------
  MEDIA LG-XL Screens (992-1199)
  ----------------------------------------------------- */

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    h2,
    h1.h2 {
        font-size: 40px;
    }

    .nav-cart-count {
        top: 7.5px;
    }

    .cart-number {
        padding: 0.2rem 0.3rem;
    }

    .nav-logo {
        max-width: 203px;
        margin-left: -25px;
    }

    .navbar-brand {
        display: inline-block;
        padding-top: 0.3125rem;
        padding-bottom: 0.3125rem;
        margin-right: 0;
        font-size: 1.25rem;
        line-height: inherit;
        white-space: nowrap;
    }

    .navbar-nav .nav-item .nav-link {
        margin-left: 0.3rem;
        margin-right: 0.3rem;
        font-size: 0.9rem;
        padding-left: 0.1rem;
        padding-right: 0.1rem;
    }

    .navbar-nav .nav-item .nav-link-custom {
        margin-left: 0.4rem;
        font-size: 0.9rem;
        padding-left: 0.1rem;
        padding-right: 0.1rem;
    }

    .nav-icons {
        max-width: 20.5px;
    }

    .cart-icon-relative {
        top: -1.5px;
    }

    .signature-product-title {
        font-size: 24px;
    }

    .who-icon {
        max-width: 130px;
    }

    .who-intro {
        padding: 0 1rem;
        font-size: 1rem;
    }

    .who-section-two {
        margin-top: 6rem;
    }

    #what-we-do {
        margin-top: -100px;
    }

    #testimonials {
        padding: 10rem 0 5rem;
        background-size: cover;
    }

    .founder-msg {
        padding: 0 3rem;
    }

    .founder-para {
        font-size: 1rem;
    }

    .nono-left {
        padding-left: 1rem;
    }

    .footer-ul-icon {
        max-width: 35px;
    }

    #footer-purple {
        padding: 1.5rem 0;
    }

    .left-footer-img,
    .right-footer-img {
        width: 175px;
    }

    .footer-slogan {
        font-size: 0.9rem;
    }

    .login-card {
        padding: 2rem 1rem;
    }

    .login-register-wrapper {
        padding: 0 2rem;
    }

    .contact-company-icon {
        max-width: 80%;
    }

    .product-table-sizing {
        width: 25%;
    }

    .custom-product-select-sizing {
        width: 70%;
    }

    .yt-vid-sizing {
        padding-left: 1rem;
    }

    .reverse-health-banner {
        max-width: 72.5%;
    }

    .proceed-btn-sizing {
        width: 30% !important;
    }

    .highlight-banner {
        margin-top: -150px;
        max-width: 70%;
    }

    .longetivity-wrapper {
        padding: 5rem 7.5rem 0 7.5rem;
    }

    .longetivity-banner {
        top: 5%;
    }

    #meet-speakers {
        background-size: cover;
    }

    .loyalty-earn-title {
        font-size: 1.7rem;
        width: 60%;
    }

    .video-title-1 {
        font-size: 4rem;
    }

    .video-title-2 {
        font-size: 5rem;
    }

    /* Our Chef Recipe */
    .chefrecipe_width_and_high_auto_mobile_response {
        height: 150px;
        width: 220px;
        object-fit: cover;
    }

    .chefrecipe-title {
        font-size: 30px;
        color: #622171;
        font-family: "Avenir Next Variable";
        font-weight: bold;
        text-align: center;
    }

    .recipe-description img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        width: 100%;
        justify-content: end;
        padding-left: 0;
        padding-right: 21px;
        margin-right: -47px;
    }
}

/* MOBILE NAVBAR */

@media only screen and (max-width: 991.98px) {
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(189, 195, 199, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    nav {
        transform: none;
        position: fixed !important;
        width: 100%;
        background-color: #fff;
        padding: 0 !important;
    }

    .custom-paginate nav {
        position: static !important;
    }

    .close-btn {
        background-color: transparent;
        border: 1px solid transparent;
        text-align: right;
        padding-right: 40px;
    }

    .close-btn i {
        font-size: 20px;
    }

    .navbar-collapse {
        position: absolute;
        background-color: #fcf6ff;
        right: -150px;
        top: 0;
        -webkit-animation: slide-in-right 0.2s forwards;
        animation: slide-in-right 0.2s forwards;
    }

    .mobile-nav-border {
        border-top: 1px solid #7b44ca;
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    @-webkit-keyframes slide-in-right {
        100% {
            right: 0;
        }
    }

    @keyframes slide-in-right {
        100% {
            right: 0;
        }
    }

    .navbar-collapse.collapse,
    .navbar-collapse.collapsing {
        height: 100vh !important;
        width: 350px;
    }

    .collapsing {
        transition: none;
    }

    .navbar-toggler {
        padding: 0.25rem 0;
    }

    .yt-container {
        margin-top: -80px;
    }

    .mobile-reverse {
        margin-top: -15.5%;
        max-width: 100%;
    }

    .filter-accordion-item {
        box-shadow: 0px 3px 10px #a1a1a147;
        background-color: #fff;
        border-radius: 10px;
        padding: 1rem 2rem;
        width: 100%;
        margin-bottom: 1rem;
    }

    .filter-accordion-btn {
        display: inline-block;
        font-weight: 500;
        color: #4d4d4d;
        text-align: left;
        vertical-align: middle;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        margin-right: 1.5rem;
        font-size: 1.1rem;
        padding: 0;
        width: 95%;
        position: relative;
        margin: 0 15px;
    }

    .filter-accordion-btn::after {
        font-family: "FontAwesome";
        content: "\f068";
        float: right;
        color: #622171;
        position: absolute;
        right: -5%;
        top: 0;
    }

    .filter-accordion-btn.collapsed:after {
        content: "\f067";
        color: #622171;
    }

    .profile-sidemenu-container {
        padding-left: 2rem;
    }

    .profile-detail-container {
        padding-left: 0px;
    }

    .profile-sidemenu-container .card {
        padding-left: 0;
    }

    .video-title-1 {
        font-size: 2rem;
    }

    .video-title-2 {
        font-size: 3rem;
    }

    #product {
        padding: 10rem 0;
    }
}

/* ---------------------------------------------------
  MEDIA MD-LG Screens (768-991)
  ----------------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .login-card {
        padding: 2rem 3rem;
    }

    .login-register-wrapper {
        padding: 0 1rem;
    }

    .login-register-border-wrapper {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    }

    .life-sweet-banner {
        max-width: 90%;
    }

    /* Footer & Nav */

    /* .nav-height {
    padding: calc(5rem + 211.5px) 0 5rem 0 !important;
  } */

    /* .nav-height-nopad {
    padding: calc(211.5px) 0 0 0 !important;
  } */

    .right-footer-img,
    .left-footer-img {
        width: 150px;
    }

    .nav-icons {
        max-width: 22.5px;
    }

    .footer-slogan {
        font-size: 1rem;
    }

    .footer-cr {
        font-size: 0.8rem;
    }

    .nono-footer-logo {
        max-width: 175px;
        display: block;
        margin: 0 auto;
    }

    .footer-ul-icon {
        max-width: 40px;
        display: inline-block;
    }

    .nono-footer-flex {
        display: flex;
    }

    .nono-left {
        padding: 1rem 2rem;
    }

    .footer-payment-icon {
        max-width: 80px;
        margin: 0 1rem;
    }

    .footer-icons-alignment {
        text-align: center;
    }

    .nono-footer-block {
        margin-bottom: 0.75rem;
    }

    #footer-layout {
        padding: 3rem 0 1.5rem 0;
    }

    #nav-discount-mobile {
        background-color: #fff09e;
        width: 100%;
        text-align: center;
        padding: 0.75rem 0;
    }

    .nav-timer-colon {
        font-size: 1.5rem;
        position: relative;
        bottom: 30px;
    }

    .nav-timer-numbers {
        border-radius: 10px;
        font-size: 1.25rem;
        padding: 0.1em 0.45rem;
    }

    .nav-timer-indicator {
        margin-top: 0.25rem !important;
    }

    .signature-banner {
        max-width: 100%;
    }

    .signature-product-img {
        max-width: 50%;
    }

    .home-listing-items {
        margin-bottom: 2rem;
    }

    .signature-atc {
        padding: 0.4rem 2rem;
    }

    .who-intro {
        margin-top: 3rem;
        margin-bottom: 2rem;
    }

    .who-icon {
        display: block;
        margin: 0 auto;
        width: 140px;
        padding: 0 0.5rem;
    }

    .who-section-two {
        margin-top: 0;
    }

    #what-we-do {
        margin-top: -50px;
    }

    .founder-pic {
        max-width: 40%;
        display: block;
        margin: 0 auto;
    }

    .founder-para {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .founder-msg {
        padding: 0 2rem;
    }

    .testimonial-first,
    .testimonial-second,
    .testimonial-third {
        height: 450px !important;
    }

    .testimonial-wrapper {
        width: 250px;
        top: 100px;
    }

    .testimonial-wrapper span {
        font-size: 0.8rem;
    }

    .testimonial-name {
        font-size: 1.2rem !important;
    }

    .product-title {
        width: 100%;
    }

    .custom-product-select-sizing {
        width: 70%;
    }

    .yt-vid-sizing {
        padding-left: 15px;
        margin-top: 1rem;
    }

    .reverse-health-banner {
        max-width: 100%;
    }

    .scientist-signature,
    .founder-signature {
        max-width: 50%;
    }

    .science-advisor-margin {
        margin-top: 3rem;
    }

    .proceed-btn-sizing {
        width: 50% !important;
    }

    .cart-items-thumbnail {
        width: 70px;
        height: 70px;
        object-fit: contain;
    }

    .cart-table,
    .cart-descriptions {
        font-size: 90%;
    }

    .qty-sizing input {
        padding: 0;
        font-size: 0.9rem;
    }

    .qty-sizing button {
        font-size: 0.9rem;
        padding: 0;
    }

    .checkout-blue {
        padding: 2rem 3rem;
    }

    .checkout-pink {
        padding: 2rem 3rem;
    }

    .highlight-banner {
        margin-top: -125px;
        max-width: 100%;
    }

    .longetivity-wrapper {
        padding: 5rem 2.5rem 0 2.5rem;
    }

    .longetivity-banner {
        position: relative;
    }

    .longetivity-margin {
        margin-top: -50px;
    }

    .speaker-profile {
        max-width: 350px;
        display: block;
        margin: 0 auto;
    }

    #meet-speakers {
        background-size: cover;
    }

    .card-col {
        top: -40px;
    }

    .loyalty-desc {
        font-size: 1.5rem;
    }

    .loyalty-earn-title {
        font-size: 1.7rem;
        width: 70%;
    }

    .other-column {
        border-left: none;
    }

    .loyalty-redeem-image {
        max-width: 300px;
    }

    .loyalty-point {
        font-size: 3.5rem !important;
    }

    .loyalty-redeem-desc {
        font-size: 1.5rem;
    }

    .video-title-1 {
        font-size: 3rem;
    }

    .video-title-2 {
        font-size: 4rem;
    }

    /* Our Chef Recipe */
    .chefrecipe_width_and_high_auto_mobile_response {
        height: 150px;
        width: 220px;
        object-fit: cover;
        padding-right: 20px;
    }

    .chefrecipe-title {
        font-size: 30px;
        color: #622171;
        font-family: "Avenir Next Variable";
        font-weight: bold;
        width: 100%;
        text-align: center;
        margin-top: -50px;
    }

    .recipe-description img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
}

/* ---------------------------------------------------
  MEDIA SM-MD Screens (600-767)
  ----------------------------------------------------- */

@media only screen and (min-width: 600px) and (max-width: 767.98px) {
    h2,
    h1.h2 {
        font-size: 35px;
    }

    /* Login Page */

    .login-card {
        padding: 2rem 3rem;
    }

    .login-register-wrapper {
        padding: 0 1rem;
    }

    .login-register-border-wrapper {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    }

    .life-sweet-banner {
        max-width: 90%;
    }

    .vm-image {
        max-width: 70%;
        display: block;
        margin: 0 auto;
    }

    /* Footer & Nav */

    /* .nav-height {
    padding: calc(5rem + 211.5px) 0 5rem 0 !important;
  } */

    /* .nav-height-nopad {
    padding: calc(211.5px) 0 0 0 !important;
  } */

    .right-footer-img,
    .left-footer-img {
        width: 100px;
    }

    .nav-icons {
        max-width: 22.5px;
    }

    .footer-slogan {
        font-size: 1rem;
    }

    .footer-cr {
        font-size: 0.8rem;
    }

    .nono-footer-logo {
        max-width: 175px;
        display: block;
        margin: 0 auto;
    }

    .footer-ul-icon {
        max-width: 40px;
        display: inline-block;
    }

    .nono-footer-flex {
        display: flex;
    }

    .nono-left {
        padding: 1rem 2rem;
    }

    .footer-payment-icon {
        max-width: 80px;
        margin: 0 1rem;
    }

    .footer-icons-alignment {
        text-align: center;
    }

    .nono-footer-block {
        margin-bottom: 0.75rem;
    }

    #footer-layout {
        padding: 3rem 0 1.5rem 0;
    }

    #footer-purple {
        padding: 1.5rem 0;
    }

    #nav-discount-mobile {
        background-color: #fff09e;
        width: 100%;
        text-align: center;
        padding: 0.75rem 0;
    }

    .nav-timer-colon {
        font-size: 1.5rem;
        position: relative;
        bottom: 30px;
    }

    .nav-timer-numbers {
        border-radius: 10px;
        font-size: 1.25rem;
        padding: 0.1em 0.45rem;
    }

    .nav-timer-indicator {
        margin-top: 0.25rem !important;
    }

    /* Home */

    .signature-banner {
        max-width: 100%;
    }

    .signature-product-img {
        max-width: 50%;
    }

    .home-listing-items {
        margin-bottom: 2rem;
    }

    .signature-atc {
        padding: 0.4rem 2rem;
    }

    .who-intro {
        margin-top: 3rem;
        margin-bottom: 2rem;
    }

    .who-icon {
        display: block;
        margin: 0 auto;
        width: 140px;
        padding: 0 0.5rem;
    }

    .who-section-two {
        margin-top: 0;
    }

    #what-we-do {
        margin-top: 5rem;
    }

    .founder-pic {
        max-width: 40%;
        display: block;
        margin: 0 auto;
    }

    .founder-para {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .founder-msg {
        padding: 0 2rem;
    }

    .testimonial-first,
    .testimonial-second,
    .testimonial-third {
        height: 550px !important;
    }

    .testimonial-wrapper {
        width: 300px;
        top: 120px;
    }

    .testimonial-wrapper span {
        font-size: 1.1rem;
    }

    .testimonial-name {
        font-size: 1.4rem !important;
    }

    #testimonials {
        background-image: url(/assets/images/home/testimonial-bg-mobile.png);
    }

    .product-title {
        width: 100%;
    }

    .custom-product-select-sizing {
        width: 100%;
    }

    .product-table-sizing {
        width: 25%;
    }

    .yt-vid-sizing {
        padding-left: 15px;
        margin-top: 1.5rem;
    }

    .science-advisor-margin {
        margin-top: 3rem;
        margin-bottom: 5rem;
    }

    .proceed-btn-sizing {
        width: 50% !important;
    }

    .cart-items-thumbnail {
        width: 70px;
        height: 70px;
    }

    .cart-table,
    .cart-descriptions {
        font-size: 80%;
    }

    .qty-sizing input {
        padding: 0 0.5rem;
        font-size: 0.8rem;
    }

    .qty-sizing button {
        font-size: 0.8rem;
        padding: 0;
    }

    .checkout-blue {
        padding: 2rem 3rem;
    }

    .checkout-pink {
        padding: 2rem 3rem;
    }

    .highlight-banner {
        margin-top: -125px;
        max-width: 100%;
    }

    .longetivity-wrapper {
        padding: 5rem 2.5rem 0 2.5rem;
    }

    .longetivity-banner {
        position: relative;
    }

    .longetivity-margin {
        margin-top: -50px;
    }

    .about-bg {
        background-image: url(/assets/images//education/longetivity/about-us-mobile.png);
        height: 600px !important;
    }

    #about-organizer {
        padding: 2.5rem 0;
    }

    .about-wrapper {
        width: 400px;
        padding: 0 1.5rem;
        font-size: 0.9rem;
    }

    .about-wrapper > h1 {
        margin-bottom: 0.5rem;
    }

    .speaker-profile {
        max-width: 300px;
        display: block;
        margin: 0 auto;
    }

    .speaker-wrapper {
        margin: 0 30px;
        font-size: 0.9rem;
    }

    #meet-speakers {
        background-size: cover;
    }

    .card-col {
        top: 0px;
    }

    .loyalty-desc {
        font-size: 1.5rem;
    }

    .loyalty-earn-title {
        font-size: 1.7rem;
        width: 70%;
    }

    .other-column {
        border-left: none;
    }

    .loyalty-redeem-image {
        max-width: 300px;
    }

    .loyalty-point {
        font-size: 3rem !important;
    }

    .loyalty-redeem-desc {
        font-size: 1.4rem;
    }

    /* Our Chef Recipe */
    .chefrecipe_width_and_high_auto_mobile_response {
        height: auto;
        width: 100%;
        object-fit: cover;
    }

    .chefrecipe-title {
        font-size: 30px;
        color: #622171;
        font-family: "Avenir Next Variable";
        font-weight: bold;
        width: 100%;
        text-align: center;
        margin-top: -50px;
    }
}

/* ---------------------------------------------------
  MEDIA XS-SM Screens (0-599)
  ----------------------------------------------------- */

@media only screen and (max-width: 599.98px) {
    h2,
    h1.h2 {
        font-size: 30px;
    }

    /* Login Page */

    .login-card {
        padding: 2rem 3rem;
    }

    .login-register-wrapper {
        padding: 0 1rem;
    }

    .login-register-border-wrapper {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    }

    .life-sweet-banner {
        max-width: 90%;
    }

    .vm-image {
        max-width: 70%;
        display: block;
        margin: 0 auto;
    }

    /* Footer & Nav */

    /* .nav-height {
    padding: calc(5rem + 197px) 0 5rem 0 !important;
  } */

    /* .nav-height-nopad {
    padding: calc(197px) 0 0 0 !important;
  } */

    .right-footer-img,
    .left-footer-img {
        width: 50px;
    }

    .nav-icons {
        max-width: 22.5px;
    }

    .footer-slogan {
        font-size: 1rem;
    }

    .footer-cr {
        font-size: 0.8rem;
    }

    .nono-footer-logo {
        max-width: 175px;
        display: block;
        margin: 0 auto;
    }

    .footer-ul-icon {
        max-width: 40px;
        display: inline-block;
    }

    .nono-footer-flex {
        display: flex;
    }

    .nono-left {
        padding: 1rem 2rem;
    }

    .footer-payment-icon {
        max-width: 60px;
        margin: 0 1rem;
    }

    .footer-icons-alignment {
        text-align: center;
    }

    .nono-footer-block {
        margin-bottom: 0.75rem;
    }

    #footer-layout {
        padding: 3rem 0 1.5rem 0;
    }

    #footer-purple {
        padding: 1.5rem 0;
    }

    #nav-discount-mobile {
        background-color: #fff09e;
        width: 100%;
        text-align: center;
        padding: 0.75rem 0;
    }

    .nav-timer-colon {
        font-size: 1.5rem;
        position: relative;
        bottom: 30px;
    }

    .nav-timer-numbers {
        border-radius: 10px;
        font-size: 1.25rem;
        padding: 0.1em 0.45rem;
    }

    .nav-timer-indicator {
        margin-top: 0.25rem !important;
    }

    /* Home */

    .signature-banner {
        max-width: 100%;
    }

    .signature-product-img {
        max-width: 40%;
    }

    .signature-product-wrap {
        height: auto;
    }

    .home-listing-items {
        margin-bottom: 2rem;
    }

    .signature-atc {
        padding: 0.4rem 2rem;
    }

    .who-intro {
        margin-top: 3rem;
        margin-bottom: 2rem;
        padding: 0;
    }

    .who-icon {
        display: block;
        margin: 0 auto;
        width: 140px;
        padding: 0 0.5rem;
    }

    .who-section-two {
        margin-top: 0;
    }

    #what-we-do {
        margin-top: 3rem;
    }

    .founder-pic {
        max-width: 50%;
        display: block;
        margin: 0 auto;
    }

    .founder-para {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .founder-msg {
        padding: 0 2rem;
    }

    .testimonial-first,
    .testimonial-second,
    .testimonial-third {
        height: 550px !important;
    }

    .testimonial-wrapper {
        width: 300px;
        top: 120px;
    }

    .testimonial-wrapper span {
        font-size: 1.1rem;
    }

    .testimonial-name {
        font-size: 1.4rem !important;
    }

    .meet-wrapper {
        padding: 6rem 1.5rem 2rem 1.5rem !important;
    }

    .navbar-collapse.collapse,
    .navbar-collapse.collapsing {
        width: 100%;
    }

    .nav-logo {
        max-width: 160px;
    }

    .nav-container {
        padding: 0 1rem !important;
    }

    #testimonials {
        background-image: url(/assets/images/home/testimonial-bg-mobile.png);
        padding: 7.5rem 0 5rem 0;
    }

    .footer-slogan span {
        margin-left: 1rem;
        white-space: pre;
    }

    .product-title {
        width: 100%;
    }

    .custom-product-select-sizing {
        width: 100%;
    }

    .product-table-sizing {
        width: 32.5%;
    }

    .yt-vid-sizing {
        padding-left: 15px;
        margin-top: 1.5rem;
    }

    .science-advisor-margin {
        margin-top: 3rem;
        margin-bottom: 5rem;
    }

    .proceed-btn-sizing {
        width: 80% !important;
    }

    .cart-items-thumbnail {
        width: 70px;
        height: 70px;
    }

    .cart-table,
    .cart-descriptions {
        font-size: 80%;
    }

    .qty-sizing input {
        padding: 0 0.5rem;
        font-size: 0.8rem;
    }

    .qty-sizing button {
        font-size: 0.8rem;
        padding: 0;
    }

    .checkout-blue {
        padding: 2rem 3rem;
    }

    .checkout-pink {
        padding: 2rem 3rem;
    }

    .continue-shopping {
        margin-top: 3rem;
    }

    .highlight-banner {
        margin-top: -125px;
        max-width: 100%;
    }

    .mobile-reverse {
        margin-top: -120px;
        max-width: 100%;
    }

    .yt-container {
        margin-top: -60px;
    }

    .longetivity-wrapper {
        padding: 3rem 15px 0 15px;
    }

    .longetivity-banner {
        position: relative;
    }

    .longetivity-margin {
        margin-top: -50px;
    }

    .podcast-btn {
        font-size: 0.9rem;
        padding: 0.4rem 0.5rem;
    }

    .live-icon {
        max-width: 30px;
    }

    .about-bg {
        background-image: url(/assets/images//education/longetivity/about-us-mobile.png);
    }

    #about-organizer {
        padding: 2.5rem 0;
    }

    .about-wrapper {
        width: 320px;
        padding: 0 1rem;
        font-size: 0.8rem;
    }

    .about-wrapper > h1 {
        margin-bottom: 0.5rem;
    }

    .speaker-profile {
        max-width: 250px;
        display: block;
        margin: 0 auto;
    }

    #meet-speakers {
        background-size: cover;
    }

    .meet-speakers-name {
        font-size: 1.2rem;
    }

    .speaker-wrapper {
        margin: 0 20px;
        font-size: 0.8rem;
    }

    .product-listing-main-title {
        padding: 0.3rem 4.5rem;
        font-size: 1.2rem;
    }

    .card-col {
        top: 0px;
    }

    .loyalty-desc {
        font-size: 1.2rem;
    }

    .loyalty-earn-title {
        font-size: 1.4rem;
        width: 90%;
    }

    .other-column {
        border-left: none;
    }

    .loyalty-redeem-image {
        max-width: 300px;
    }

    .loyalty-point {
        font-size: 2rem !important;
    }

    .loyalty-redeem-desc {
        font-size: 1rem;
    }

    /* Our Chef Recipe */
    .chefrecipe_width_and_high_auto_mobile_response {
        height: auto;
        width: 100%;
        object-fit: cover;
    }

    .chefrecipe-title {
        font-size: 30px;
        color: #622171;
        font-family: "Avenir Next Variable";
        font-weight: bold;
        width: 100%;
        text-align: center;
        margin-top: -50px;
    }

    .recipe-description img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
}
