@charset "UTF-8";

.h1,
.h2,
.h3,
.h4 {
    font-weight: var(--h-font-weight, 700);
    line-height: 1.2;
    margin-bottom: 0;
    text-align: center
}

.h1 {
    font-size: var(--h1-font-size-mobile, 32px);
    font-weight: var(--h1-font-weight, var(--h-font-weight, 700))
}

@media (min-width:768px) {
    .h1 {
        font-size: var(--h1-font-size-desktop, 48px)
    }
}

.h2 {
    font-size: var(--h2-font-size-mobile, 24px)
}

@media (min-width:768px) {
    .h2 {
        font-size: var(--h2-font-size-desktop, 32px)
    }
}

.h3 {
    font-size: var(--h3-font-size-mobile, 20px)
}

@media (min-width:768px) {
    .h3 {
        font-size: var(--h3-font-size-desktop, 24px)
    }
}

.h4 {
    font-size: var(--h4-font-size-mobile, 16px)
}

@media (min-width:768px) {
    .h4 {
        font-size: var(--h4-font-size-desktop, 18px)
    }
}

.p {
    font-size: var(--p-font-size-mobile, 16px);
    line-height: 1.5;
    margin-bottom: 0
}

@media (min-width:768px) {
    .p {
        font-size: var(--p-font-size-desktop, 16px)
    }
}

.display-5 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.2
}

.display-6 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2
}

.note1 {
    font-size: var(--note1-font-size, 14px);
    font-weight: 600;
    line-height: 1.42
}

.note1,
.note2 {
    margin-bottom: 0
}

.note2 {
    font-size: var(--note2-font-size, 12px);
    font-weight: 400;
    line-height: 1.33
}

@media (min-width:576px) {
    .note1-sm {
        font-size: var(--note1-font-size, 14px);
        font-weight: 600;
        line-height: 1.42;
        margin-bottom: 0
    }

    .note2-sm {
        font-size: var(--note2-font-size, 12px);
        font-weight: 400;
        line-height: 1.33
    }

    .display-1-sm {
        font-size: 5rem
    }

    .display-1-sm,
    .display-2-sm {
        font-weight: 400;
        line-height: 1.2
    }

    .display-2-sm {
        font-size: 5.5rem
    }

    .display-3-sm {
        font-size: 4rem
    }

    .display-3-sm,
    .display-4-sm {
        font-weight: 400;
        line-height: 1.2
    }

    .display-4-sm {
        font-size: 3.5rem
    }

    .display-5-sm {
        font-size: 3rem;
        font-weight: 400;
        line-height: 1.2
    }

    .display-6-sm {
        font-size: 2.5rem;
        font-weight: 600;
        line-height: 1.2
    }
}

@media (min-width:768px) {
    .note1-md {
        font-size: var(--note1-font-size, 14px);
        font-weight: 600;
        line-height: 1.42
    }

    .note2-md {
        font-size: var(--note2-font-size, 12px);
        font-weight: 400;
        line-height: 1.33
    }

    .display-1-md {
        font-size: 5rem
    }

    .display-1-md,
    .display-2-md {
        font-weight: 400;
        line-height: 1.2
    }

    .display-2-md {
        font-size: 5.5rem
    }

    .display-3-md {
        font-size: 4rem
    }

    .display-3-md,
    .display-4-md {
        font-weight: 400;
        line-height: 1.2
    }

    .display-4-md {
        font-size: 3.5rem
    }

    .display-5-md {
        font-size: 3rem;
        font-weight: 400;
        line-height: 1.2
    }

    .display-6-md {
        font-size: 2.5rem;
        font-weight: 600;
        line-height: 1.2
    }
}

@media (min-width:1023px) {
    .note1-lg {
        font-size: var(--note1-font-size, 14px);
        font-weight: 600;
        line-height: 1.42
    }

    .note2-lg {
        font-size: var(--note2-font-size, 12px);
        font-weight: 400;
        line-height: 1.33
    }

    .display-1-lg {
        font-size: 5rem
    }

    .display-1-lg,
    .display-2-lg {
        font-weight: 400;
        line-height: 1.2
    }

    .display-2-lg {
        font-size: 5.5rem
    }

    .display-3-lg {
        font-size: 4rem
    }

    .display-3-lg,
    .display-4-lg {
        font-weight: 400;
        line-height: 1.2
    }

    .display-4-lg {
        font-size: 3.5rem
    }

    .display-5-lg {
        font-size: 3rem;
        font-weight: 400;
        line-height: 1.2
    }

    .display-6-lg {
        font-size: 2.5rem;
        font-weight: 600;
        line-height: 1.2
    }
}

@media (min-width:1400px) {
    .note1-xl {
        font-size: var(--note1-font-size, 14px);
        font-weight: 600;
        line-height: 1.42
    }

    .note2-xl {
        font-size: var(--note2-font-size, 12px);
        font-weight: 400;
        line-height: 1.33
    }

    .display-1-xl {
        font-size: 5rem
    }

    .display-1-xl,
    .display-2-xl {
        font-weight: 400;
        line-height: 1.2
    }

    .display-2-xl {
        font-size: 5.5rem
    }

    .display-3-xl {
        font-size: 4rem
    }

    .display-3-xl,
    .display-4-xl {
        font-weight: 400;
        line-height: 1.2
    }

    .display-4-xl {
        font-size: 3.5rem
    }

    .display-5-xl {
        font-size: 3rem;
        font-weight: 400;
        line-height: 1.2
    }

    .display-6-xl {
        font-size: 2.5rem;
        font-weight: 600;
        line-height: 1.2
    }
}

.btn {
    font-size: var(--btn-font-size, 16px);
    font-weight: 800;
    line-height: 1.6;
    padding: var(--btn-padding, 10px 20px);
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s ease
}

@media (max-width:1022.98px) {
    .btn {
        font-size: var(--btn-font-size-mobile, var(--btn-font-size, 16px))
    }
}

.btn.btn-primary {
    background: #0fd13d;
    border: 0;
    box-shadow: none;
    color: #fff;
    outline: none;
    transition: all .3s ease-in-out
}

.btn.btn-primary:hover {
    box-shadow: 0 .2rem .2rem rgba(0, 0, 0, .5);
    color: var(--btn-color-primary-hover, #fff);
    filter: brightness(90%)
}

.btn.btn-secondary {
    background: var(--btn-background-primary, #fe5196);
    border: 0;
    box-shadow: none;
    color: var(--btn-color-secondary-hover, #fff);
    outline: none;
    transition: all .3s ease-in-out
}

.btn.btn-secondary:hover {
    box-shadow: 0 .2rem .2rem rgba(0, 0, 0, .5);
    color: var(--btn-color-secondary-hover, #fff);
    filter: brightness(90%)
}

.btn.btn-black {
    background-color: #000;
    border: 0;
    box-shadow: none;
    color: #fff
}

.btn.btn-black:hover {
    background-color: #000;
    border-color: #000
}

.btn.btn-black.focus,
.btn.btn-black:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5)
}

.btn.btn-black.disabled,
.btn.btn-black.focus,
.btn.btn-black:disabled,
.btn.btn-black:focus,
.btn.btn-black:not(:disabled):not(.disabled).active,
.btn.btn-black:not(:disabled):not(.disabled):active,
.show>.btn.btn-black.dropdown-toggle {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.btn.btn-black:not(:disabled):not(.disabled).active:focus,
.btn.btn-black:not(:disabled):not(.disabled):active:focus,
.show>.btn.btn-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5)
}

.btn.btn-black:hover {
    color: #fff
}

.btn.btn-white {
    background-color: #fff;
    border: 0;
    box-shadow: none;
    color: #333;
    color: #000
}

.btn.btn-white.focus,
.btn.btn-white:focus,
.btn.btn-white:hover {
    background-color: #ececec;
    border-color: #e6e6e6;
    color: #333
}

.btn.btn-white.focus,
.btn.btn-white:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 88%, .5)
}

.btn.btn-white.disabled,
.btn.btn-white:disabled {
    background-color: #fff;
    border-color: #fff;
    color: #333
}

.btn.btn-white:not(:disabled):not(.disabled).active,
.btn.btn-white:not(:disabled):not(.disabled):active,
.show>.btn.btn-white.dropdown-toggle {
    background-color: #e6e6e6;
    border-color: #dfdfdf;
    color: #333
}

.btn.btn-white:not(:disabled):not(.disabled).active:focus,
.btn.btn-white:not(:disabled):not(.disabled):active:focus,
.show>.btn.btn-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 88%, .5)
}

.btn.btn-white:hover {
    color: #000
}

.btn.btn-blue {
    background-color: #0038ff;
    border: 0;
    color: #fff
}

.btn.btn-blue.focus,
.btn.btn-blue:focus,
.btn.btn-blue:hover {
    background-color: #0030d9;
    border-color: #002dcc
}

.btn.btn-blue.focus,
.btn.btn-blue:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 86, 255, .5);
    color: #fff
}

.btn.btn-blue.disabled,
.btn.btn-blue:disabled {
    background-color: #0038ff;
    border-color: #0038ff;
    color: #fff
}

.btn.btn-blue:not(:disabled):not(.disabled).active,
.btn.btn-blue:not(:disabled):not(.disabled):active,
.show>.btn.btn-blue.dropdown-toggle {
    background-color: #002dcc;
    border-color: #002abf;
    color: #fff
}

.btn.btn-blue:not(:disabled):not(.disabled).active:focus,
.btn.btn-blue:not(:disabled):not(.disabled):active:focus,
.show>.btn.btn-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 86, 255, .5)
}

.btn.btn-blue:hover {
    color: #fff
}

.btn.btn-medium {
    max-width: var(--btn-width-medium, 315px);
    width: 100%
}

.btn:hover {
    box-shadow: var(--btn-box-shadow-primary-hover, 0 .7rem .7rem rgba(0, 0, 0, .5))
}

.btn--no-transform {
    text-transform: unset
}

.btn-group-toggle-active .active {
    display: none
}

.footer {
    background: #313233;
    color: #fff;
    padding: 50px 0 20px;
    text-align: left
}

.footer--huusk {
    background: #000
}

.footer--melzu .footer__logo {
    max-width: 130px
}

.footer__logo {
    margin-bottom: 30px;
    max-width: 190px;
    width: 100%
}

.footer__title {
    color: #fff;
    font-size: 18px;
    font-weight: 400
}

.footer__list {
    list-style: none !important;
    margin-bottom: 30px;
    margin-top: 15px;
    padding: 0
}

.footer__list-item {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 0
}

.footer__list-item a,
.footer__list-item a:hover,
.footer__list-item a:visited {
    color: inherit;
    text-decoration: none !important
}

.footer__list-item p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0
}

.footer__list-item--contact {
    align-items: center;
    display: flex
}

.footer__copy {
    background: #fff
}

.footer__copy-text {
    font-size: 12px;
    margin: 0
}

@media (max-width:768px) {
    .footer__copy-text {
        margin-bottom: 15px
    }
}

.footer__copy-holder {
    align-items: center;
    color: #4a4a4a;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px
}

@media (min-width:768px) {
    .footer__copy-holder {
        flex-direction: row
    }
}

.footer__contact-icon {
    background-color: #2676f7;
    height: 30px;
    margin-right: 10px;
    width: 30px
}

.footer__contact-icon--mail {
    -webkit-mask: url(/theme/images/footer/emails.svg) no-repeat center;
    mask: url(/theme/images/footer/emails.svg) no-repeat center
}

.footer__contact-icon--phone {
    -webkit-mask: url(/theme/images/footer/phone.svg) no-repeat center;
    mask: url(/theme/images/footer/phone.svg) no-repeat center
}

.footer__contact-icon--time {
    -webkit-mask: url(/theme/images/footer/time.svg) no-repeat center;
    mask: url(/theme/images/footer/time.svg) no-repeat center
}

.footer__contact--enence .footer__contact-icon {
    background: #e12a63
}

.footer__contact--ryoko .footer__contact-icon {
    background: #e76c12
}

.footer__contact--huusk .footer__contact-icon {
    background: #f90
}

.footer__contact--melzu .footer__contact-icon {
    background: #bf73e3
}

.footer__payments-img {
    max-width: 300px
}

.footer--2 {
    background: #313233;
    color: #fff
}

.footer--2 .footer__list-item a,
.footer--2 .footer__list-item a:hover,
.footer--2 .footer__list-item a:visited,
.footer--2 .footer__list-item p,
.footer--2 .footer__title {
    color: #fff
}

blockquote cite {
    color: #666;
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px
}

.flash-sale-banner {
    top: 0;
    z-index: 10
}

.flash-sale-banner p {
    color: #ffeb00
}

.flash-sale-banner a {
    background: #ffeb00;
    max-width: 300px
}

.srb {
    background: linear-gradient(90deg, #28a5ef, #2758fa 67%);
    margin-bottom: -1px;
    top: -1px;
    z-index: 9
}

@media (max-width:575.98px) {
    .srb {
        background: linear-gradient(90deg, #28a5ef, #2758fa 67%)
    }
}

.srb__holder {
    padding: 15px 0
}

@media (max-width:575.98px) {
    .srb__holder {
        padding: 10px 0
    }
}

.srb--christmas .srb__holder {
    padding: 15px 0 20px
}

.srb__img {
    max-width: 180px;
    min-width: 100px;
    width: 25%
}

.srb__btn,
.srb a {
    z-index: 11
}

.srb__btn {
    background: #fe346e;
    color: #fff;
    max-width: 300px
}

@media (min-width:1023px) {
    .srb__btn {
        max-width: 350px
    }
}

.srb__btn:active,
.srb__btn:hover {
    color: #fff
}

@media (max-width:575.98px) {
    .srb__btn {
        background: #fe346e;
        min-width: 190px
    }

    .srb__btn,
    .srb__btn:active,
    .srb__btn:hover {
        color: #fff
    }
}

.limited-time-promo {
    background: linear-gradient(90deg, #28a5ef, #2758fa 67%)
}

.limited-time-promo--black {
    background: #000;
    color: #fff
}

.limited-time-promo--green {
    background: #0ed13d
}

.top-promo {
    background: #0097fe;
    color: #fff
}

.top-promo span {
    font-weight: 700;
    text-transform: uppercase
}

.top-promo span:nth-child(2) {
    font-weight: 700;
    text-decoration: underline
}

.upsell-steps {
    padding: 3px 0
}

.upsell-steps__step {
    background: #f1f1f1;
    -webkit-clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 5% 50%, 0 0);
    clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 5% 50%, 0 0);
    color: #b1b1b1;
    transform: scaleX(1.03)
}

.upsell-steps__step:last-child {
    -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 5% 50%, 0 0);
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 5% 50%, 0 0)
}

.upsell-steps__step--completed,
.upsell-steps__step:first-child {
    background: #0097fe
}

.upsell-steps__step:first-child {
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
    clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%)
}

.upsell-steps__number {
    border: 1px solid #b1b1b1;
    border-radius: 100px;
    color: #b1b1b1;
    height: 20px;
    width: 20px
}

.upsell-steps__step--completed .upsell-steps__number {
    background: #fff;
    border: unset;
    color: #0097fe
}

