*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

/* assistant-regular - latin */
@font-face {
    font-family: 'Assistant-Regular';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/assistant-v18-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/assistant-v18-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/assistant-v18-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/assistant-v18-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/assistant-v18-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/assistant-v18-latin-regular.svg#Assistant') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: "Assistant-SemiBold";
    src: url("//db.onlinewebfonts.com/t/9faccf1abf257c519fac11992fcbe96f.eot");
    src: url("//db.onlinewebfonts.com/t/9faccf1abf257c519fac11992fcbe96f.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/9faccf1abf257c519fac11992fcbe96f.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/9faccf1abf257c519fac11992fcbe96f.woff") format("woff"), url("//db.onlinewebfonts.com/t/9faccf1abf257c519fac11992fcbe96f.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/9faccf1abf257c519fac11992fcbe96f.svg#Assistant") format("svg");
}
@font-face {
    font-family: "Assistant-Bold";
    src: url("//db.onlinewebfonts.com/t/b15efb1cccf12da9d9996c2064265a5b.eot");
    src: url("//db.onlinewebfonts.com/t/b15efb1cccf12da9d9996c2064265a5b.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/b15efb1cccf12da9d9996c2064265a5b.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/b15efb1cccf12da9d9996c2064265a5b.woff") format("woff"), url("//db.onlinewebfonts.com/t/b15efb1cccf12da9d9996c2064265a5b.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/b15efb1cccf12da9d9996c2064265a5b.svg#Assistant") format("svg");
}
@font-face {
    font-family: "Assistant-ExtraBold";
    src: url("//db.onlinewebfonts.com/t/cfeadd408b6aa332eca4afd37fefaf93.eot");
    src: url("//db.onlinewebfonts.com/t/cfeadd408b6aa332eca4afd37fefaf93.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/cfeadd408b6aa332eca4afd37fefaf93.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/cfeadd408b6aa332eca4afd37fefaf93.woff") format("woff"), url("//db.onlinewebfonts.com/t/cfeadd408b6aa332eca4afd37fefaf93.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/cfeadd408b6aa332eca4afd37fefaf93.svg#Assistant") format("svg");
}



