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

@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 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@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 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@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: 1410px
    }
}

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

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

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

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

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

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

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

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

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

@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 {
        width: 100%;
        padding-right: 24px;
        padding-left: 24px;
        margin-right: auto;
        margin-left: auto
    }
}

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

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

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

.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);
    margin-bottom: 0;
    line-height: 1.5
}

@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-weight: 600;
    font-size: var(--note1-font-size, 14px);
    line-height: 1.42;
    margin-bottom: 0
}

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

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

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

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

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

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

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

    .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-weight: 600;
        font-size: var(--note1-font-size, 14px);
        line-height: 1.42
    }

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

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

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

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

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

    .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-weight: 600;
        font-size: var(--note1-font-size, 14px);
        line-height: 1.42
    }

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

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

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

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

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

    .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-weight: 600;
        font-size: var(--note1-font-size, 14px);
        line-height: 1.42
    }

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

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

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

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

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

    .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;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    padding: var(--btn-padding, 10px 20px);
    line-height: 1.6;
    -webkit-transition: all .2s ease;
    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 {
    outline: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: var(--btn-background-primary, #0fd13d);
    color: #fff;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

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

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

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

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

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

.btn.btn-black:focus,
.btn.btn-black.focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5)
}

.btn.btn-black.disabled,
.btn.btn-black:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000
}

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

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5)
}

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

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

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

.btn.btn-white:focus,
.btn.btn-white.focus {
    color: #333;
    background-color: #ececec;
    border-color: #e6e6e6;
    -webkit-box-shadow: 0 0 0 .2rem rgba(224, 224, 224, .5);
    box-shadow: 0 0 0 .2rem rgba(224, 224, 224, .5)
}

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

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

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(224, 224, 224, .5);
    box-shadow: 0 0 0 .2rem rgba(224, 224, 224, .5)
}

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

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

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

.btn.btn-blue:focus,
.btn.btn-blue.focus {
    color: #fff;
    background-color: #0030d9;
    border-color: #002dcc;
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 86, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 86, 255, .5)
}

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

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

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 86, 255, .5);
    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 {
    -webkit-box-shadow: var(--btn-box-shadow-primary-hover, 0 .7rem .7rem rgba(0, 0, 0, .5));
    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
}

.pointer-events-none-disabled[disabled] {
    pointer-events: none
}

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

.footer--huusk {
    background: #000
}

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

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

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

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

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

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

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

.footer__list-item--contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
    color: #4a4a4a
}

@media (min-width: 768px) {
    .footer__copy-holder {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

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

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

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

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

.footer__contact--enence .footer__contact-icon {
    background: rgb(225, 42, 99)
}

.footer__contact--ryoko .footer__contact-icon {
    background: rgb(231, 108, 18)
}

.footer__contact--huusk .footer__contact-icon {
    background: rgb(255, 153, 0)
}

.footer__contact--melzu .footer__contact-icon {
    background: rgb(191, 115, 227)
}

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

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

.footer--2 .footer__title,
.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 {
    color: #fff
}

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

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

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

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

.srb {
    z-index: 9;
    top: -1px;
    margin-bottom: -1px;
    background: #FFF
}

@media (max-width: 575.98px) {
    .srb {
        background: #000
    }
}

.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 {
    min-width: 100px;
    max-width: 180px;
    width: 25%
}

.srb a {
    z-index: 11
}

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

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

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

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

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

.limited-time-promo {
    background: #fff
}

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

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

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

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

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

.upsell-steps {
    padding: 3px 0
}

.upsell-steps__step {
    -webkit-transform: scaleX(1.03);
    transform: scaleX(1.03);
    -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;
    background: rgb(241, 241, 241)
}

.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 {
    width: 20px;
    height: 20px;
    border-radius: 100px;
    color: #b1b1b1;
    border: 1px solid #B1B1B1
}

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

.nav {
    padding: 10px 0;
    width: 100%;
    background: #fff
}

.nav--legacy .nav__items--mobile.show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    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:not(.nav--opened) .nav__item:not(.nav__item--btn) {
    color: inherit
}

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

.nav--opened,
.nav--white {
    background: #fff
}

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

.nav--white .nav__item--btn {
    background: #fe346e
}

.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;
    -webkit-transition: color .23s ease-in-out;
    transition: color .23s ease-in-out
}

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

.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 {
    color: #fff
}

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

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

.nav--2 .nav__item--btn:hover {
    color: #333;
    background-color: #ececec;
    border-color: rgba(0, 0, 0, 0)
}

.nav--2 .nav__item--btn:focus,
.nav--2 .nav__item--btn.focus {
    color: #333;
    background-color: #ececec;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 .2rem rgba(51, 51, 51, .5);
    box-shadow: 0 0 0 .2rem rgba(51, 51, 51, .5)
}

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

.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 {
    color: #333;
    background-color: #e6e6e6;
    border-color: rgba(0, 0, 0, 0)
}

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(51, 51, 51, .5);
    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 {
    color: #fff
}

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

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

.nav--3 .nav__item--btn:hover {
    color: #333;
    background-color: #ececec;
    border-color: rgba(0, 0, 0, 0)
}

.nav--3 .nav__item--btn:focus,
.nav--3 .nav__item--btn.focus {
    color: #333;
    background-color: #ececec;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 .2rem rgba(51, 51, 51, .5);
    box-shadow: 0 0 0 .2rem rgba(51, 51, 51, .5)
}

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

.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 {
    color: #333;
    background-color: #e6e6e6;
    border-color: rgba(0, 0, 0, 0)
}

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(51, 51, 51, .5);
    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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

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

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

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

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

.nav__close {
    display: none
}

.nav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav__items--mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

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

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

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

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

.nav__item:hover {
    opacity: .8
}

.nav__item--btn {
    background-color: #fe346e;
    border-color: transparent;
    border-radius: 3px;
    color: #fff;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .41);
    box-shadow: inset 0 1px rgba(255, 255, 255, .41);
    padding: 10px;
    max-width: 250px
}

.nav__item--btn:hover {
    color: #fff;
    background-color: #fe0e53;
    border-color: rgba(0, 0, 0, 0)
}

.nav__item--btn:focus,
.nav__item--btn.focus {
    color: #fff;
    background-color: #fe0e53;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

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

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

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5)
}

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

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

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

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

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

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

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

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

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

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

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