.nav {
    background: linear-gradient(90deg, #28a5ef, #2758fa 67%);
    padding: 10px 0;
    width: 100%
}

.nav--legacy .nav__items--mobile.show {
    display: flex !important
}

@media (min-width:1024px) {
    .nav--legacy .nav__items--mobile.show {
        display: none !important
    }
}

.nav--legacy .nav__items--mobile:not(.show) {
    display: none !important
}

.nav--absolute {
    position: absolute;
    top: 0;
    z-index: 2
}

.nav--absolute:not(.nav--opened) {
    background: transparent !important
}

.nav--absolute:not(.nav--opened) .nav__item--btn {
    background: #fff
}

.nav--absolute.nav--opened .nav__item:not(.nav__item--btn),
.nav--absolute:not(.nav--opened) .nav__item:not(.nav__item--btn) {
    color: inherit
}

.nav--opened {
    background: linear-gradient(90deg, #28a5ef, #2758fa 67%)
}

.nav--white {
    background: #fff
}

.nav--white .nav__item:not(.nav__item--btn) {
    color: #000
}

.nav--white .nav__item--btn {
    background: #0fd13d
}

.nav--white .nav__toggle-row {
    background: #000
}

.nav--white .nav__toggle-close svg {
    fill: #000
}

.nav--cool-hover .nav__item:not(.nav--cool-hover .nav__item--btn) {
    color: #fff;
    position: relative;
    transition: color .23s ease-in-out
}

.nav--cool-hover .nav__item:not(.nav--cool-hover .nav__item--btn):after {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%) scaleY(2);
    transition: width .23s ease-in-out;
    width: 0;
    z-index: -1
}

.nav--cool-hover .nav__item:not(.nav--cool-hover .nav__item--btn):hover {
    color: #fff
}

.nav--cool-hover .nav__item:not(.nav--cool-hover .nav__item--btn):hover:after {
    width: 110%
}

.nav--2 {
    background: #fff
}

.nav--2 .nav__item,
.nav--2 .nav__item:focus,
.nav--2 .nav__item:hover,
.nav--2 .nav__item:visited {
    color: #fff
}

.nav--2 .nav__item--btn {
    background-color: #fff;
    border-color: transparent;
    color: #333;
    color: #fff;
    font-weight: 400
}

.nav--2 .nav__item--btn.focus,
.nav--2 .nav__item--btn:focus,
.nav--2 .nav__item--btn:hover {
    background-color: #ececec;
    border-color: transparent;
    color: #333
}

.nav--2 .nav__item--btn.focus,
.nav--2 .nav__item--btn:focus {
    box-shadow: 0 0 0 .2rem rgba(51, 51, 51, .5)
}

.nav--2 .nav__item--btn.disabled,
.nav--2 .nav__item--btn:disabled {
    background-color: #fff;
    border-color: transparent;
    color: #333
}

.nav--2 .nav__item--btn:not(:disabled):not(.disabled).active,
.nav--2 .nav__item--btn:not(:disabled):not(.disabled):active,
.show>.nav--2 .nav__item--btn.dropdown-toggle {
    background-color: #e6e6e6;
    border-color: transparent;
    color: #333
}

.nav--2 .nav__item--btn:not(:disabled):not(.disabled).active:focus,
.nav--2 .nav__item--btn:not(:disabled):not(.disabled):active:focus,
.show>.nav--2 .nav__item--btn.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(51, 51, 51, .5)
}

.nav--2.nav--cool-hover .nav__item:not(.nav__item--btn) {
    color: #fff
}

.nav--2 .nav__logo {
    max-width: 200px
}

@media (max-width:575.98px) {
    .nav--2 .nav__logo {
        max-width: 200px
    }
}

.nav--3 {
    background: #fff
}

.nav--3 .nav__item,
.nav--3 .nav__item:focus,
.nav--3 .nav__item:hover,
.nav--3 .nav__item:visited {
    color: #fff
}

.nav--3 .nav__item--btn {
    background-color: #fff;
    border-color: transparent;
    color: #333;
    color: #fff;
    font-weight: 400
}

.nav--3 .nav__item--btn.focus,
.nav--3 .nav__item--btn:focus,
.nav--3 .nav__item--btn:hover {
    background-color: #ececec;
    border-color: transparent;
    color: #333
}

.nav--3 .nav__item--btn.focus,
.nav--3 .nav__item--btn:focus {
    box-shadow: 0 0 0 .2rem rgba(51, 51, 51, .5)
}

.nav--3 .nav__item--btn.disabled,
.nav--3 .nav__item--btn:disabled {
    background-color: #fff;
    border-color: transparent;
    color: #333
}

.nav--3 .nav__item--btn:not(:disabled):not(.disabled).active,
.nav--3 .nav__item--btn:not(:disabled):not(.disabled):active,
.show>.nav--3 .nav__item--btn.dropdown-toggle {
    background-color: #e6e6e6;
    border-color: transparent;
    color: #333
}

.nav--3 .nav__item--btn:not(:disabled):not(.disabled).active:focus,
.nav--3 .nav__item--btn:not(:disabled):not(.disabled):active:focus,
.show>.nav--3 .nav__item--btn.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(51, 51, 51, .5)
}

.nav--3.nav--cool-hover .nav__item:not(.nav__item--btn) {
    color: #fff
}

.nav--3 .nav__logo {
    max-width: 200px
}

@media (max-width:575.98px) {
    .nav--3 .nav__logo {
        max-width: 200px
    }
}

.nav--secondary {
    background-color: #666
}

.nav__logo {
    max-width: 200px
}

.nav__logo--travel-modem {
    max-width: 150px !important
}

.nav__holder-right {
    align-items: center;
    display: flex;
    flex-direction: row
}

@media (max-width:1023.98px) {
    .nav__holder-right {
        display: none
    }
}

.nav__flag {
    margin-left: 15px;
    width: 30px
}

.nav__flag--mobile {
    margin-left: 0
}

@media (min-width:1024px) {
    .nav__flag--mobile {
        display: none
    }
}

.nav__close {
    display: none
}

.nav__items {
    align-items: center;
    display: flex
}

.nav__items--mobile {
    flex-direction: column
}

@media (min-width:1024px) {
    .nav__items--mobile {
        display: none
    }
}

.nav__item {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease-in;
    word-break: normal
}

@media (max-width:1023.98px) {
    .nav__item {
        margin-top: 20px
    }
}

.nav__item:focus,
.nav__item:hover,
.nav__item:visited {
    color: #fff;
    text-decoration: none !important
}

.nav__item:hover {
    opacity: .8
}

.nav__item--btn {
    background-color: #0fd13d;
    border-color: transparent;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, .41);
    color: #fff;
    max-width: 250px;
    padding: 10px
}

.nav__item--btn.focus,
.nav__item--btn:focus,
.nav__item--btn:hover {
    background-color: #0cad33;
    border-color: transparent;
    color: #fff
}

.nav__item--btn.focus,
.nav__item--btn:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.nav__item--btn.disabled,
.nav__item--btn:disabled {
    background-color: #0fd13d;
    border-color: transparent;
    color: #fff
}

.nav__item--btn:not(:disabled):not(.disabled).active,
.nav__item--btn:not(:disabled):not(.disabled):active,
.show>.nav__item--btn.dropdown-toggle {
    background-color: #0ca12f;
    border-color: transparent;
    color: #fff
}

.nav__item--btn:not(:disabled):not(.disabled).active:focus,
.nav__item--btn:not(:disabled):not(.disabled):active:focus,
.show>.nav__item--btn.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

@media (max-width:1023.98px) {
    .nav__item--btn {
        margin-bottom: 10px
    }
}

.nav__item--btn.nav__item--btn-1 {
    background: transparent;
    border: 1px solid #fff;
    box-shadow: none;
    color: #fff;
    font-weight: 400
}

.nav__item--btn.nav__item--btn-1:hover {
    background: transparent;
    border: 1.5px solid #fff;
    box-shadow: none;
    filter: drop-shadow(0 4px 20px rgba(255, 255, 255, .25))
}

.nav__item--btn.nav__item--btn-2 {
    background: none;
    border: none;
    box-shadow: none;
    color: #fff;
    font-weight: 400;
    text-decoration: underline
}

.nav__item--btn.nav__item--btn-2:hover {
    background: none;
    border: none;
    box-shadow: none;
    text-decoration: underline !important
}

.nav__item-gadgets {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content
}

.nav__item--gadgets:after {
    background-color: #fff;
    bottom: -10px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform .45s ease-out;
    width: 100%
}

.nav__item--gadgets:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left
}

.nav__toggle {
    cursor: pointer;
    width: 30px
}

.nav__toggle-row {
    background: #fff;
    height: 2px;
    margin-bottom: 4px
}

.nav__toggle-row:nth-child(3) {
    margin-bottom: 0
}

.nav__toggle-close,
.nav__toggle:not(.collapsed) .nav__toggle-row {
    display: none
}

.nav__toggle:not(.collapsed) .nav__toggle-close {
    display: block
}

@media (min-width:1024px) {
    .nav__toggle {
        display: none
    }
}

.nav__dropdown {
    min-width: 250px;
    top: 30px !important
}

.nav__dropdown-before:before {
    border-bottom: 15px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: " ";
    height: 0;
    position: absolute;
    top: 0;
    transform: translate(50%, -100%);
    width: 0
}

@media (min-width:1023px) {
    .nav__dropdown-before--languages:before {
        right: 0;
        transform: translate(-50%, -100%)
    }
}

.nav__dropdown .nav__item {
    color: #000;
    display: block;
    padding: 10px 0;
    text-align: left
}

.nav--massivedeals {
    background: #fff
}

.nav--massivedeals .nav__logo,
.nav--massivedeals__nav-logo {
    max-width: 170px !important
}

.nav--massivedeals .nav__item {
    color: #000 !important;
    text-transform: capitalize
}

.nav--massivedeals .nav__dropdown {
    background: #fff
}

.nav--massivedeals .nav__dropdown:before {
    border-bottom-color: #fff
}

@media (max-width:575.98px) {
    .nav__logo {
        max-width: 200px
    }
}

.footer-banner {
    background: #fff;
    color: #000
}

.modal-body__yes-button {
    background: #0fd13d !important
}

.modal-body-margin {
    margin: 14px
}

.modal-body__button {
    background: #0fd13d;
    border-radius: 16px;
    box-shadow: 0 3.2px 3.2px rgba(0, 0, 0, .35);
    color: #fff;
    display: inline-block;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 16px 24px;
    text-transform: capitalize;
    vertical-align: top
}

.modal-body__text {
    color: #0a0a0a;
    font-size: 16px;
    line-height: 1.4
}

.modal-body__no-button {
    background-color: hsla(210, 3%, 87%, .47);
    color: #fff
}

.modal-dialog-margin-0-auto {
    margin: 0 auto !important
}

.push-engage-modal {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    width: 100%;
    z-index: 10001
}

.push-engage-modal .modal-dialog {
    left: 0;
    position: fixed;
    right: 0;
    transition: all .5s ease-in-out
}

@media (min-width:768px) {
    .push-engage-modal .modal-dialog {
        top: -50%
    }
}

@media (max-width:1022.98px) {
    .push-engage-modal .modal-dialog {
        bottom: -50%
    }
}

@media (max-width:767.98px) {
    .push-engage-modal .modal-dialog .modal-body-margin {
        margin: 0
    }
}

.order-quantity-options-4__label {
    background-color: #f9f9f9;
    border: 3px solid transparent;
    opacity: .45
}

input:checked+.order-quantity-options-4__label {
    border-color: #387ff5;
    opacity: 1
}

.order-quantity-options-4__price {
    color: #0fd13d
}

.order-quantity-options-4__product-img {
    height: 6em;
    max-height: 100%
}

.order-quantity-options-4__product-img img {
    -o-object-fit: contain;
    object-fit: contain
}

.gadgets {
    background: 30%/cover url(/theme/gadgets/nuubu/bg.jpg) no-repeat
}

.gadgets-product-header {
    max-width: 450px
}

@media (min-width:768px) {

    .gadgets-product-header--enence,
    .gadgets-product-header--tvidler {
        transform: scale(1.25)
    }
}

@media (max-width:767.98px) {
    .gadgets-product-header--tvidler {
        max-width: 400px;
        transform: rotate(-45deg)
    }
}

.gadgets__leaf-left {
    max-width: 400px
}

.gadgets__leaf-right {
    max-width: 350px
}

.gadgets__stars {
    max-width: 140px
}

.gadgets__text-blue {
    color: #032e63
}

.gadgets__money-back {
    max-width: 100px
}

.gadgets__order-button {
    background-color: #1ac70e;
    border: 2px solid #1ac70e;
    border-radius: 11px;
    box-shadow: inset 0 0 2px 0 #fff, inset 0 0 3px 0 rgba(0, 0, 0, .3), inset 0 0 3px 5px rgba(0, 0, 0, .03), 2px 2px 4px 0 rgba(0, 0, 0, .25);
    opacity: 1 !important;
    padding-bottom: 14px;
    padding-top: 14px
}

.gadgets__order-button:hover {
    box-shadow: none
}

.order-page-features {
    background: #fff
}

@media (max-width:767.98px) {
    .order-page-features__icon {
        width: unset
    }
}

.cod-explanatory {
    background: url(/theme/components/cod-explanatory/bg.jpg);
    color: #fff
}

@media (min-width:2000px) {
    .cod-explanatory {
        background-size: 2000px
    }
}