@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.eot');
    src: url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.woff') format('woff'),
        url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.ttf') format('truetype'),
        url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.eot');
    src: url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.woff') format('woff'),
        url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.ttf') format('truetype'),
        url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'adelle_rgregular';
    src: url('https://litmus.com/fonts/Emails/adelle_reg-webfont.eot');
    src: url('https://litmus.com/fonts/Emails/adelle_reg-webfont.eot?#iefix') format('embedded-opentype'),
        url('https://litmus.com/fonts/Emails/adelle_reg-webfont.woff') format('woff'),
        url('https://litmus.com/fonts/Emails/adelle_reg-webfont.ttf') format('truetype'),
        url('https://litmus.com/fonts/Emails/adelle_reg-webfont.svg#adelle_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}



html {
    font-family: 'Rubik', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

a {
    color: #575756;
    background: transparent;
    outline: none;
}

a:focus, a:active, a:hover {
    color: #373736;
    outline: 0;
    text-decoration: none;
}

a:hover {
    cursor: pointer;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}


html, body {
    width: 100%;
    height: 100%;
    font-size: 100%;
}

body {
    overflow-x: hidden;
    background-color: #fff;
    background-image: url(../img/fixed_bg2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.right-bg,
.left-bg {
    position: absolute;
    top: 0;
    height: 100%;
    max-width: 415px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

.right-bg {
    background-image: url(../img/leaves_right2x.png);
    background-position: 190px 0;
    right: 0;

}
.left-bg {
    background-image: url(../img/leaves_left2x.png);
    background-position: -217px -134px;
    left: 0;
}

.main-content-box,
header {
    z-index: 1;
    position: relative;

}

.header-title-box {
    display: flex;
    justify-content: center;
    margin: 55px 0 35px 0;
}

.header-title {
    font-size: 24px;
    line-height: 24px;
    color: #3A61A0;
    margin: 0;
    font-family: "Assistant-ExtraBold";
}


.tab-slider--nav,
.second-tab-slider--nav {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.tab-slider--tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    user-select: none;
    background: #fff;
    border: 1px solid #9DA4BC;
    border-radius: 20px;
    line-height: 35px;
}
.tab-slider--tabs:after {
    content: "";
    width: 40%;
    background: #345F90;
    height: 100%;
    position: absolute;
    top: 0;
    left: 30%;
    transition: all 250ms ease-in-out;
    border-radius: 35px;
    height: 46px;
    top: -5px;
}

.tab-slider--tabs.slide0:after {
    left: -3%;
}
.tab-slider--tabs.slide1:after {
    left: 30%;
}
.tab-slider--tabs.slide2:after {
    left: 63%;
}

.tab-slider--trigger {
    font-family: "proxima_nova_rgbold";
    font-size: 24px;
    line-height: 38px;
    color: #9a9b9c;
    text-align: center;
    padding: 0 49px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    transition: color 250ms ease-in-out;
    user-select: none;
}
.tab-slider--trigger.active {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
}

.tab-slider--body {
    margin-bottom: 20px;
}

.tab-slider--container {
    display: flex;
    justify-content: center;
}

.prices-box-wrap {}

.prices-box {
    font-family: "Assistant-Bold";
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.main-price {
    font-size: 48px;
    line-height: 48px;
    color: #3A61A0;
    margin-bottom: 10px;
}

.retail-price-text,
.instant-price-text {}


.retail-price {
    text-decoration-line: line-through;
    color: #E66349;
}

.instant-price {
    color: #7FB457;
}

.retail-box {}
.instant-box {}


.retail-box,
.instant-box,
.free-shipping {
    color: #45516D;
    font-size: 16px;
    line-height: 18px;
}

.buy-now-btn-box {
    display: flex;
    justify-content: center;
}

.buy-now-btn {
    background-color: #7FB457;
    border: none;
    color: #fff;
    padding: 14px 0;
    font-size: 30px;
    line-height: 30px;
    font-family: "Assistant-Bold";
    width: 100%;
    max-width: 344px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
}

.buy-now-btn:hover {
    background-color: #345F90;
    color: #fff;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;

}

.icons-box-wrap {}

.icons-box {
    max-width: 344px;
    display: flex;
    justify-content: space-around;
    margin: 80px auto 50px auto;
    font-family: 'Assistant-Regular';
}




.manufactured-icon-left,
.door-to-door-icon-right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.manufactured-icon-left {}
.door-to-door-icon-right {}

.manufactured-icon-img {
    max-width: 44px;
}
.door-to-door-icon-img {
    max-width: 56px;
}

.icon-boxi {
    min-height: 55px;
    display: flex;
    align-items: center;
}

.money-back-guarantee-box {}
.money-back-guarantee {
    display: flex;
    justify-content: center;
}
.money-back-guarantee-img {
    max-width: 200px;
}

.money-back-guarantee-text-box {
    text-align: center;
    margin: 10px auto 25px auto;
}
.money-back-guarantee-text {
    color: #7FB457;
    font-size: 18px;
    line-height: 18px;
    margin: 0;
    font-family: "Assistant-ExtraBold";
}

.end-text-box {
    max-width: 860px;
    margin: auto;
    padding: 0 15px;
    text-align: center;
}

.end-text {
    font-size: 17px;
    line-height: 17px;
    margin: 0;
    color: #45516D;
    font-family: 'Assistant-SemiBold';
}

.no-return-text-box {
    text-align: center;
    margin: 15px auto 25px auto;
}

.no-return-text {
    font-family: 'Assistant-Regular';
    color: #9A9B9C;
    font-size: 14px;
}


.second-tab-slider--nav {}
.second-tab-slider--tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    overflow: hidden;
    background: #fff;
    user-select: none;
    border: 1px solid #9DA4BC;
    border-radius: 20px;
}
.second-tab-slider--tabs:after {
    content: "";
    width: 51%;
    background: #345F90;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transition: all 250ms ease-in-out;
    border-radius: 35px;
}

.second-tab-slider--tabs.slide1:after {
    left: -2%;
}

.second-tab-slider--tabs.slide2:after {
    left: 51%;
}
.second-tab-slider--trigger {
    font-family: 'Assistant-Regular';
    font-size: 16px;
    line-height: 16px;
    color: #345F90;
    text-align: center;
    padding: 11px 15px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    transition: color 250ms ease-in-out;
    user-select: none;
}
.second-tab-slider--trigger.active {
    color: #fff;
    right: -5px;
    font-family: 'Assistant-SemiBold';
}
.second-tab-slider--body {
    margin-bottom: 20px;
}


.main-image-box {
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 344px;
    margin: auto;
}


.main-image-box-img {
    max-width: 390px;
}

.best-seller-fig {
    position: absolute;
    font-family: "Assistant-ExtraBold";
    font-size: 18px;
    line-height: 18px;
    display: flex;
    align-items: center;
    background-color: #EAACA0;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding: 15px;
    left: 0;
    top: 0;
    text-align: center;
    letter-spacing: 0px;
    color: #45516D;
    opacity: 1;
    transform: matrix(0.94, -0.34, 0.34, 0.94, 0, 0);
    border-radius: 100%;
    box-shadow: inset 0px 0px 0px 3px white;
    border: 1px solid #EAACA0;
    padding-top: 8px;
}

.subscribe-box {
    max-width: 860px;
    margin: auto;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
}

.subscribe-number,
.subscribe-term {
    color: #345F90;
    cursor: pointer;
}

.subscribe-text {
    color: #9A9B9C;
}



input[type='checkbox'] {
    height: 0;
    width: 0;
}

input[type='checkbox']+label {
    position: relative;
    font-family: 'Assistant-Regular';
    display: flex;
    margin: 0.6em 0;
    align-items: center;
    color: #9e9e9e;
    transition: color 250ms cubic-bezier(.4, .0, .23, 1);
}
input[type='checkbox']+label>ins {
    position: absolute;
    display: block;
    bottom: 1px;
    left: 32px;
    height: 0;
    width: 100%;
    overflow: hidden;
    text-decoration: none;
    transition: height 300ms cubic-bezier(.4, .0, .23, 1);
}
input[type='checkbox']+label>ins>i {
    position: absolute;
    bottom: 0;
    font-style: normal;
    color: #7FB457;
}
input[type='checkbox']+label>span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    width: 1.5em;
    height: 1.5em;
    background: transparent;
    border: 2px solid #9E9E9E;
    border-radius: 2px;
    cursor: pointer;
    transition: all 250ms cubic-bezier(.4, .0, .23, 1);
}

input[type='checkbox']+label:hover, input[type='checkbox']:focus+label {
    color: #345F90;
}
input[type='checkbox']+label:hover>span, input[type='checkbox']:focus+label>span {
    background: rgba(255, 255, 255, .1);
}
input[type='checkbox']:checked+label>ins {
    height: 100%;
}

input[type='checkbox']:checked+label>span {
    border: 3px solid #EAACA0;
    animation: shrink-bounce 200ms cubic-bezier(.4, .0, .23, 1);
}
input[type='checkbox']:checked+label>span:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 7px;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    transform: rotate(45deg);
    transform-origin: 0% 100%;
    animation: checkbox-check 125ms 250ms cubic-bezier(.4, .0, .23, 1) forwards;
    font-size: 25px;
}


/* CSS Selectors for CSS2 and CSS3 both */
.buy-now-btn.disabled,
.buy-now-btn.disabled {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}

@keyframes shrink-bounce {
    0% {
        transform: scale(1);
    }
    33% {
        transform: scale(.85);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes checkbox-check {
    0% {
        width: 0;
        height: 0;
        border-color: #212121;
        transform: translate3d(0, 0, 0) rotate(45deg);
    }
    33% {
        width: .2em;
        height: 0;
        transform: translate3d(0, 0, 0) rotate(45deg);
    }
    100% {
        width: .2em;
        height: .5em;
        border-color: #212121;
        transform: translate3d(0, -.5em, 0) rotate(45deg);
    }
}


@media only screen and (max-width: 1199px) {}


@media only screen and (max-width: 995px) {
    .subscribe-box {
        padding: 10px 25px;
    }
}


@media only screen and (max-width: 767px) {}


@media only screen and (max-width: 480px) {

    .tab-slider--trigger {
        font-size: 22px;
        line-height: 36px;
        padding: 0 45px;
    }

    .tab-slider--trigger.active {
        font-size: 23px;
        line-height: 38px;
    }

    .tab-slider--tabs:after {
        height: 44px;
    }

    .tab-slider--tabs:after {
        top: -4px;
    }


    .second-tab-slider--trigger,
    .second-tab-slider--trigger.active {
        font-size: 13px;
        line-height: 13px;
    }

    .second-tab-slider--trigger {
        padding: 11px 21px;
    }

    .right-bg {
        background-image: url(../img/leaves_right.png);
        background-position: 190px 0;
        right: 0;

    }
    .left-bg {
        background-image: url(../img/leaves_left.png);
        background-position: -217px -134px;
    }


}


@media only screen and (max-width: 380px) {
    .second-tab-slider--trigger, .second-tab-slider--trigger.active {
        padding: 10px;
    }
    .tab-slider--trigger {
        font-size: 20px;
        line-height: 34px;
        padding: 0px 38px;
    }
    .tab-slider--trigger.active {
        font-size: 24px;
        line-height: 36px;
    }
}


/* Portrait */
@media screen and (orientation:portrait) {}
/* Landscape */
@media screen and (orientation:landscape) {}
@media only screen and (orientation : landscape) and (max-width: 1199px) {}