.nav__toggle-close {
    display: none
}

.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-left: 10px solid transparent;
    -webkit-transform: translate(50%, -100%);
    transform: translate(50%, -100%);
    border-right: 10px solid transparent;
    border-bottom: 15px solid #FFF;
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    top: 0
}

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

.nav__dropdown .nav__item {
    color: #000;
    padding: 10px 0;
    display: block;
    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
}

.nav--delivery {
    background-color: #2474bf
}

@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 {
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 16px 24px;
    vertical-align: top;
    display: inline-block;
    color: #fff;
    background: #0fd13d;
    border-radius: 16px;
    -webkit-box-shadow: 0 3.2px 3.2px rgba(0, 0, 0, .35);
    box-shadow: 0 3.2px 3.2px rgba(0, 0, 0, .35);
    text-transform: capitalize
}

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

.modal-body__no-button {
    background-color: rgba(220, 221, 222, .47);
    color: #fff
}

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

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

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

@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
    }
}

.gadgets {
    background: 60%/cover url(../images/bg.jpg) no-repeat
}

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

@media (min-width: 768px) {

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

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

.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 {
    opacity: 1 !important;
    border-radius: 11px;
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #1ac70e;
    border: 2px solid #1AC70E;
    -webkit-box-shadow: inset 0 0 2px 0 white, 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);
    box-shadow: inset 0 0 2px #fff, inset 0 0 3px rgba(0, 0, 0, .3), inset 0 0 3px 5px rgba(0, 0, 0, .03), 2px 2px 4px rgba(0, 0, 0, .25)
}

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

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

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

.cod-explanatory {
    background: #fff;
    color: #fff
}

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

@media (max-width: 767.98px) {
    .cod-explanatory {
        background: #fff
    }
}

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

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

.cod-explanatory__btn {
    background: var(--btn-background-primary, #0fd13d)
}

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

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

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

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

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

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

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

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

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.out-of-stock-alert {
    color: #ee5051;
    background-color: #ffe9e9;
    border: 1px solid #FF0000
}

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

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

.cod-banner-2__btn,
.cod-banner-2__btn-wrapper {
    background: #fff
}

.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 {
    width: 60px;
    height: 60px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    background-color: #f90;
    padding: 7px
}

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

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

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

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

.cod-delivery__banner-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 25%
}