@media (max-width:767.98px) {
    .cod-explanatory {
        background: linear-gradient(94.58deg, #28a3ef 2.95%, #2857f9 97.55%)
    }
}

.cod-explanatory__block {
    max-width: 270px
}

.cod-explanatory__days {
    height: 65px;
    width: 65px
}

.cod-explanatory__btn {
    background: #0fd13d
}

.cod-banner {
    background: #2757f9;
    z-index: 20
}

.cod-banner__btn {
    background: #29d54f;
    border-radius: 8px !important;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    text-shadow: 0 2.568px 3.424px rgba(0, 0, 0, .25)
}

.cod-banner__text {
    color: #fff !important
}

.cod-banner br {
    margin: 0 !important
}

.cod-banner-animation {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: slide-in;
    animation-name: slide-in
}

@-webkit-keyframes slide-in {
    0% {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes slide-in {
    0% {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0)
    }
}

.cod-banner-2__top {
    background-image: url(/theme/components/cod-banner-2/nuubu.jpg)
}

.cod-banner-2__top br {
    margin: 0
}

.cod-banner-2__btn {
    background: linear-gradient(0deg, #00cbfe, #0095fb)
}

.cod-banner-2__btn-wrapper {
    background: linear-gradient(0deg, #008ad7, #82e4ff)
}

.cod-banner-2 *,
.cod-banner-2 :visited {
    text-decoration: none !important
}

.cod-delivery {
    border: 2px solid #007ffd
}

.cod-delivery__bg {
    width: 136px
}

.cod-delivery__icon {
    background-color: #f90;
    height: 60px;
    padding: 7px;
    transform: translate(50%, -50%);
    width: 60px
}

@media (max-width:1022.98px) {
    .cod-delivery__icon {
        height: 45px;
        padding: 7px;
        width: 45px
    }
}

.cod-delivery__secure {
    background: #525451;
    border: 1px solid #5cd200;
    border-radius: 5px
}

.cod-delivery__check {
    transform: translate(-50%, -50%)
}

.cod-delivery .st0 {
    fill: #fff
}

.bf-v1 {
    background-image: radial-gradient(62.37% 62.37% at 50% 50%, #68e283 0, #10551f .01%, #000 100%);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    z-index: 20
}

@media (min-width:1023px) {
    .bf-v1 {
        background-image: radial-gradient(62.37% 62.37% at 50% 50%, #68e283 0, #10551f .01%, #000 100%)
    }
}

.bf-v1-blink {
    -webkit-animation: blinker 1.2s linear infinite;
    animation: blinker 1.2s linear infinite;
    font-family: auto;
}

.bf-v1__wrapper {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #29d54f
}

.bf-v1__btn {
    background: #29d54f !important;
    border: 1px solid #10551f !important;
    box-shadow: none !important
}

.bf-v1__percentage {
    -webkit-text-fill-color: #29d54f
}

@media (min-width:1023px) {
    .bf-v1__percentage {
        font-size: 65px !important
    }
}

.bf-2022-rotate {
    transform: rotate(-1.2deg)
}

@-webkit-keyframes blinker {
    90% {
        opacity: 0
    }
}

@keyframes blinker {
    90% {
        opacity: 0
    }
}

.c2022 .c2022-header-bg {
    background-image: url(/sales/c2022/header-bg.jpg), radial-gradient(54.34% 54.34% at 50% 45.66%, #142a4a 0, #172b4a 21.88%, #162946 50.52%, #0e1217 100%) !important;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: #fff
}

@media (max-width:1600px) and (min-width:1023px) {
    .c2022 .c2022-header-bg {
        background-size: 100% 100% !important
    }
}

@media (max-width:1022.98px) {
    .c2022 .c2022-header-bg {
        background-image: url(/sales/c2022/header-bg-tablet.jpg), radial-gradient(54.34% 54.34% at 50% 45.66%, #142a4a 0, #172b4a 21.88%, #162946 50.52%, #0e1217 100%) !important
    }
}

@media (max-width:767.98px) {
    .c2022 .c2022-header-bg {
        background-image: url(/sales/c2022/header-bg-mobile.jpg), radial-gradient(54.34% 54.34% at 50% 45.66%, #142a4a 0, #172b4a 21.88%, #162946 50.52%, #0e1217 100%) !important;
        background-position: top !important
    }
}

.c2022 .c2022-header-bg-klaudena {
    background-image: url(/sales/c2022/klaudena-header-bg.jpg), radial-gradient(54.34% 54.34% at 50% 45.66%, #142a4a 0, #172b4a 21.88%, #162946 50.52%, #0e1217 100%) !important;
    background-position: 40%;
    background-repeat: no-repeat
}

@media (min-width:1500px) {
    .c2022 .c2022-header-bg-klaudena {
        background-position: 0 50%;
        background-size: 110% auto
    }
}

@media (max-width:1022.98px) {
    .c2022 .c2022-header-bg-klaudena {
        background-image: url(/sales/c2022/klaudena-header-bg-tablet.jpg), radial-gradient(54.34% 54.34% at 50% 45.66%, #142a4a 0, #172b4a 21.88%, #162946 50.52%, #0e1217 100%) !important;
        background-position: top
    }
}

@media (max-width:767.98px) {
    .c2022 .c2022-header-bg-klaudena {
        background-image: url(/sales/c2022/header-bg-mobile.jpg), radial-gradient(54.34% 54.34% at 50% 45.66%, #142a4a 0, #172b4a 21.88%, #162946 50.52%, #0e1217 100%) !important;
        background-position: top
    }
}

.c2022 .c2022__order-header-1 {
    background-size: 100% 100%
}

.c2022 .c2022__get-huusk-leather-sheath {
    background-position: bottom
}

@media (max-width:575.98px) {
    .c2022 .c2022__get-huusk-leather-sheath {
        background-position: 100% 0
    }
}

.c2022 .c2022__banner {
    border-bottom: 3px solid #fff;
    z-index: 20
}

@media (min-width:768px) {
    .c2022 .c2022__banner {
        background-size: 100% 100%
    }
}

.c2022 .c2022__banner-text {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px hsla(0, 0%, 100%, .5)
}

@media (max-width:767.98px) {
    .c2022 .c2022__banner-text {
        -webkit-text-stroke: 2px #fff
    }
}

@media (min-width:768px) {
    .c2022 .c2022__banner-text-wrapper {
        font-size: .7em
    }
}

.c2022 .c2022__banner-percentage {
    -webkit-text-fill-color: hsla(0, 0%, 100%, .5);
    -webkit-text-stroke: 0 hsla(0, 0%, 100%, .5)
}

@media (max-width:767.98px) {
    .c2022 .c2022__banner-percentage {
        -webkit-text-fill-color: #fff;
        -webkit-text-stroke: 0 #fff
    }
}

@media (min-width:1023px) {
    .c2022 .c2022__banner-percentage {
        font-size: 72px !important
    }
}

.c2022 .c2022__btn {
    background: #29d54f !important;
    border: unset !important;
    box-shadow: none !important;
    color: #fff !important
}

.tracking {
    background: #f2f2f2
}

.tracking__header {
    background-image: url(/images/tracking/header-bg.jpg);
    background-position: 50% 50%;
    background-size: cover;
    height: 40vh;
    min-height: 350px
}

.tracking__header-text {
    top: -55px
}

.tracking__track {
    top: -110px
}

.tracking__results-top {
    background: linear-gradient(90deg, #28a5ef, #2758fa 67%)
}

.tracking__button {
    background: #ea4970;
    border-radius: 100px;
    min-width: 200px
}

.tracking__input {
    border: 1px solid #e5e5e5
}

.tracking__overlay {
    height: 100%;
    opacity: .8;
    width: 100%;
    z-index: 1
}

.tracking__overlay-spinner {
    height: 100px;
    width: 100px
}

.tracking__text-primary {
    color: #ea4970
}

.tracking__text-gray {
    color: #e3e3e3
}

.tracking__status--1 [data-desktop-step="1"] {
    display: block !important
}

.tracking__status--1 [data-mobile-step="1"] line {
    stroke: #ea4970
}

.tracking__status--1 [data-step] {
    color: #e3e3e3
}

.tracking__status--1 [data-step="1"] {
    color: #ea4970
}

.tracking__status--2 [data-desktop-step="2"] {
    display: block !important
}

.tracking__status--2 [data-mobile-step="1"] circle,
.tracking__status--2 [data-mobile-step="2"] circle {
    fill: #ea4970
}

.tracking__status--2 [data-mobile-step="1"] line,
.tracking__status--2 [data-mobile-step="2"] line {
    stroke: #ea4970
}

.tracking__status--2 [data-step] {
    color: #e3e3e3
}

.tracking__status--2 [data-step="1"],
.tracking__status--2 [data-step="2"] {
    color: #ea4970
}

.tracking__status--3 [data-desktop-step="3"] {
    display: block !important
}

.tracking__status--3 [data-mobile-step="1"] circle,
.tracking__status--3 [data-mobile-step="2"] circle,
.tracking__status--3 [data-mobile-step="3"] circle {
    fill: #ea4970
}

.tracking__status--3 [data-mobile-step="1"] line,
.tracking__status--3 [data-mobile-step="2"] line,
.tracking__status--3 [data-mobile-step="3"] line {
    stroke: #ea4970
}

.tracking__status--3 [data-step] {
    color: #e3e3e3
}

.tracking__status--3 [data-step="1"],
.tracking__status--3 [data-step="2"],
.tracking__status--3 [data-step="3"] {
    color: #ea4970
}

body {
    background: #fff;
    color: #6f6f6f;
    font-family: Montserrat, sans-serif;
    line-height: 1.4
}

.bg-black {
    background-color: #000 !important
}

.options-label {
    font-size: 14px
}

.order-quantity-options__label {
    background: #fff
}

input:checked+.order-quantity-options__label {
    border: 3px solid #1ac70e
}

input:checked+.order-quantity-options__label--2 {
    border-color: #1ac70e
}

.order-quantity-options__badge {
    background-color: var(--order-option-badge-color, #387ff5)
}

.order-form-check {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1)
}

.order-options__bottom-badge {
    background-color: #387ff5
}

.btn {
    border-radius: 5px
}

.link-color a {
    color: #387ff5
}

.customer-support-select {
    border-color: #387ff5
}

.max-layout-width {
    margin-left: auto;
    margin-right: auto;
    max-width: 2000px
}

.big-price {
    color: grey
}

.flex-1 {
    flex: 1
}

.confirm__ebook-download {
    background: #f6fcec;
    border: 1px solid #5cd200;
    border-radius: 12px
}

.confirm__ebook-download p {
    color: #00c941
}

.confirm__ebook-download a {
    background: #1ac70e;
    border-radius: 5px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .25)
}

.btn-nuubu--white {
    background-color: #fff;
    border-color: #fff;
    color: #333;
    font-size: 1rem;
    font-weight: 700;
    padding: .9rem 1rem;
    width: 100%
}

.btn-nuubu--white:hover {
    background-color: #000;
    border-color: #fff
}

.btn-nuubu--white.focus,
.btn-nuubu--white:focus {
    background-color: #000;
    border-color: #fff;
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 88%, .5);
    color: #fff
}

.btn-nuubu--white.disabled,
.btn-nuubu--white:disabled {
    background-color: #fff;
    border-color: #fff;
    color: #333
}

.btn-nuubu--white:not(:disabled):not(.disabled).active,
.btn-nuubu--white:not(:disabled):not(.disabled):active,
.show>.btn-nuubu--white.dropdown-toggle {
    background-color: #e6e6e6;
    border-color: #dfdfdf;
    color: #333
}

.btn-nuubu--white:not(:disabled):not(.disabled).active:focus,
.btn-nuubu--white:not(:disabled):not(.disabled):active:focus,
.show>.btn-nuubu--white.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 88%, .5)
}

@media (max-width:767.98px) {
    .btn-nuubu--white {
        padding: .85rem 1rem
    }
}

.btn-nuubu--white:hover {
    color: #fff
}

.btn-nuubu--black {
    background-color: #000;
    border-color: #000;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: .9rem 1rem;
    width: 100%
}

.btn-nuubu--black.focus,
.btn-nuubu--black:focus,
.btn-nuubu--black:hover {
    background-color: #fff;
    border-color: #000;
    color: #333
}

.btn-nuubu--black.focus,
.btn-nuubu--black:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5)
}

.btn-nuubu--black.disabled,
.btn-nuubu--black:disabled,
.btn-nuubu--black:not(:disabled):not(.disabled).active,
.btn-nuubu--black:not(:disabled):not(.disabled):active,
.show>.btn-nuubu--black.dropdown-toggle {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.btn-nuubu--black:not(:disabled):not(.disabled).active:focus,
.btn-nuubu--black:not(:disabled):not(.disabled):active:focus,
.show>.btn-nuubu--black.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5)
}

@media (max-width:767.98px) {
    .btn-nuubu--black {
        padding: .85rem 1rem
    }
}

.btn-nuubu--black:hover {
    background: #0ed13d;
    color: #fff
}

.btn-nuubu--underline {
    background: transparent;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    padding: .2rem 0;
    position: relative
}

.btn-nuubu--underline:before {
    right: 0;
    width: 26%
}

.btn-nuubu--underline:after,
.btn-nuubu--underline:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute
}

.btn-nuubu--underline:after {
    transform: scaleX(0);
    transform-origin: bottom left;
    transition: transform .25s ease-out;
    width: 100%
}

.btn-nuubu--underline:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left
}

@media (max-width:767.98px) {
    .btn-nuubu--underline {
        padding: .35rem 0
    }
}

.btn-nuubu--underline:hover {
    color: #fff
}

.btn-nuubu--tea {
    background-color: #77b43a;
    border-color: transparent;
    border-radius: .5rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    padding: .7rem .5rem
}

.btn-nuubu--tea.focus,
.btn-nuubu--tea:focus,
.btn-nuubu--tea:hover {
    background-color: #649730;
    border-color: transparent;
    color: #fff
}

.btn-nuubu--tea.focus,
.btn-nuubu--tea:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.btn-nuubu--tea.disabled,
.btn-nuubu--tea:disabled {
    background-color: #77b43a;
    border-color: transparent;
    color: #fff
}

.btn-nuubu--tea:not(:disabled):not(.disabled).active,
.btn-nuubu--tea:not(:disabled):not(.disabled):active,
.show>.btn-nuubu--tea.dropdown-toggle {
    background-color: #5d8e2d;
    border-color: transparent;
    color: #fff
}

.btn-nuubu--tea:not(:disabled):not(.disabled).active:focus,
.btn-nuubu--tea:not(:disabled):not(.disabled):active:focus,
.show>.btn-nuubu--tea.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

@media (min-width:576px) {
    .btn-nuubu--tea {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.btn-nuubu--tea small {
    color: #3c5b1d;
    font-size: .6em
}

.cod-nav-button {
    text-decoration: none
}

.cod-nav-button:hover {
    text-decoration: underline
}

.section-progress {
    background-image: url(/theme/nuubu/product/images/bg-bokeh.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

.section-progress--amber-patches {
    background-image: url(/theme/amber-patches/product/progress/progress-bg.jpg)
}

.section-progress h2 {
    max-width: 70%
}

.section-progress .content {
    display: flex
}

.section-progress .progress-custom {
    align-items: center;
    display: flex;
    font-weight: 700;
    justify-content: center;
    text-align: center;
    width: 75%
}

.section-progress .progress-custom .step {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.section-progress .progress-custom .step .text {
    margin-top: 5%
}

.section-progress .arrow {
    margin: -5%;
    width: 25%;
    z-index: 2
}

.section-progress .product {
    position: absolute;
    right: -15%;
    top: -4rem;
    width: 40%
}

.section-progress .product-desktop-image {
    width: 350px
}

.section-progress--v2 .product {
    right: -30%;
    top: 0;
    width: 55%
}

.section-progress--v2 .product-desktop-image {
    width: 100%
}

@media (max-width:1399.98px) {
    .section-progress--v2 .product {
        right: -10%;
        width: 40%
    }
}

.section-progress--ginger {
    background-image: url(/theme/nuubu/product-6/nuubu-program-bg.jpg);
    overflow: unset
}

.section-progress--ginger .product {
    bottom: 10%;
    top: 0
}

.section-progress--ginger .product img {
    transform: scale(1.1)
}

@media screen and (max-width:767px) {
    .section-progress h2 {
        max-width: 100%
    }

    .section-progress .product {
        position: static;
        width: auto
    }

    .section-progress .content {
        flex-direction: column;
        margin: auto;
        max-width: 385px
    }

    .section-progress .progress-custom {
        flex-direction: column;
        width: 100%
    }

    .section-progress .arrow {
        margin-left: -40%;
        transform: rotate(90deg)
    }

    .section-progress .progress-custom .step {
        flex-direction: row;
        justify-content: space-evenly
    }

    .section-progress .progress-custom .step .image {
        max-width: 50%
    }

    .section-progress .progress-custom .step.middle .image {
        margin-left: -3%
    }

    .section-progress .progress-custom .step .text {
        margin: 0
    }
}

@media screen and (max-width:424px) {
    .section-progress .arrow {
        margin-left: -42.5%
    }
}

@media screen and (max-width:374px) {
    .section-progress .arrow {
        margin-left: -45%
    }
}

.order-quantity-options--4 .order-quantity-options__overlay {
    background: #1ac70e;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 40%, 0 58%);
    clip-path: polygon(0 0, 100% 0, 100% 40%, 0 58%);
    opacity: .4
}

.order-quantity-options--4 .order-quantity-options__text {
    opacity: .4;
    transform: rotate(-8deg)
}

.order-quantity-options--4 .order-quantity-options__old {
    color: #a8a8a8;
    opacity: .4
}

.order-quantity-options--4 .order-quantity-options__price {
    color: #1ac70e;
    opacity: .4
}

.order-quantity-options--4 input:checked+.order-quantity-options__label {
    border: 3px solid #1ac70e
}

.order-quantity-options--4 input:checked+.order-quantity-options__label .order-quantity-options__old,
.order-quantity-options--4 input:checked+.order-quantity-options__label .order-quantity-options__overlay,
.order-quantity-options--4 input:checked+.order-quantity-options__label .order-quantity-options__price,
.order-quantity-options--4 input:checked+.order-quantity-options__label .order-quantity-options__text {
    opacity: 1
}

.order-page-nuubu .order-page-features {
    background: #007ffd;
    color: #fff
}

.order-page-nuubu .order-page-features--p2 {
    background: #188f18;
    color: #fff
}

.nuubu-upsell-downsell-modal {
    font-family: Montserrat, sans-serif !important
}

.nuubu-upsell-downsell-modal button:focus {
    outline: none
}

.nuubu-upsell-downsell-modal .modal-dialog {
    max-width: 850px
}

.nuubu-upsell-downsell-modal .modal-content {
    background: linear-gradient(112.97deg, #e2ffc8 41.02%, #fbfbfb 97.82%);
    border: 0;
    border-radius: 20px;
    min-height: 400px
}

.nuubu-upsell-downsell-modal .modal-header {
    border: 0;
    display: flex;
    justify-content: flex-end;
    margin-bottom: -2rem;
    padding: 1rem 2rem
}

.nuubu-upsell-downsell-modal .modal-header .close {
    font-size: 27px;
    margin: 0;
    padding: 0
}

.nuubu-upsell-downsell-modal .modal-title {
    font-family: Montserrat, sans-serif !important;
    font-weight: 700;
    line-height: 1.3;
    margin: auto;
    opacity: 1;
    text-align: center;
    width: 80%
}

@media (max-width:767.98px) {
    .nuubu-upsell-downsell-modal .modal-title {
        font-size: 20px;
        width: 100%
    }
}

.nuubu-upsell-downsell-modal .modal-body {
    color: #020202;
    padding: 1rem 3rem
}

@media (max-width:767.98px) {
    .nuubu-upsell-downsell-modal .modal-body {
        padding: 1rem
    }
}

.nuubu-upsell-downsell-modal .modal-body__badge {
    background: #0097fe;
    border-radius: 50%;
    bottom: 50px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, .45);
    height: 80px;
    right: 20px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    width: 80px
}

@media (max-width:767.98px) {
    .nuubu-upsell-downsell-modal .modal-body__badge {
        bottom: 50px;
        height: 60px;
        right: 20px;
        width: 60px
    }
}

.nuubu-upsell-downsell-modal .modal-body__content {
    line-height: 1.4
}

.nuubu-upsell-downsell-modal .modal-body__mega-deal span {
    font-style: italic;
    text-decoration: underline
}

.nuubu-upsell-downsell-modal .modal-body--text-blue {
    color: #0097fe
}

.nuubu-upsell-downsell-modal__btn {
    background: #6fdc1e;
    border: 0;
    border-radius: 1.2rem;
    box-shadow: 0 3px 0 #0aa80d;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    padding: 13px 10px;
    text-transform: inherit;
    width: 100%
}

@media (max-width:767.98px) {
    .nuubu-upsell-downsell-modal__btn {
        font-size: 19px
    }
}

.nuubu-upsell-downsell-modal__btn small {
    display: block;
    font-size: 12px;
    font-weight: lighter;
    line-height: 1.2
}

.nuubu-upsell-downsell-modal__btn:hover {
    box-shadow: 0 .7rem .7rem rgba(0, 0, 0, .5);
    color: #118e08;
    text-decoration: none
}

.nuubu-upsell-downsell-modal__no-thanks {
    background: 0;
    border: none;
    display: flex;
    justify-content: center;
    text-decoration: underline
}

.nuubu-o7__order-options-count {
    background: #2d8708;
    min-height: 40px;
    min-width: 40px
}

.container-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media (min-width:576px) {
    .container-2 {
        max-width: 576px
    }
}

@media (min-width:768px) {
    .container-2 {
        max-width: 768px
    }
}

@media (min-width:1023px) {
    .container-2 {
        max-width: 1023px
    }
}

@media (min-width:1400px) {
    .container-2 {
        max-width: 1300px
    }
}

.container-3 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media (min-width:576px) {
    .container-3 {
        max-width: 576px
    }
}

@media (min-width:768px) {
    .container-3 {
        max-width: 768px
    }
}

@media (min-width:1023px) {
    .container-3 {
        max-width: 1023px
    }
}

@media (min-width:1400px) {
    .container-3 {
        max-width: 1140px
    }
}

.container-brand {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media (min-width:576px) {
    .container-brand {
        max-width: 576px
    }
}

@media (min-width:768px) {
    .container-brand {
        max-width: 768px
    }
}

@media (min-width:1023px) {
    .container-brand {
        max-width: 1023px
    }
}

@media (min-width:1400px) {
    .container-brand {
        max-width: 1140px
    }
}

.container-2-sm {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.container-2,
.container-2-sm {
    max-width: 576px
}

.container-2-md {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.container-2,
.container-2-md,
.container-2-sm {
    max-width: 768px
}

.container-2-lg {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.container-2,
.container-2-lg,
.container-2-md,
.container-2-sm {
    max-width: 1023px
}

.container-2-xl {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.container-2,
.container-2-lg,
.container-2-md,
.container-2-sm,
.container-2-xl {
    max-width: 1300px
}

.container-primary {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media (min-width:576px) {
    .container-primary {
        max-width: 576px
    }
}

@media (min-width:768px) {
    .container-primary {
        max-width: 768px
    }
}

@media (min-width:1023px) {
    .container-primary {
        max-width: 1023px
    }
}

@media (min-width:1400px) {
    .container-primary {
        max-width: 1400px
    }
}

@media (min-width:768px) {
    .container-primary {
        margin-left: auto;
        margin-right: auto;
        padding-left: 24px;
        padding-right: 24px;
        width: 100%
    }
}

@media (min-width:1023px) {
    .container-primary {
        margin-left: auto;
        margin-right: auto;
        padding-left: 40px;
        padding-right: 40px;
        width: 100%
    }
}

@media (min-width:1400px) {
    .container-primary {
        margin-left: auto;
        margin-right: auto;
        padding-left: 140px;
        padding-right: 140px;
        width: 100%
    }
}

button:focus {
    box-shadow: none !important;
    outline: none !important
}

.bg-brown {
    background-color: #1d1c1c
}

.bg-vanilla {
    background-color: #c9bb9b
}

.sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    z-index: 99
}

.border-nuubu {
    border-top: 1px solid #36b106
}

.bg-green {
    background-color: #188f18
}

.logo__image {
    max-width: 290px
}

.nuubu-video__iframe {
    height: 470px;
    width: 100%
}

@media (max-width:767.98px) {
    .nuubu-video__iframe {
        height: 200px
    }
}

#disclaimers p {
    color: #666 !important;
    display: flex;
    font-size: 13px !important;
    justify-content: flex-end
}

@media (max-width:767.98px) {
    #disclaimers p {
        justify-content: center;
        margin: 0 !important
    }
}

.btn-nuubu--primary-outline {
    border: 1px solid #fff;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: .7rem 1rem;
    width: 100%
}

.btn-nuubu--primary-outline:hover {
    background-color: #fff;
    border-color: #fff;
    color: #222
}

.btn-nuubu--primary-outline.focus,
.btn-nuubu--primary-outline:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.btn-nuubu--primary-outline.disabled,
.btn-nuubu--primary-outline:disabled {
    background-color: transparent;
    color: #fff
}

.btn-nuubu--primary-outline:not(:disabled):not(.disabled).active,
.btn-nuubu--primary-outline:not(:disabled):not(.disabled):active,
.show>.btn-nuubu--primary-outline.dropdown-toggle {
    background-color: #fff;
    border-color: #fff;
    color: #333
}

.btn-nuubu--primary-outline:not(:disabled):not(.disabled).active:focus,
.btn-nuubu--primary-outline:not(:disabled):not(.disabled):active:focus,
.show>.btn-nuubu--primary-outline.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

@media (max-width:767.98px) {
    .btn-nuubu--primary-outline {
        padding: .85rem 1rem
    }
}

.btn-nuubu--primary-outline:hover {
    color: #000
}

.btn-nuubu--primary-outline-black {
    border: 1px solid #000;
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    padding: .7rem 1rem;
    width: 100%
}

.btn-nuubu--primary-outline-black:hover {
    background-color: #0d0d0d;
    border-color: #000;
    color: #222
}

.btn-nuubu--primary-outline-black.focus,
.btn-nuubu--primary-outline-black:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

.btn-nuubu--primary-outline-black.disabled,
.btn-nuubu--primary-outline-black:disabled {
    background-color: transparent;
    color: #000
}

.btn-nuubu--primary-outline-black:not(:disabled):not(.disabled).active,
.btn-nuubu--primary-outline-black:not(:disabled):not(.disabled):active,
.show>.btn-nuubu--primary-outline-black.dropdown-toggle {
    background-color: #0d0d0d;
    border-color: #000;
    color: #fff
}

.btn-nuubu--primary-outline-black:not(:disabled):not(.disabled).active:focus,
.btn-nuubu--primary-outline-black:not(:disabled):not(.disabled):active:focus,
.show>.btn-nuubu--primary-outline-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

@media (max-width:767.98px) {
    .btn-nuubu--primary-outline-black {
        padding: .85rem 1rem
    }
}

.btn-nuubu--primary-outline-black:hover {
    color: #fff
}

.btn-nuubu--green {
    background-color: #188f18;
    border-color: #188f18;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: .7rem 1rem;
    width: 100%
}

.btn-nuubu--green.focus,
.btn-nuubu--green:focus,
.btn-nuubu--green:hover {
    background-color: #1ca51c;
    border-color: #188f18;
    color: #fff
}

.btn-nuubu--green.focus,
.btn-nuubu--green:focus {
    box-shadow: 0 0 0 .2rem rgba(59, 160, 59, .5)
}

.btn-nuubu--green.disabled,
.btn-nuubu--green:disabled {
    background-color: #188f18;
    border-color: #188f18;
    color: #fff
}

.btn-nuubu--green:not(:disabled):not(.disabled).active,
.btn-nuubu--green:not(:disabled):not(.disabled):active,
.show>.btn-nuubu--green.dropdown-toggle {
    background-color: #116311;
    border-color: #0f580f;
    color: #fff
}

.btn-nuubu--green:not(:disabled):not(.disabled).active:focus,
.btn-nuubu--green:not(:disabled):not(.disabled):active:focus,
.show>.btn-nuubu--green.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(59, 160, 59, .5)
}

@media (max-width:767.98px) {
    .btn-nuubu--green {
        padding: .85rem 1rem
    }
}

.btn-nuubu--green-light {
    background-color: #1ac70e;
    border-color: #1ac70e;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    padding: .7rem 1rem;
    width: 100%
}

.btn-nuubu--green-light:hover {
    background-color: #1ddf10;
    border-color: #1ac70e;
    color: #fff
}

.btn-nuubu--green-light.focus,
.btn-nuubu--green-light:focus {
    background-color: #1ddf10;
    border-color: #1ac70e;
    box-shadow: 0 0 0 .2rem rgba(60, 207, 50, .5);
    color: #fff
}

.btn-nuubu--green-light.disabled,
.btn-nuubu--green-light:disabled {
    background-color: #1ac70e;
    border-color: #1ac70e;
    color: #fff
}

.btn-nuubu--green-light:not(:disabled):not(.disabled).active,
.btn-nuubu--green-light:not(:disabled):not(.disabled):active,
.show>.btn-nuubu--green-light.dropdown-toggle {
    background-color: #14970b;
    border-color: #128b0a;
    color: #fff
}

.btn-nuubu--green-light:not(:disabled):not(.disabled).active:focus,
.btn-nuubu--green-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-nuubu--green-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(60, 207, 50, .5)
}

@media (max-width:767.98px) {
    .btn-nuubu--green-light {
        padding: .85rem 1rem
    }
}

.btn-nuubu--dropdown {
    background-color: transparent;
    border: 0;
    outline: none;
    z-index: 3
}

.btn-nuubu--dropdown:after {
    border-left: .35em solid transparent;
    border-right: .35em solid transparent;
    border-top: .35em solid;
    margin-left: .1em
}

.navbar-nuubu {
    z-index: 2
}

.navbar-nuubu .navbar-brand img {
    max-width: 205px !important
}

@media (max-width:767.98px) {
    .navbar-nuubu .navbar-brand img {
        margin-bottom: -1rem;
        max-width: 180px !important
    }
}

.navbar-nuubu .navbar-brand--white img {
    max-width: 210px !important
}

.navbar-nuubu .navbar-toggler {
    border: 0;
    right: 0;
    top: 1.2rem
}

.navbar-nuubu .navbar-toggler--white {
    background: transparent;
    border: 0;
    right: 0;
    top: .65rem
}

.navbar-nuubu .nav-item {
    margin-right: 1rem
}

.navbar-nuubu .nav-item .nav-link {
    opacity: 1
}

.navbar-nuubu .nav-item .nav-link:after {
    background: transparent;
    content: "";
    display: block;
    height: 1px;
    margin: 6px auto auto;
    transition: width .35s ease, background-color .35s ease;
    width: 0
}

.navbar-nuubu .nav-item .nav-link:hover {
    background: rgba(0, 0, 0, .6)
}

.navbar-nuubu .nav-item .nav-link:hover:after {
    background: #64801a;
    width: 100%
}

.navbar-nuubu .nav-item-white {
    margin-right: 2rem
}

.navbar-nuubu .nav-item-white .nav-link {
    opacity: 1
}

.navbar-nuubu .nav-item-white .nav-link:after {
    background: transparent;
    content: "";
    display: block;
    height: 1px;
    margin: 6px auto auto;
    transition: width .35s ease, background-color .35s ease;
    width: 0
}

.navbar-nuubu .nav-item-white .nav-link:hover {
    background: #188f18;
    color: #fff !important
}

.navbar-nuubu .nav-item-white .nav-link:hover:after {
    background: #fff;
    width: 100%
}

.navbar-nuubu .dropdown-menu {
    background-color: rgba(0, 0, 0, .4);
    font-size: 13px;
    height: 9.5rem;
    overflow: auto
}

.navbar-nuubu .dropdown-menu .dropdown-item {
    color: #fff
}

.navbar-nuubu .dropdown-menu .dropdown-item:hover {
    color: #000
}

.navbar {
    top: 0
}

.promote-1 {
    background: url(/theme/nuubu/product-7/images/bg-promote-1.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding: 8% 0
}

.promote-1--white {
    background: url(/theme/nuubu/product-7/images/bg-promote-1-white.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding: 8% 0
}

.promote-2 {
    background: url(/theme/nuubu/product-7/images/bg-promote-2.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding: 8% 0
}

.promote-2--white {
    background: url(/theme/nuubu/product-7/images/bg-promote-2-white.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding: 8% 0
}

.natural-ingredients__image {
    margin: 48px 0 144px
}

.natural-ingredients__heading {
    color: #87b93e
}

.natural-ingredients__block--1 {
    left: 0;
    top: -10%
}

.natural-ingredients__block--1-bg,
.natural-ingredients__block--1-ro {
    left: -10%;
    width: 35% !important
}

.natural-ingredients__block--2 {
    right: -20%;
    top: -10%
}

.natural-ingredients__block--2-bg,
.natural-ingredients__block--2-ro {
    right: -29%;
    width: 55% !important
}

.natural-ingredients__block--3 {
    left: -43%;
    top: 26%
}

.natural-ingredients__block--4 {
    bottom: 26%;
    left: -44%
}

.natural-ingredients__block--5 {
    bottom: -18%;
    left: -5%
}

.natural-ingredients__block--6 {
    bottom: -18%;
    right: -5%
}

.natural-ingredients__block--6-ro {
    bottom: -22%
}

.natural-ingredients__block--7 {
    bottom: 18%;
    right: -44%
}

.natural-ingredients__block--8 {
    right: -43%;
    top: 26%
}

.natural-ingredients__block--8-bg,
.natural-ingredients__block--8-ro {
    top: 20%
}

.toxin-removal {
    background-color: #877d69;
    margin: 7rem 0 6rem;
    padding: 2.5% 0
}

@media (max-width:767.98px) {
    .toxin-removal {
        margin-bottom: 3rem;
        margin-top: 7rem
    }
}

.toxin-removal__image {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 75%
}

@media (max-width:767.98px) {
    .toxin-removal__image {
        margin: -3rem auto auto;
        position: relative;
        width: 50%
    }
}

.toxin-removal__image--2 {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 87%
}

@media (max-width:767.98px) {
    .toxin-removal__image--2 {
        margin: -3rem auto auto;
        position: relative;
        width: 55%
    }
}

.toxin-removal-white {
    background: url(/theme/nuubu/product-7/images/bg-toxin-removal.jpg) no-repeat 50% 50%;
    background-size: cover;
    margin: 7rem 0 6rem;
    padding: 2.5% 0
}

@media (max-width:767.98px) {
    .toxin-removal-white {
        margin-bottom: -3rem;
        margin-top: 7rem
    }
}

.toxin-removal-white__image {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 75%
}

@media (max-width:767.98px) {
    .toxin-removal-white__image {
        margin: -3rem auto auto;
        position: relative;
        width: 50%
    }
}

.nuubu-product-1 {
    color: #000 !important
}

.nuubu-product-1 p {
    font-size: 16px;
    margin: 10px 0 !important
}

.nuubu-product-1 .paragraph {
    font-size: 18px !important
}

.nuubu-product-1 span {
    font-size: 14px !important;
    line-height: 1 !important
}

.nuubu-product-1 .small {
    font-size: 14.4px !important
}

.nuubu-product-1 .p-sm-4 {
    padding: .75rem !important
}

.nuubu-product-1 .mt-3 {
    margin-top: .5rem !important
}

.nuubu-product-1 .btn {
    background: #0fd13d;
    border-radius: 1rem;
    box-shadow: 0 .4rem .4rem rgba(0, 0, 0, .35);
    color: #fff;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 1rem 1.5rem;
    text-transform: capitalize;
    vertical-align: top
}

.nuubu-product-1 .btn:hover {
    box-shadow: 0 .7rem .7rem rgba(0, 0, 0, .5);
    text-decoration: none
}

.nuubu-product-1 .section-gallery {
    display: flex;
    flex-wrap: wrap
}

.nuubu-product-1 .section-gallery .text {
    background: #f1f4f9;
    padding: 10px 0;
    text-align: center;
    width: 100%
}

@media screen and (max-width:767px) {
    .nuubu-product-1 .section-gallery .text {
        font-size: .625rem
    }
}

.nuubu-product-1 .gallery {
    align-items: center;
    display: flex;
    overflow: hidden;
    width: 100%
}

.nuubu-product-1 .gallery .image {
    position: relative;
    width: 25%
}

.nuubu-product-1 .gallery .image img {
    width: 100%
}

.nuubu-product-1 .gallery .text {
    bottom: 0;
    color: #fff;
    font-weight: 700;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.nuubu-product-1 .testimonials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    max-width: 100%;
    width: 100%
}

.nuubu-product-1 .testimonial-item {
    background: #f6f6f6;
    border: .05rem solid #a2a2a2;
    border-radius: 1.25rem;
    font-size: .9rem;
    line-height: .9rem;
    margin: 0 .35em .75rem;
    padding: 1.35rem 1.5rem 2rem;
    position: relative;
    width: 14.5rem
}

.nuubu-product-1 .testimonial-item .photo {
    margin-top: 1.2rem
}

.nuubu-product-1 .testimonial-item .rate {
    clear: both;
    display: block;
    padding: 1.25rem 0 .5rem;
    width: 100%
}

.nuubu-product-1 .testimonial-item .icon {
    padding: .75rem;
    position: absolute;
    right: 0;
    top: 0
}

.nuubu-product-1 .testimonial-item .image {
    float: left;
    margin: -.75rem .75rem -.75rem -.75rem
}

.nuubu-product-1 .testimonial-item .image img {
    border-radius: 50%
}

.nuubu-product-1 .testimonial-item cite {
    color: #2e3034;
    display: block;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1rem;
    margin-right: 1.5rem;
    padding-left: 3rem
}

.nuubu-product-1 .testimonial-item cite .date {
    display: block;
    font-size: .75rem;
    font-weight: 400;
    padding-top: .25rem
}

.nuubu-product-1 .section-cta {
    background: #2776f7;
    background: linear-gradient(90deg, #28a5ef, #2758fa 67%);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 1rem 0;
    text-align: center
}

.nuubu-product-1 .section-cta .btn {
    margin: 1rem 0
}

.nuubu-product-1 .section-cta h2 {
    font-weight: 700
}

.nuubu-product-1 .section-reviews {
    background: #f1f4f8;
    padding: 2rem 0
}

.nuubu-product-1 .section-reviews .row {
    display: flex;
    flex-wrap: wrap
}

.nuubu-product-1 .section-reviews .col-left {
    width: 52%
}

.nuubu-product-1 .section-reviews .col-right {
    margin-left: auto;
    padding: .4em 0;
    text-align: center;
    width: 48%
}

.nuubu-product-1 .section-reviews .col-right .image {
    margin-bottom: 1.75rem
}

.nuubu-product-1 .section-reviews h2 {
    color: #353535;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0 0 .25rem
}

.nuubu-product-1 .section-reviews .safe {
    margin-bottom: 1.75rem
}

.nuubu-product-1 .section-text {
    background-color: #f1f4f8;
    padding: 2rem 0;
    position: relative
}

.nuubu-product-1 .section-text .bg {
    align-items: center;
    display: flex;
    justify-content: center;
    left: 45%;
    padding-right: 5%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 3rem
}

.nuubu-product-1 .section-text .bg img {
    max-height: 350px
}

.nuubu-product-1 .section-text .container,
.nuubu-product-1 .section-text .cta {
    position: relative;
    z-index: 1
}

.nuubu-product-1 .section-text .entry {
    max-width: 70%;
    padding-bottom: 3rem;
    position: relative;
    z-index: 1
}

.nuubu-product-1 .section-text h2 {
    color: #000;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
    padding: 0 0 1.5rem
}

.nuubu-product-1 .section-text h2:after {
    background: #87b93e;
    content: "";
    display: block;
    height: .25rem;
    margin-top: 1.25rem;
    width: 3.9rem
}

.nuubu-product-1 .section-text .paragraph {
    font-size: 2.25rem
}

.nuubu-product-1 .section-how {
    padding-bottom: 3rem
}

.nuubu-product-1 .section-how h2 {
    color: #000;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 1.85rem 0 3rem
}

.nuubu-product-1 .section-how h2:after {
    background: #87b93e;
    content: "";
    display: block;
    height: .25rem;
    margin-top: 1.25rem;
    width: 3.9rem
}

.nuubu-product-1 .section-how .video {
    display: inline-block;
    margin-bottom: 1rem;
    position: relative;
    vertical-align: top
}

.nuubu-product-1 .section-review {
    background: #2776f7;
    background: linear-gradient(90deg, #28a5ef, #2758fa 67%);
    font-size: 1.3rem;
    font-size: 14px;
    font-weight: 300;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10
}

.nuubu-product-1 .section-review p {
    font-size: 14px !important
}

.nuubu-product-1 .section-review .container {
    align-items: center;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
    padding-top: 1rem
}

.nuubu-product-1 .section-review .stars {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 60%
}

.nuubu-product-1 .section-review .stars img {
    margin-right: .75rem
}

.nuubu-product-1 .section-review .logo {
    display: block;
    width: 27rem
}

.nuubu-product-1 .cta {
    text-align: center
}

.nuubu-product-1 .cta .small {
    font-family: sans-serif;
    font-size: .9rem;
    padding: .2em 0 .7rem
}

.nuubu-product-1 .section-desc {
    background-position: 100%;
    background-size: contain;
    padding: 2.5rem 0;
    position: relative;
    text-align: center;
    z-index: 5
}

.nuubu-product-1 .section-desc h2 {
    font-family: sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    padding-bottom: 2rem
}

.nuubu-product-1 .section-desc ul {
    text-align: left
}

.nuubu-product-1 .section-desc .toxin-signs-list {
    display: flex;
    flex-wrap: wrap;
    font-size: 2.45rem
}

@media screen and (max-width:767px) {
    .nuubu-product-1 .section-desc .toxin-signs-list {
        font-size: .625rem;
        margin: auto;
        max-width: 425px;
        padding-left: 1.25rem
    }
}

@media screen and (max-width:424px) {
    .nuubu-product-1 .section-desc .toxin-signs-list {
        font-size: .5rem;
        padding: 0
    }
}

.nuubu-product-1 .section-desc .toxin-signs-list ul {
    width: 45%
}

.nuubu-product-1 .section-desc .text ul li {
    font-size: 2.25rem;
    padding: .5rem 0 1.5rem;
    text-align: left
}

.nuubu-product-1 .section-desc h1 {
    color: #000;
    font-family: sans-serif;
    font-size: 3.25rem;
    font-weight: 700;
    padding-bottom: 2rem
}

@media screen and (max-width:576px) {
    .nuubu-product-1 .section-desc h1 {
        font-size: 1.25rem !important
    }
}

.nuubu-product-1 .section-desc .toxin-signs-header {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 2rem;
    margin-left: 1.25rem;
    text-align: left;
    text-transform: uppercase
}

@media screen and (max-width:767px) {
    .nuubu-product-1 .section-desc .toxin-signs-header {
        font-size: 2.25rem;
        margin: 0 auto 2rem;
        text-align: center
    }
}

.nuubu-product-1 .section-desc .toxin-signs-header span {
    color: #ff7400
}

.nuubu-product-1 .section-desc .device {
    align-items: center;
    display: flex;
    min-width: 20%;
    width: 20%
}

.nuubu-product-1 .section-desc .text {
    width: 100%
}

.nuubu-product-1 .section-desc .text-list {
    font-weight: 400;
    margin-left: 2.5rem;
    width: 75%
}

@media screen and (max-width:767px) {
    .nuubu-product-1 .section-desc .text-list {
        margin-left: 0;
        width: 100%
    }
}

.nuubu-product-1 .section-desc .before-after {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.nuubu-product-1 .section-desc .before-after .version {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 50%
}

@media screen and (max-width:767px) {
    .nuubu-product-1 .section-desc .before-after .version {
        max-width: 425px;
        width: 100%
    }
}

.nuubu-product-1 .section-desc .before-after .headline {
    align-items: center;
    display: flex;
    font-weight: 700
}

.nuubu-product-1 .section-desc .before-after .headline .image {
    width: 50px
}

.nuubu-product-1 .speech-bubble-text {
    align-items: center;
    display: flex;
    font-size: 2.25rem;
    height: 85%;
    justify-content: center;
    left: 12.5%;
    position: absolute;
    top: 0;
    width: 75%
}

.nuubu-product-1 .speech-bubbles-device {
    width: 75%
}

.nuubu-product-1 .how-to-float-text {
    bottom: 30px;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.75;
    position: absolute;
    width: 70%
}

.nuubu-product-1 .how-to-float-text--left {
    left: 30px;
    text-align: left
}

.nuubu-product-1 .how-to-float-text--right {
    right: 30px;
    text-align: right
}

.nuubu-product-1 .section-review .container .logo-stars {
    width: 60%
}

.nuubu-product-1 .btn-cta {
    font-size: 1.75rem;
    text-align: center;
    text-transform: uppercase;
    width: 40%
}

.nuubu-product-1 .section-how .device {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

.nuubu-product-1 .section-how .detox-circle .image {
    width: 65%
}

.nuubu-product-1 .section-how .detox-circle .text-float {
    font-size: 14px;
    font-weight: 400;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    max-width: 150px;
    position: absolute;
    word-break: break-word
}

.nuubu-product-1 .section-how .detox-circle .text-float .image {
    display: none
}

.nuubu-product-1 .section-how .detox-circle .text-float .heading {
    color: #87b93e;
    display: block
}

@media screen and (max-width:767px) {
    .nuubu-product-1 .section-how .detox-circle .text-float .heading {
        font-size: 17px
    }
}

.nuubu-product-1 .section-how .detox-circle {
    padding-bottom: 6.5rem
}

.nuubu-product-1 .section-how .detox-circle .image-product {
    display: none;
    margin: auto;
    min-width: 280px
}

@media screen and (max-width:767px) {
    .nuubu-product-1 .md-block {
        display: block !important
    }

    .nuubu-product-1 .md-none {
        display: none !important
    }
}

@media screen and (max-width:425px) {
    .nuubu-product-1 .xs-none {
        display: none !important
    }

    .nuubu-product-1 .xs-block {
        display: block !important
    }
}

@media screen and (max-width:767px) {
    .nuubu-product-1 .section-how .detox-circle {
        padding-bottom: 0
    }

    .nuubu-product-1 .section-how .detox-circle .image-product {
        display: block
    }

    .nuubu-product-1 .section-how .detox-circle .image-circle {
        display: none
    }

    .nuubu-product-1 .section-how .detox-circle .device {
        align-items: flex-start;
        flex-direction: column
    }

    .nuubu-product-1 .section-how .detox-circle .text-float {
        align-items: center;
        display: flex;
        font-size: .875rem;
        max-width: 100% !important;
        padding-bottom: .5rem;
        position: static
    }

    .nuubu-product-1 .section-how .detox-circle .text-float .image {
        display: block;
        margin-bottom: auto;
        margin-right: .5rem;
        max-width: 20%;
        min-width: 100px;
        width: 300px
    }

    .nuubu-product-1 .section-how .detox-circle .text-float .content {
        line-height: 1;
        width: 80%
    }
}

@media screen and (max-width:767px) and (max-width:767px) {
    .nuubu-product-1 .section-how .detox-circle .text-float .content {
        line-height: 1.5
    }
}

.nuubu-product-1 .device-steps-holder {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.nuubu-product-1 .device-steps-holder .step {
    margin-bottom: 1.85rem;
    text-align: center;
    width: 24.5%
}

.nuubu-product-1 .device-steps-holder .text {
    font-weight: 400;
    line-height: 24px;
    min-height: 48px
}

@media screen and (max-width:767px) {
    .nuubu-product-1 .device-steps-holder {
        justify-content: center
    }

    .nuubu-product-1 .device-steps-holder .step {
        max-width: 280px;
        width: 65%
    }

    .nuubu-product-1 .device-steps-holder .text {
        font-size: 1.75rem
    }
}

.nuubu-product-1 .section-entry {
    min-height: 700px
}

.nuubu-product-1 .section-entry li {
    font-weight: 400;
    margin-bottom: 1.5rem
}

.nuubu-product-1 .section-entry .background .image .text {
    font-size: .75vw;
    font-weight: 600;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    word-break: break-word
}

@media screen and (min-width:1441px) {
    .nuubu-product-1 .section-entry .background .image .text {
        font-size: 12px
    }
}

@media screen and (min-width:1024px) {
    .nuubu-product-1 .section-entry .background.lg {
        display: flex
    }

    .nuubu-product-1 .section-entry .background.sm {
        display: none
    }
}

@media screen and (max-width:1023px) {
    .nuubu-product-1 .section-entry .background.lg {
        display: none
    }

    .nuubu-product-1 .section-entry .background.sm {
        display: flex
    }

    .nuubu-product-1 .section-entry .background .image .text {
        font-size: 10px
    }
}

.nuubu-product-1 .section-compare .column {
    display: flex;
    flex-direction: column;
    width: 45%
}

.nuubu-product-1 .section-compare .item {
    display: flex;
    padding-bottom: 1.5rem;
    width: 90%
}

.nuubu-product-1 .section-compare .item.reverse {
    flex-direction: row-reverse
}

.nuubu-product-1 .section-compare .image {
    margin: 0 4% auto 0;
    min-width: 60px;
    width: 30%
}

.nuubu-product-1 .section-compare .item.reverse .image {
    margin: 0 0 auto 4%
}

.nuubu-product-1 .section-compare .text {
    font-weight: 400;
    width: 100%
}

@media screen and (min-width:768px) {
    .nuubu-product-1 .mobile-only {
        display: none !important
    }

    .nuubu-product-1 .section-entry {
        padding: 3rem 0 0 !important
    }
}

@media screen and (max-width:900px) {
    .nuubu-product-1 .speech-bubble-text {
        font-size: 2vw
    }

    .nuubu-product-1 .how-to-float-text {
        bottom: 3vw;
        font-size: 3vw
    }

    .nuubu-product-1 .how-to-float-text--left {
        left: 3vw
    }

    .nuubu-product-1 .how-to-float-text--right {
        right: 3vw
    }
}

@media screen and (min-width:768px) and (max-width:1200px) {
    .nuubu-product-1 .section-desc h1 {
        font-size: 4.75vw
    }

    .nuubu-product-1 .section-desc h2 {
        font-size: 3vw
    }
}

@media screen and (min-width:1201px) {
    .nuubu-product-1 .section-desc h1 {
        font-size: 5.5rem
    }
}

@media (min-width:768px) {
    .nuubu-product-1 .lg-m-0 {
        margin: 0 !important
    }
}

@media screen and (max-width:1360px) {
    .nuubu-product-1 .section-desc {
        padding: 2rem 0
    }

    .nuubu-product-1 .btn {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .nuubu-product-1 .btn-cta {
        padding-left: .5rem;
        padding-right: .5rem
    }
}

@media screen and (min-width:1211px) {
    .nuubu-product-1 .section-reviews .col-right .btn {
        font-size: 2.25rem
    }
}

@media screen and (max-width:1210px) {
    .nuubu-product-1 .section-reviews .col-left {
        width: 100%
    }

    .nuubu-product-1 .section-reviews .col-right {
        padding-top: 2rem;
        width: 100%
    }

    .nuubu-product-1 .section-reviews .col-right .image {
        margin-bottom: 0
    }

    .nuubu-product-1 .section-reviews .col-right .btn {
        display: none
    }

    .nuubu-product-1 .testimonials {
        width: 91.8rem
    }
}

@media screen and (max-width:1023px) {
    .nuubu-product-1 .testimonials {
        width: 30.6rem
    }

    .nuubu-product-1 .section-text .entry {
        max-width: none
    }

    .nuubu-product-1 .section-text .bg {
        display: none
    }

    .nuubu-product-1 .lg-no-bg {
        background-image: none !important
    }
}

@media screen and (max-width:767px) {
    .nuubu-product-1 .section-review .container .stars {
        width: auto
    }

    .nuubu-product-1 .gallery {
        height: auto
    }

    .nuubu-product-1 .gallery .text {
        font-size: 12px
    }

    .nuubu-product-1 html {
        font-size: 10px
    }

    .nuubu-product-1 .secure {
        display: none
    }

    .nuubu-product-1 .section-cta {
        padding-top: 1.25rem
    }

    .nuubu-product-1 .section-cta h2 {
        font-size: 1.1rem;
        line-height: normal
    }

    .nuubu-product-1 .testimonials .testimonial-item {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        margin: 0 1% .75rem;
        max-width: 12.5rem;
        padding: .35em .5rem .5rem;
        transform: none !important;
        width: 47%
    }

    .nuubu-product-1 .big {
        padding: 0
    }

    .nuubu-product-1 .testimonials .testimonial-item .image {
        margin: 0 -rem(.5rem);
        width: 2.5rem
    }

    .nuubu-product-1 .testimonials .testimonial-item .date {
        font-size: .65rem;
        margin-top: -rem(.4rem)
    }

    .nuubu-product-1 .testimonials .testimonial-item p {
        font-size: .65rem;
        line-height: .8rem;
        word-break: break-word
    }

    .nuubu-product-1 .testimonials .testimonial-item .photo {
        margin-top: 1rem
    }

    .nuubu-product-1 .testimonials .testimonial-item .rate {
        margin: 0 -rem(.5rem);
        padding: .85rem 0 .25rem
    }

    .nuubu-product-1 .testimonials .testimonial-item cite {
        font-size: .65rem;
        line-height: .75rem
    }

    .nuubu-product-1 .testimonials .testimonial-item .icon {
        display: none
    }

    .nuubu-product-1 .testimonials .testimonial-item .rate img {
        height: 1.2rem
    }

    .nuubu-product-1 .btn {
        border-radius: .75rem;
        display: block;
        font-size: .85rem;
        padding: .7rem .25rem
    }

    .nuubu-product-1 .section-hero .discount {
        margin: 0;
        padding: 0;
        width: 100%
    }

    .nuubu-product-1 .section-hero .discount .meta {
        font-size: .65rem;
        line-height: .75rem;
        padding: .5rem
    }

    .nuubu-product-1 .section-hero .discount .main {
        font-size: 1.3rem;
        line-height: normal
    }

    .nuubu-product-1 .section-hero .discount .main strong {
        font-size: 9.6rem;
        line-height: 9.6rem
    }

    .nuubu-product-1 .section-hero .discount .main .last {
        display: block;
        font-size: 1.45rem;
        margin: -.8rem 0;
        padding: 0
    }

    .nuubu-product-1 .section-hero .discount .desc {
        font-size: .95rem;
        padding: .7rem 0 .5rem
    }

    .nuubu-product-1 .section-hero .discount:before {
        content: "";
        display: none
    }

    .nuubu-product-1 .mobile-none {
        display: none !important
    }

    .nuubu-product-1 .section-how h2,
    .nuubu-product-1 .section-text h2 {
        font-size: 1.2rem;
        line-height: 1.35rem
    }

    .nuubu-product-1 .section-how h2:after,
    .nuubu-product-1 .section-text h2:after {
        content: "";
        height: .15rem;
        margin-top: .5rem;
        width: 2.5rem
    }

    .nuubu-product-1 .section-reviews .col-right {
        padding: 0 0 2rem
    }

    .nuubu-product-1 .section-reviews .col-right .btn {
        display: block
    }

    .nuubu-product-1 .section-reviews .col-right h2 {
        font-size: 1.1rem
    }

    .nuubu-product-1 .section-reviews .col-right .image {
        margin: 0 -1rem
    }

    .nuubu-product-1 .section-reviews {
        padding: 0
    }

    .nuubu-product-1 .section-how {
        padding-bottom: 1.75rem
    }

    .nuubu-product-1 .section-how h2 {
        padding-bottom: 1.5rem;
        padding-top: 1.25rem
    }

    .nuubu-product-1 .safe {
        display: none
    }

    .nuubu-product-1 .section-reviews .row {
        display: flex;
        flex-direction: column-reverse
    }

    .nuubu-product-1 .section-text {
        padding: 1.5rem 0
    }

    .nuubu-product-1 .section-text .entry {
        font-size: .9rem;
        line-height: 1.5;
        max-width: none;
        padding-bottom: 0;
        width: auto
    }

    .nuubu-product-1 .section-text .paragraph {
        font-size: 1.75rem
    }

    .nuubu-product-1 .section-text .bg {
        display: none
    }

    .nuubu-product-1 .gallery {
        flex-wrap: wrap;
        width: 100%
    }

    .nuubu-product-1 .gallery .image {
        width: 50%
    }

    .nuubu-product-1 .section-review {
        padding: 0
    }

    .nuubu-product-1 .section-review .container {
        display: block;
        padding-bottom: .375rem;
        padding-top: .375rem
    }

    .nuubu-product-1 .section-review .container .stars {
        font-size: .75rem;
        margin: auto
    }

    .nuubu-product-1 .section-review .container .stars img {
        height: .95rem;
        margin-right: .5rem
    }

    .nuubu-product-1 .section-review .container .logo {
        display: block;
        margin: 0 auto;
        width: 6rem
    }

    .nuubu-product-1 .cta .small {
        font-size: .625rem;
        padding: .5rem 0 .25rem
    }

    .nuubu-product-1 .section-desc {
        background-position: 50%;
        background-size: cover;
        padding: 2.2rem 0 1rem
    }

    .nuubu-product-1 .section-desc .text ul li {
        font-size: 1.75rem;
        line-height: 1.5;
        padding: .25rem 0 1rem
    }

    .nuubu-product-1 .section-desc h2 {
        font-size: 1.25rem;
        line-height: 1.2
    }

    .nuubu-product-1 .section-desc h1 {
        font-size: 1.5rem;
        line-height: 1.2;
        padding-bottom: 1rem
    }

    .nuubu-product-1 .section-hero {
        padding: 0 0 .25rem
    }

    .nuubu-product-1 .section-hero .container {
        display: block
    }

    .nuubu-product-1 .section-hero .image img {
        display: block;
        margin: auto;
        max-width: 100%
    }

    .nuubu-product-1 .section-review .container {
        display: flex;
        justify-content: space-evenly
    }

    .nuubu-product-1 .section-review .container .logo-stars {
        flex-direction: column;
        width: 40%
    }

    .nuubu-product-1 .section-how .step-number {
        font-size: 1rem;
        line-height: 1.5rem;
        min-width: 1.5rem;
        width: 1.5rem
    }

    .nuubu-product-1 .section-compare .column {
        width: 100%
    }

    .nuubu-product-1 .section-compare .item {
        flex-direction: column !important;
        width: 100%
    }

    .nuubu-product-1 .section-compare .image {
        margin: 0 auto 1.5rem !important;
        text-align: center;
        width: 15%
    }
}

.nuubu-product-1 .cols {
    display: flex;
    flex-wrap: wrap
}

.nuubu-product-1 .ico-item {
    display: flex;
    padding: 5px 0
}

.nuubu-product-1 .ico-item .image {
    margin-right: 20px;
    width: 10%
}

.nuubu-product-1 .fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .nuubu-product-1 .fade {
        transition: none
    }
}

.nuubu-product-1 .fade:not(.show) {
    opacity: 0
}

.nuubu-product-1 .modal-open {
    overflow: hidden
}

.nuubu-product-1 .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.nuubu-product-1 .modal {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050
}

.nuubu-product-1 .modal-dialog {
    margin: .25rem;
    pointer-events: none;
    position: relative;
    width: auto
}

.nuubu-product-1 .modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform .3s ease-out
}

@media (prefers-reduced-motion:reduce) {
    .nuubu-product-1 .modal.fade .modal-dialog {
        transition: none
    }
}

.nuubu-product-1 .modal.show .modal-dialog {
    transform: none
}

.nuubu-product-1 .modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.nuubu-product-1 .modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - rem(1rem))
}

.nuubu-product-1 .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - rem(1rem));
    overflow: hidden
}

.nuubu-product-1 .modal-dialog-scrollable .modal-footer,
.nuubu-product-1 .modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.nuubu-product-1 .modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.nuubu-product-1 .modal-dialog-centered {
    align-items: center;
    display: flex;
    min-height: calc(100% - rem(1rem))
}

.nuubu-product-1 .modal-dialog-centered:before {
    content: "";
    display: block;
    height: calc(100vh - rem(1rem))
}

.nuubu-product-1 .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.nuubu-product-1 .modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.nuubu-product-1 .modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.nuubu-product-1 .modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .15rem;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

.nuubu-product-1 .modal-backdrop {
    background-color: rgba(0, 0, 0, .5);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040
}

.nuubu-product-1 .modal-backdrop.fade {
    opacity: 0
}

.nuubu-product-1 .modal-backdrop.show {
    opacity: .5
}

.nuubu-product-1 .modal-header {
    align-items: flex-start;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(rem(.3rem) - 1px);
    border-top-right-radius: calc(rem(.3rem) - 1px);
    display: flex;
    justify-content: space-between;
    padding: .5rem
}

.nuubu-product-1 .modal-header .close {
    margin: -.5rem -.5rem -.5rem auto;
    padding: .5rem
}

.nuubu-product-1 .modal-title {
    line-height: 1.5;
    margin-bottom: 0
}

.nuubu-product-1 .modal-body {
    flex: 1 1 auto;
    padding: .5rem;
    position: relative
}

.nuubu-product-1 .modal-footer {
    align-items: center;
    border-bottom-left-radius: calc(rem(.3rem) - 1px);
    border-bottom-right-radius: calc(rem(.3rem) - 1px);
    border-top: 1px solid #dee2e6;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: .75rem
}

.nuubu-product-1 .modal-footer>* {
    margin: .125rem
}

.nuubu-product-1 .modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px
}

.nuubu-product-1 .mt-35 {
    margin-top: 1.75rem
}

.nuubu-product-1 .lang {
    margin-right: 1%
}

.nuubu-product-1 .language-flag {
    font-size: .5rem;
    padding: .25rem;
    width: 50%
}

@media (min-width:768px) {
    .nuubu-product-1 .language-flag {
        font-size: .75rem;
        width: 25%
    }
}

@media (max-width:767px) {
    .nuubu-product-1 .btn-cta {
        padding: .75rem .25rem !important
    }

    .nuubu-product-1 .md-pt-0 {
        padding-top: 0 !important
    }
}

@media (min-width:576px) and (max-width:767px) {
    .nuubu-product-1 .language-flag {
        font-size: .625rem;
        width: 33.33%
    }
}

@media screen and (max-width:576px) {
    .nuubu-product-1 .btn-cta {
        font-size: 3vw;
        width: 40%
    }

    .nuubu-product-1 .section-review .container .stars {
        display: none
    }

    .nuubu-product-1 .section-review .container .logo {
        margin: 0;
        max-width: 5rem
    }

    .nuubu-product-1 .speech-bubbles-device {
        width: 100%
    }
}

@media (min-width:576px) {
    .nuubu-product-1 .modal-dialog {
        margin: 1.75rem auto;
        max-width: 500px
    }

    .nuubu-product-1 .modal-dialog-scrollable {
        max-height: calc(100% - rem(3.5rem))
    }

    .nuubu-product-1 .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - rem(3.5rem))
    }

    .nuubu-product-1 .modal-dialog-centered {
        min-height: calc(100% - rem(3.5rem))
    }

    .nuubu-product-1 .modal-dialog-centered:before {
        height: calc(100vh - rem(3.5rem))
    }

    .nuubu-product-1 .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .nuubu-product-1 .modal-lg,
    .nuubu-product-1 .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .nuubu-product-1 .modal-xl {
        max-width: 1140px
    }
}

.nuubu-product-1 blockquote .image {
    max-width: 75px
}

@media screen and (max-width:425px) {

    .nuubu-product-1 .section-hero .discount .last,
    .nuubu-product-1 .section-hero .discount .main {
        font-size: 1.2rem !important
    }

    .nuubu-product-1 .section-hero .discount strong {
        font-size: 3.8rem !important;
        line-height: 3.8rem !important
    }

    .nuubu-product-1 .section-hero .discount .desc {
        font-size: .8rem !important
    }
}

.nuubu-ginger-orange {
    background: #ff7400 !important
}

.nuubu-ginger-text-orange {
    color: #ff7400
}

.nuubu-ginger__header-product {
    transform: scale(1.1) translateY(4%)
}

@media (max-width:575.98px) {
    .nuubu-ginger__header-product {
        max-width: 420px;
        width: 75vw
    }
}

.nuubu-ginger__header-foot {
    max-width: 850px;
    transform: translate(35%);
    width: 70vw
}

@media (max-width:1022.98px) {
    .nuubu-ginger__header-foot {
        transform: translate(5%)
    }
}

@media (max-width:575.98px) {
    .nuubu-ginger__header-foot {
        max-width: 350px;
        width: 100%
    }
}

.nuubu-ginger__header--order .nuubu-ginger__header-product {
    width: 380px
}

.nuubu-ginger__header--order .nuubu-ginger__header-foot {
    max-width: 470px;
    width: 55vw
}

.nuubu-ginger .section-how h2:after,
.nuubu-ginger .section-text h2:after {
    display: none !important
}

.nuubu-ginger .container-medium {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

* {
    outline: 0 !important
}

a {
    color: inherit
}

.container-large {
    margin-left: auto;
    margin-right: auto;
    max-width: 1250px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.nuubu-product-11 .header {
    background: url(/theme/nuubu/product-11/images/bg-hero.jpg);
    background-position: 50% 50%;
    background-size: cover
}

@media (max-width:1399.98px) {
    .nuubu-product-11 .header {
        background: url(/theme/nuubu/product-11/images/bg-hero.jpg);
        background-position: 70% 50%;
        background-size: cover
    }
}

.nuubu-product-11 .header__hero-image {
    left: -40%;
    top: 50%;
    transform: translateY(-43%);
    width: 600px
}

@media (max-width:1399.98px) {
    .nuubu-product-11 .header__hero-image {
        left: unset;
        top: unset;
        transform: none;
        width: 100%
    }
}

.nuubu-product-11 .header__image-flower {
    right: 0;
    top: 0;
    width: 250px
}

.nuubu-product-11 .section-grid__top-left {
    background: url(/theme/nuubu/product-11/images/grid-1.jpg);
    background-position: 50% 50%;
    background-size: cover;
    min-height: 230px
}

@media (max-width:767.98px) {
    .nuubu-product-11 .section-grid__top-left {
        background-position: 20% 50%;
        min-height: unset
    }

    .nuubu-product-11 .section-grid__top-left br {
        display: none
    }
}

.nuubu-product-11 .section-grid__bottom-right {
    background: url(/theme/nuubu/product-11/images/grid-2.jpg);
    background-position: 50% 50%;
    background-size: cover;
    min-height: 230px
}

@media (max-width:767.98px) {
    .nuubu-product-11 .section-grid__bottom-right {
        background-position: 20% 50%;
        min-height: unset
    }

    .nuubu-product-11 .section-grid__bottom-right br {
        display: none
    }
}

.nuubu-product-11 .section-grid__bottom-left {
    background: linear-gradient(#ceedb1 25%, 75%, #b3e287);
    min-height: 370px
}

@media (max-width:767.98px) {
    .nuubu-product-11 .section-grid__bottom-left {
        min-height: unset
    }
}

.nuubu-product-11 .section-grid__top-right {
    background: linear-gradient(#cae9ff 25%, 75%, #9cd6ff);
    min-height: 370px
}

@media (max-width:767.98px) {
    .nuubu-product-11 .section-grid__top-right {
        min-height: unset
    }
}

.nuubu-product-11 .section-grid__bottom-left,
.nuubu-product-11 .section-grid__bottom-right,
.nuubu-product-11 .section-grid__top-left,
.nuubu-product-11 .section-grid__top-right {
    transition: all .2s ease-out
}

.nuubu-product-11 .section-grid__bottom-left:hover,
.nuubu-product-11 .section-grid__bottom-right:hover,
.nuubu-product-11 .section-grid__top-left:hover,
.nuubu-product-11 .section-grid__top-right:hover {
    box-shadow: 0 0 20px rgba(33, 33, 33, .3);
    transform: scale(1.02)
}

.banner-features__image {
    width: 50px
}

.banner-features p {
    width: 90%
}

@media (max-width:767.98px) {
    .banner-features p {
        width: 70%
    }
}

.header-eshop__stars-image {
    max-width: 130px
}

.header-eshop__image-select img {
    transition: all .2s ease-out
}

.header-eshop__image-select img:hover {
    box-shadow: 0 0 20px rgba(33, 33, 33, .3);
    transform: scale(1.02)
}

.nuubu-p17__header {
    background: #edeff1
}

.nuubu-p17__header-right {
    transform: translateX(50%)
}

@media (max-width:1399.98px) {
    .nuubu-p17__header-right {
        transform: translateX(30%)
    }
}

@media (max-width:767.98px) {
    .nuubu-p17__header-right-mobile {
        padding-top: calc(30vw - 35%)
    }
}

@media (max-width:575.98px) {
    .nuubu-p17__header-right-mobile {
        padding-top: calc(40vw - 35%)
    }
}

.nuubu-p17__header-product {
    top: 50%;
    transform: translate(-50%, -50%);
    width: 320px
}

@media (max-width:1399.98px) {
    .nuubu-p17__header-product {
        transform: translate(-30%, -50%)
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .nuubu-p17__header-product-mobile {
        max-width: unset;
        right: 5vw;
        width: 130%
    }
}

@media (max-width:767.98px) {
    .nuubu-p17__header {
        background: #edeff1 url(/theme/nuubu/product-17/header-bg-mobile.jpg);
        background-position: 100% 0;
        background-repeat: no-repeat;
        background-size: 120%
    }
}

.nuubu-p17__features-img {
    transform: translate(-50%, 80%);
    width: 240px
}

@media (min-width:768px) {
    .nuubu-p17__features-right {
        padding-bottom: 120px
    }
}

.nuubu-p17__ready {
    background: #017eff
}

.nuubu-p17__ready-left {
    left: 50%;
    transform: translateX(-120%)
}

.nuubu-p17__ready-product {
    transform: translate(30%, -50%);
    width: 300px
}

@media (max-width:767.98px) {
    .nuubu-p17__ready {
        background: #017eff url(/theme/nuubu/product-17/are-you-ready-bg-mobile.jpg);
        background-position: 100% 0;
        background-repeat: no-repeat;
        background-size: 120%
    }
}

.amzn-text-orange {
    color: #f90
}

.amzn-bg-orange {
    background-color: #f90
}

.amzn-text-brightgreen {
    color: #1ac70e
}

.amzn-bg-brightgreen {
    background-color: #1ac70e
}

.amzn__special {
    background: #252e3c
}

.amzn__special-img {
    max-height: 60px
}

.amzn__choice-stars {
    max-width: 120px
}

.amzn__choice-clipped {
    -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%)
}

.amzn__update-logo {
    max-width: 130px
}

.amzn__btn {
    background: #1ac70e
}

.amzn__btn:hover {
    background: #0e6807
}

.amzn__btn-img {
    max-width: 30px
}

@media (min-width:1023px) {
    .m-lavender__header--pumice {
        background-image: url(/theme/melzu-foot/upsells/melzu-pumice-stone/bg-header.jpg?1);
        background-position: 25% 50%;
        background-size: cover
    }
}

@media (max-width:1022.98px) {
    .m-lavender__header--pumice {
        background-image: url(/theme/melzu-foot/upsells/melzu-pumice-stone/bg-header-mobile.jpg);
        background-position: 25% 65%;
        background-size: cover
    }
}

@media (min-width:1023px) {
    .m-lavender__header--callus {
        background-image: url(/theme/melzu-foot/upsells/get-melzu-premium-callus-remover/bg-header.jpg);
        background-position: 25% 50%;
        background-size: cover
    }
}

@media (max-width:1022.98px) {
    .m-lavender__header--callus {
        background-image: url(/theme/melzu-foot/upsells/melzu-pumice-stone/bg-header-mobile.jpg);
        background-position: 25% 65%;
        background-size: cover
    }
}

.m-lavender__about--pumice-video,
.m-lavender__about--pumice .m-lavender__about-video {
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width:768px) {
    .m-lavender__promote--pumice {
        background: 50%/cover url(/theme/melzu-foot/upsells/melzu-pumice-stone/bg-promote.jpg) no-repeat
    }
}

@media (max-width:767.98px) {
    .m-lavender__promote--pumice {
        background: 0/100% 100% url(/theme/melzu-foot/upsells/melzu-pumice-stone/bg-promote-mobile.jpg) no-repeat
    }
}

@media only screen and (min-width:1950px) {
    .m-lavender__promote--pumice {
        background: 50% 50%/cover url(/theme/melzu-foot/upsells/melzu-pumice-stone/bg-promote.jpg) no-repeat
    }
}

.m-lavender__promote--pumice .m-lavender__promote-product {
    right: -4%;
    top: -65px
}

@media (min-width:1400px) {
    .m-lavender__promote--pumice .m-lavender__promote-product {
        right: -10%
    }
}

.m-lavender__promote--pumice .m-lavender__promote-product-img-mobile {
    margin-bottom: -30px
}

@media (max-width:575.98px) {
    .m-lavender__promote--pumice .m-lavender__promote-product-img-mobile {
        left: -10%;
        max-height: 280px;
        top: -28px
    }
}

@media (min-width:576px) and (max-width:1022.98px) {
    .m-lavender__promote--pumice .m-lavender__promote-product-img-mobile {
        max-height: 220px
    }
}

.bg-melzu-pumice--primary {
    background-color: #0097fe
}

@media (min-width:1400px) {
    .m-lavender__header-hero {
        left: -15%;
        min-width: 580px;
        top: -2%
    }
}

@media (min-width:576px) {
    .m-lavender__header-hero {
        left: 0;
        max-width: 45%
    }
}

@media (min-width:768px) {
    .m-lavender__header--lavender {
        background: url(/theme/melzu-foot/upsells/melzu-lavender-foot-masks/bg-header.jpg) no-repeat 50% 50%
    }
}

@media (max-width:767.98px) {
    .m-lavender__header--lavender {
        background: url(/theme/melzu-foot/upsells/melzu-lavender-foot-masks/bg-header-mobile.jpg) no-repeat 50% 20%
    }
}

.m-lavender__header-order-button {
    background: #29d54f;
    border-radius: 8px
}

.m-lavender__promote--lavender .m-lavender__promote-product {
    right: -100px;
    top: -52px
}

@media (max-width:575.98px) {
    .m-lavender__promote--lavender .m-lavender__promote-product-img-mobile {
        max-height: 280px;
        top: -28px
    }
}

@media (min-width:576px) and (max-width:1022.98px) {
    .m-lavender__promote--lavender .m-lavender__promote-product-img-mobile {
        max-height: 350px;
        top: -44px
    }
}

.m-lavender__promote--lavender .m-lavender__promote-product-img {
    max-height: 410px
}

@media (min-width:1023px) {
    .m-lavender__promote--lavender {
        background: 0/100% 100% url(/theme/melzu-foot/upsells/melzu-lavender-foot-masks/bg-about.jpg) no-repeat
    }
}

@media (max-width:1022.98px) {
    .m-lavender__promote--lavender {
        background: 0/100% 100% url(/theme/melzu-foot/upsells/melzu-lavender-foot-masks/bg-about-mobile.jpg) no-repeat
    }
}

@media only screen and (min-width:1950px) {
    .m-lavender__promote--lavender {
        background: 50% 50%/cover url(/theme/melzu-foot/upsells/melzu-lavender-foot-masks/bg-about.jpg) no-repeat
    }
}

.m-lavender__about-video {
    -o-object-fit: cover;
    object-fit: cover
}

.bg-melzu-lavender--primary {
    background-color: #bf73e3
}

.n-ginger__header {
    background-image: url(/theme/upsells/get-nuubu-ginger/header-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width:1023px) {
    .n-ginger__header-product {
        bottom: -25%
    }
}

.n-ginger__btn {
    background: #29d54f;
    border-radius: 8px
}

.n-ginger__hello {
    background-image: url(/theme/upsells/get-nuubu-ginger/footer-banner-bg.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 1500px
}

@media (min-width:2000px) {
    .n-ginger__hello {
        background-size: 1650px
    }
}

@media (max-width:1022.98px) {
    .n-ginger__hello {
        background-size: 1200px
    }
}

@media (max-width:575.98px) {
    .n-ginger__hello {
        background-position: 20% 0
    }
}

.n-ginger__hello-img {
    pointer-events: none;
    transform: scale(1.1) translate(-10%, 10%)
}

.n-matcha-green {
    background-color: #7cbc3c
}

.n-matcha__header {
    background-image: url(/theme/upsells/get-nuubu-matcha-mask/header-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width:1023px) {
    .n-matcha__header-product {
        bottom: -25%
    }
}

@media (max-width:1022.98px) {
    .n-matcha__header {
        background-position: 50%
    }
}

.n-matcha__header .order-quantity-options__label,
.n-matcha__header input:checked+.order-quantity-options__label {
    border-width: 5px
}

.n-matcha__btn {
    background: #7cbc3c;
    border-radius: 8px
}

.n-matcha__about-li:before {
    color: #7cbc3c;
    content: "•";
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin-left: -15px;
    margin-top: -6px;
    position: absolute
}

.n-matcha__glowing {
    background-repeat: no-repeat
}

@media (min-width:2000px) {
    .n-matcha__glowing {
        background-size: 1650px
    }
}

@media (max-width:767.98px) {
    .n-matcha__glowing {
        background-image: url(/theme/upsells/get-nuubu-matcha-mask/footer-banner-bg-mobile.jpg)
    }
}

@media (min-width:768px) {
    .n-matcha__glowing {
        background-image: url(/theme/upsells/get-nuubu-matcha-mask/footer-banner-bg.jpg);
        background-position: 0;
        background-size: 1500px
    }
}

@media (min-width:1400px) {
    .n-matcha__glowing {
        background-position: 50% 0
    }
}

.n-matcha__glowing-img {
    max-width: 420px;
    pointer-events: none;
    transform: scale(1.2) translate(-10%, 20%)
}

@media (max-width:1022.98px) {
    .n-matcha__glowing-img {
        bottom: -30%;
        left: 50%;
        transform: translate(-50%, 20%)
    }
}

@media (max-width:575.98px) {
    .n-matcha__glowing-img {
        max-width: 350px
    }
}

.n-matcha .order-quantity-options__label--matcha {
    border: 3px solid #7cbc3c
}

.common-upsells-get-nuubu-4 .section-hero {
    background: url(/theme/upsells/get-nuubu-4/bg-hero-4.jpg) no-repeat 50%/cover
}

.common-upsells-get-nuubu-4 .section-hero .discount:before {
    background: none
}

@media (min-width:1023px) {
    .common-upsells-get-nuubu-4 .section-hero {
        background-position: 0 50%;
        background-size: contain
    }
}

.nuubu-tea-green {
    background: #7cbc3c
}

.nuubu-tea-text-green {
    color: #7cbc3c
}

.nuubu-tea__header {
    background: url(/theme/nuubu/tea/tea_header_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.nuubu-tea__header-cloud {
    bottom: -35%;
    min-width: 450px;
    right: -30%
}

@media (min-width:576px) {
    .nuubu-tea__header-cloud {
        min-width: 650px
    }
}

.nuubu-tea__header .order-quantity-options__label {
    border-width: 5px
}

.nuubu-tea__header input:checked+.order-quantity-options__label {
    border-color: #387ff5;
    border-width: 5px;
    opacity: 1
}

.nuubu-tea-bullets-color li::marker {
    color: #7cbc3c
}

.nuubu-tea-powder {
    background: url(/theme/nuubu/tea/powder.jpg);
    background-position: 50%;
    background-size: cover
}

.nuubu-tea-powder__img {
    margin-bottom: -25px;
    margin-right: -20%;
    text-align: right;
    transform: translate(25%)
}

@media (min-width:576px) {
    .nuubu-tea-powder__img {
        margin-right: 0;
        text-align: center;
        transform: scale(1.1)
    }
}

.section-testimonials__review {
    border: 1px solid #b9b9b9;
    border-radius: 3px;
    flex-basis: auto !important;
    width: 33%
}

@media (max-width:1399.98px) {
    .section-testimonials__review {
        margin: auto;
        width: 48%
    }
}

@media (max-width:767.98px) {
    .section-testimonials__review {
        width: 100%
    }
}

.section-testimonials__profile-image {
    width: 40%
}

.section-testimonials__stars-image {
    left: 35%;
    top: 51%;
    width: 35%
}

.section-testimonials__name {
    left: 35%;
    top: 32%
}

.order-page-nuubu__free-ebook {
    background: #007ffd;
    border-radius: 5px
}

.order-page-nuubu__free-ebook-gift {
    right: 20px;
    width: 60px
}

.order-page-nuubu__free-ebook-text {
    padding-right: 50px
}

@media (max-width:575.98px) {
    .order-page-nuubu__free-ebook-text {
        padding-right: 70px
    }
}

.fake-survey {
    background-color: #363636;
    border-radius: 8px 8px 0 0;
    color: #fff;
    width: 340px;
    z-index: 9
}

@media (max-width:575.98px) {
    .fake-survey {
        width: 100%
    }
}

.fake-survey__arrow {
    background-color: #363636;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    bottom: 99%;
    min-height: 30px;
    min-width: 85px;
    right: 9%
}

@media (max-width:575.98px) {
    .fake-survey__arrow {
        min-width: 20%;
        right: 40%
    }
}

.fake-survey__logo {
    max-width: 120px
}

.fake-survey__text-area {
    background-color: #363636;
    border: 1px solid #71c570;
    color: hsla(0, 0%, 100%, .5);
    resize: none
}

.fake-survey__btn-light-green {
    background-color: #1ac70e
}



/* jquery modal css */

.blocker {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  overflow: auto;
  z-index: 1000;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.5);
  text-align: center;
}
.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  text-align: left;
  border-radius: 4px
}
.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==');
}
.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}
.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.5) }
  20% { -webkit-transform: scaleY(1.0) }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
/* stripePopup start */
.stripePopup {
    padding: 30px;
    height: auto;
}


.stripePopup .modalTitle {
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.stripePopup .popup-content {
    margin-top: 20px;
}

.stripePopup .order-list {
    overflow-y: auto;
    max-height: 300px;
}

.stripePopup .popup-content .product-name{
    max-width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.stripePopup .popup-content .popup-header {
    box-shadow: 0px 0px 20px rgba(0, 23.38, 9.35, 0.15); 
    border-radius: 4px;
    overflow: hidden;
}
.stripePopup .popup-content .popup-header .header-title {
    font-size: 18px;
    font-weight: 700;
    background-color: #58B158;
    padding: 18px;
    color: #fff;
    display: flex;
    justify-content: space-between;
}
.stripePopup .popup-content .popup-header .header-subTitle {
    font-size: 16px;
    font-weight: 400;
    background-color: #fff;
    padding: 18px;
    color: #333;
    display: flex;
    justify-content: space-between;
}

.stripePopup .popup-content .order-content {
    margin-top: 30px;
    padding: 12px 0;
    border-radius: 4px;
    border: 1px solid #eee;
}

.stripePopup .popup-content .order-content .order-header,
.stripePopup .popup-content .order-content .order-list .order-item {
    display: flex;
    justify-content: space-between;
    color: #9c9c9c;
    word-wrap: break-word;
    border-bottom: 1px solid #eee;
}

.stripePopup .popup-content .order-content .order-header {
    font-size: 12px;
    padding-bottom: 8px;
    font-weight: 700;
    margin: 0 17px;
}

.stripePopup .popup-content .order-content .order-list .order-item {
    font-size: 12px;
    padding: 8px 0;
    margin: 0 17px;
}

.stripePopup .popup-content .order-content .order-list .order-item:last-child {
    border: none;
    padding-bottom: 0;
}

.stripePopup .popup-content .popup-footer {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.stripePopup .popup-content .popup-footer .confirm {
    padding: 10px 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background-color: #58B158;
    border-radius: 19.5px;
    cursor: pointer;
}
/* stripePopup end */
/* progressPopup start */
.progressPopup {
    padding: 65px;
    max-width: 560px;
    height: auto;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.progressPopup .progress-box  {
    display: flex;
    align-items: center;
}
.progressPopup .progress-box .progress {
    flex: 1;
    background-color: #d9d9d9;
    border-radius: 23px;
}

.progressPopup .progress-box .progress .greenLine {
    background-color: #58B158;
    border-radius: 23px;
    width: 30%;
    transition: width .7s ease;
}
.progressPopup .progress-box .percentage {
    margin-left: 8px;
}
@media screen and (max-width: 767px) {
    .stripePopup {
        padding: 15px 20px;
    } 
    .stripePopup .popup-content .popup-header .header-title {
        font-size: 16px;
        padding: 10px;
    }
}
/* progressPopup end */

.btn--no-transform{
  position: relative;
  border:none;
  box-shadow: 0 3px 0 #0aa80d;
}
.no-thanks{
  position: relative;
}
.btn--no-transform.loading{
  box-shadow: none;
}
.btn--no-transform.loading::after{
  background:rgba(255,255,255,0.8) url("../img/spinner.gif") no-repeat;
  border-radius:8px;
}
.no-thanks.loading::after{
  background:rgba(255,255,255,0.4) url("../img/spinner.gif") no-repeat;
  border-radius:7px;
}
.btn--no-transform.loading::after,.no-thanks.loading::after{
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  background-size: 60px 60px;
  background-position: center;
}

.product-suit-box,.product-base-box{
  width:60%;
}
.stripePopup .popup-content .product-suit-box .product-name,
.stripePopup .popup-content .product-base-box .product-name{
  max-width:100%
}
.product-price.center{
  display:flex;
  align-items:center;
  text-align: right;
}

.product-name{
  font-size:14px;
}
.stripePopup .popup-content .product-name{
  max-width:100%
}
.product-name-box{
  width:60%
}
.popup-content .product-varName{
  font-size:12px;
  margin-top:12px;
  max-width:100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-name-box .product-name{
  font-size:16px;
}

.product-name-box .product-varName{
  margin-top: 8px;
  color:#9c9c9c
}

.header-subTitle .product-price{
  font-weight: 700
}
.order-item .product-price{
  font-size:14px;
}


/** pc */
.popup-thankyou-common {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
}

.popup-thankyou-mini {
  border-radius: 8px;
  padding: 20px 19px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  transform: translate(-100%, 0);
  transition: all .5s ease;
}

.show.popup-thankyou-mini {
  transform: translate(0, 0); 
}



@media screen and (max-width: 767px) {
  .popup-thankyou-mini {
    display: none;
  }
}

.popup-thankyou-mini__title {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(240, 240, 240, 1);
}

.popup-thankyou-mini__title img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
} 

.popup-thankyou-mini__item {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
}

.popup-thankyou-mini__label {
  color: rgba(156, 156, 156, 1);
}

.popup-thankyou-mini__clock {
  display: flex;
  align-items: center;
  width: fit-content;
  height: 33px;
  padding: 0 16px;
  margin-top: 16px;
  background: rgba(62, 132, 184, 1);
  border-radius: 16px;
}

.popup-thankyou-mini__clock-icon {
  width: 18px;
  height: 18px;
  margin-bottom: 2px;
}

.popup-thankyou-mini__clock-time {
  width: 64px;
  height: 21px;
  padding: 0 8px;
  margin: 0 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
  color: rgba(62, 132, 184, 1);
  background: #fff;
  border-radius: 10px;
}

.popup-thankyou-mini__clock-text {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 500;
}

/** mo */
.mo-popup-thankyou-common {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999; 
}

.mo-popup-thankyou-mini {
  display: none;
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .mo-popup-thankyou-mini {
    display: flex;
  }
}

.mo-popup-thankyou-mini__left {
  flex: 1;
  padding: 12px;
  background: #fff;
}

.mo-popup-thankyou-mini__title {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(240, 240, 240, 1);
}

.mo-popup-thankyou-mini__title img {
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
  margin-right: 4px;
} 

.mo-popup-thankyou-mini__detail {
  margin-top: 3px;
}

.mo-popup-thankyou-mini__item {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 500;
}

.mo-popup-thankyou-mini__label {
  color: rgba(156, 156, 156, 1);
}

.mo-popup-thankyou-mini__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  background: rgba(62, 132, 184, 1);
}

.mo-popup-thankyou-mini__clock {
  display: flex;

}

.mo-popup-thankyou-mini__clock-icon {
  width: 18px;
  height: 18px;
  margin-bottom: 2px;
}

.mo-popup-thankyou-mini__clock-text {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.mo-popup-thankyou-mini__clock-time {
  width: 61px;
  height: 19px;
  margin-left: 3px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  color: rgba(62, 132, 184, 1);
  background: #fff;
  border-radius: 9px;
}

.single-line-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* popup-thankyou */

.popup-thankyou-mask {
  display: none;
  position: fixed;
  top: 0;
  left:0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity .5s ease;
  z-index: 1000;
}

.popup-thankyou-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left:0;
  width: 100vw;
  height: 100vh;
  transform: translate(-100%, 0);
  z-index: 1000;
}

.popup-thankyou-side .popup-thankyou-wrap {
  display: block;
  top: unset;
  bottom: 0;
  width: auto;
  height: auto;
  transition: all .5s ease;
} 

.show .popup-thankyou-mask {
  display: block;
  opacity: 1;
}

.show.popup-thankyou-side .popup-thankyou-mask {
  opacity: 0;
}

.show.popup-thankyou-side .popup-thankyou-wrap {
  transform: translate(0px, 0px);
}

.show.popup-thankyou-center .popup-thankyou-wrap {
  transform: translate(0px, 0px);
}

.popup-thankyou-container {
  width: 500px;
  padding: 38px 34px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.popup-thankyou__header {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(240, 240, 240, 1);
}

.popup-thankyou__header-icon {
  width: 43px;
  height: 43px;
  margin-right: 20px;
}

.popup-thankyou__header-right {
  font-size: 20px;
  line-height: 24px;
}

.popup-thankyou__header-title,
.popup-thankyou__header-desc {
  font-weight: 700;
}

.popup-thankyou__header-right p {
  margin: 0;
}

.popup-thankyou__header-desc--green {
  color: rgb(88, 177, 88);
}

.popup-thankyou__order-name {
  margin: 20px 0;
  font-size: 20px;
  font-weight: 700;
}

.popup-thankyou__order-name--green {
  color: rgb(88, 177, 88);
}

.popup-thankyou__thead, 
.popup-thankyou__tbody-item, 
.popup-thankyou__tfooter {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.popup-thankyou__thead, 
.popup-thankyou__tbody-item {
  padding: 8px 0;
  border-bottom: 1px solid rgb(240, 240, 240);
}

.popup-thankyou__thead,
.popup-thankyou__tfooter {
  font-weight: 700;
}

.popup-thankyou__tfooter {
  padding-top: 19px;
}

.popup-thankyou__tbody-label span {
  display: block;
  font-size: 12px;
  color: rgba(156, 156, 156, 1);
  margin-top: 12px;
}

.popup-thankyou__tbody-content span {
  display: block;
}

.popup-thankyou__tbody-content-quantity {
  margin-top: 12px;
  color: rgba(156, 156, 156, 1); 
  font-size: 12px;
  line-height: 1;
  text-align: right;
}

.popup-thankyou__button-continue {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 201px;
  height: 39px;
  margin: 24px auto 0;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: rgb(88, 177, 88);
  border-radius: 4px;
}

.popup-thankyou-side .popup-thankyou__button-continue {
  display: none;
}

@media screen and (max-width: 767px) {

  .popup-thankyou-mask {
    display: none;
    opacity: 0;
    transition: all .5s ease;
    touch-action: none;
  }

  .popup-thankyou-wrap {
    display: block;
    width: 100vw;
    height: auto;
    top: unset;
    bottom: 0;
    transition: all .5s ease;
    transform: translate(0px, 100%);
  }

  .popup-thankyou-container {
    width: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .show .popup-thankyou-mask {
    opacity: 1;
    display: block;
  }

  .show .popup-thankyou-wrap {
    transform: translate(0px, 0px);
  }

  .popup-thankyou__header {
    padding-bottom: 18px; 
  }

  .popup-thankyou__header-icon {
    width: 26px;
    height: 26px;
    margin-right: 10px;
  } 

  .popup-thankyou__header-right {
    font-size: 14px;
    line-height: 16px;
  }

  .popup-thankyou__order-name {
    font-size: 16px;
    margin: 22px 0;
  }

  .popup-thankyou__button-continue {
    display: none;
  }

}

.order-button {
  display: none;
}

@media screen and (max-width: 767px) {
  .order-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 137px;
    right: 13px;
    width: 59px;
    height: 59px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: rgb(88, 177, 88);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    z-index: 998;
  } 
  .order-button.order-button--hidden {
    display: none;
  }
}

.skip-summary {
  position: relative;
  font-size: 14px;
  border: none;
  background: none;
  color: #000;
  text-decoration: underline;
}

.skip-summary.loading::after{
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  background:rgba(255,255,255,0.4);
  background-image: url("../img/spinner.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
  border-radius:7px;
}
  
@media screen and (max-width: 767px) {
  .skip-summary {
    font-size: 12px;
   }
}

/* order confirm */

.order-confirm-tip {
  margin-top: 20px;
}

.order-confirm-tip p{
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: rgb(156, 156, 156);
}

.order-confirm-tip p span{
  margin-bottom: 0;
  color: rgb(88, 177, 88);
  font-weight: 700;
}

.popup-footer-buttons {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.popup-footer-buttons .confirm, 
.popup-footer-buttons .popup-button-return {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background-color: rgb(88, 177, 88);
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}

.popup-footer-buttons .confirm {
  width: 271px;
}

.popup-footer-buttons .popup-button-return {
  width: 137px;
  background-color: rgb(255, 247, 235);
  border: 1px solid rgb(254, 156, 20);
  color: rgb(254, 156, 20);
}

@media screen and (max-width: 767px) {
  .order-confirm-tip {
    margin-top: 15px;
  }

  .order-confirm-tip p{
    font-size: 12px;
    line-height: 14px;
  }
  
  .popup-footer-buttons {
    margin-top: 15px;
    flex-direction: column;
  }

  .popup-footer-buttons .confirm {
    order: 1;
    width: 100%;
  }
  
  .popup-footer-buttons .popup-button-return {
    margin-top: 10px;
    width: 100%;
    order: 2;
  }
}

.popup-settled-tip {
  display: none;
}

.popup-settled-tip-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left:0;
  width: 100vw;
  height: 100vh;
  z-index: 1001;
}

.popup-settled-tip-mask {
  display: none;
  position: fixed;
  top: 0;
  left:0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity .5s ease;
  z-index: 1001;
}

.popup-settled-tip__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 465px;
  height: 162px;
  background: #fff;
  border-radius: 8px;
}

.popup-settled-tip__title {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.popup-settled-tip__loading {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.popup-settled-tip__loading img {
  width: auto;
  height: 60px;
}

.show.popup-settled-tip {
  display: block;
}

.show.popup-settled-tip .popup-settled-tip-mask {
  display: block;
  opacity: 1;
}

@media screen and (max-width: 767px) { 
  .popup-settled-tip__content {
    width: 320px;
    height: 130px;
    padding: 42px 21px 20px;
  } 
  .popup-settled-tip__title {
    font-size: 14px;
  }
  .popup-settled-tip__loading img {
    height: 36px;
  }
}

.stripePopup .modalTitle span {
  width: 100%;
}

@media screen and (max-width: 767px) { 
  .stripePopup .modalTitle {
    text-align: center;
    font-size: 18px;
  }
  .stripePopup .header-title {
    font-size: 14px;
  }
  .stripePopup .product-name {
    font-size: 12px;
  }
  .stripePopup .product-price {
    font-size: 12px;
    text-align: right;
  }
  .stripePopup .popup-content .popup-header .header-subTitle {
    padding: 18px 10px;
  }
}