.bf-v1 {
    z-index: 20;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: radial-gradient(62.37% 62.37% at 50% 50%, #72c6f8 0%, #06527e .01%, #000000 100%)
}

@media (min-width: 1023px) {
    .bf-v1 {
        background-image: radial-gradient(62.37% 62.37% at 50% 50%, #72c6f8 0%, #06527e .01%, #000000 100%)
    }
}

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

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

.bf-v1__btn {
    background: #29A9F4 !important;
    border: 1px solid #06527e !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

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

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

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

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

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

.c2022 .c2022-header-bg {
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    background-size: cover !important;
    color: #fff;
    background-image: url(../images/header-bg.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: 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(../images/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(../images/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 center !important
    }
}

.c2022 .c2022-header-bg-klaudena {
    background-repeat: no-repeat;
    background-position: 40% center;
    background-image: url(../images/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
}

@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(../images/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 center
    }
}

@media (max-width: 767.98px) {
    .c2022 .c2022-header-bg-klaudena {
        background-image: url(../images/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 center
    }
}

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

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

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

.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 rgba(255, 255, 255, .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: rgba(255, 255, 255, .5);
    -webkit-text-stroke: 0 rgba(255, 255, 255, .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 {
    color: #fff !important;
    background: #29D54F !important;
    border: unset !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.tracking {
    background: #F2F2F2
}

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

.tracking__header-text {
    top: -55px
}

.tracking__track {
    top: -110px
}

.tracking__results-top {
    background: #fff
}

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

.tracking__input {
    border: 1px solid #E5E5E5
}

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

.tracking__overlay-spinner {
    width: 100px;
    height: 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
}

.order-option-selection,
.order-option-active-selection {
    border-radius: 8px;
    border: 1px solid transparent
}

.order-option-selection {
    border-color: #909090
}

.order-option-selection-color1 {
    background-color: #c6d4e2
}

body {
    background: #fff;
    color: #000;
    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: #F9F9F9
}

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,
.order-box-shadow {
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, .25);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, .25)
}

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

.btn {
    border-radius: 5px
}

.link-color a {
    color: #000
}

.customer-support-select {
    border-color: #000
}

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

.big-price {
    color: #06cfe0
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.text-underline {
    text-decoration: underline
}

.side-note {
    border: 1px solid gray;
    color: gray;
    padding: 10px
}

.order-page-melzu {
    padding-top: 20px
}

.order-page-melzu__order-box {
    padding: 15px 10px;
    background: #fff;
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    margin-bottom: 2%
}

.order-page-melzu__order-box .order-form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 49%;
    padding: 0;
    overflow: hidden;
    position: relative
}

@media (max-width: 1022.98px) {
    .order-page-melzu__order-box .order-form-check {
        width: 100%
    }
}

.order-page-melzu__order-box .order-form-check input {
    display: none
}

.order-page-melzu__order-box .order-form-check label {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.order-page-melzu__order-box .order-form-check--rounded {
    border-radius: 10px
}

.order-page-melzu__order-box .order-attribute-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2%
}

.order-page-melzu__order-box .order-attribute-options .image {
    width: 70%
}

@media (max-width: 1022.98px) {
    .order-page-melzu__order-box .order-attribute-options .image {
        width: 100%
    }
}

.order-page-melzu__order-box .order-attribute-options .options {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: -1%;
    margin-left: 1%
}

@media (max-width: 1022.98px) {
    .order-page-melzu__order-box .order-attribute-options .options {
        width: 100%
    }
}

.order-page-melzu__order-box .order-attribute-options .options .attributes {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 1022px) {
    .order-page-melzu__order-box .order-attribute-options .options .attributes {
        width: 135px;
        margin-left: auto
    }
}

.order-page-melzu__order-box .order-attribute-options .options .attributes .color-option {
    min-width: 40px;
    min-height: 40px;
    margin: 5px
}

@media screen and (max-width: 1105px) {
    .order-page-melzu__order-box .order-attribute-options .options .attributes .color-option {
        min-width: 35px;
        min-height: 35px
    }
}

.order-page-melzu__order-box .order-attribute-options .options .attributes input:checked+.color-option {
    border: 3px solid #5acd65 !important
}

.order-page-melzu__order-box .order-attribute-options .options .quantity {
    width: 100%
}

@media (max-width: 1022.98px) {
    .order-page-melzu__order-box .order-attribute-options .options .quantity {
        width: 45%;
        margin: auto 0 5px auto
    }

    .order-page-melzu__order-box .order-attribute-options .options .quantity .quantity-select {
        max-width: 150px;
        margin: 0 auto 0 0
    }
}

.order-page-melzu__order-box hr {
    margin: 15px 0
}

.order-page-melzu .order-list-check {
    font-weight: 400;
    padding: 5px 5px 5px 0
}

.blofe-p1__overlay {
    background: -webkit-gradient(linear, right top, left top, color-stop(16.67%, #FFFFFF), color-stop(89.06%, rgba(255, 255, 255, .567708)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, #FFFFFF 16.67%, rgba(255, 255, 255, .567708) 89.06%, rgba(255, 255, 255, 0) 100%)
}

@media (max-width: 575.98px) {
    .blofe-p1__overlay {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(16.67%, #FFFFFF), color-stop(70.83%, rgba(255, 255, 255, .567708)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(0deg, #FFFFFF 16.67%, rgba(255, 255, 255, .567708) 70.83%, rgba(255, 255, 255, 0) 100%)
    }
}