﻿@import url(normalize.css);
@import url(reset.css);
@import url(fontsans.css);



.top-head,
.top-head form {
    display: flex;
    position: relative;
}

    .incredible .right button,
    .top-head .log-reg > a,
    .top-head .user-modal .login {
        vertical-align: middle;
        text-align: center
    }

    @media (max-width: 450px) {
        #twoBanner img {
            height: 140px !important
        }
    }

.container {
    /*width: 1380px;*/
    /* max-width: 100%;
    margin: 0 auto;
    padding-right: 18px !important;
    padding-left: 18px !important; */
}

body {
    background: #f5f5f5
}

header {
    background-color: #F21216;
    z-index: 1000;
}

.top-head {
    justify-content: space-between;
    align-items: center;
    padding: 12px;
}

    .top-head > div {
        display: flex;
        align-items: center;
    }

    .top-head .logo {
        margin-left: 24px;
        margin-right: 8px;
    }

        .top-head .logo img {
            height: 30px
        }

    .top-head form input {
        width: 610px;
        background-color: #f0f0f1;
        color: #474747;
        font-weight: 300;
        line-height: 1.833;
        border-radius: 5px;
        padding: 5px 35px;
        font-size: .857rem;
    }

        .top-head form input::placeholder {
            color: #828282;
            font-size: .9em;
        }

    .top-head form button {
        font-size: 2em;
        line-height: 30px;
        height: 37px;
        color: #a4a4a4;
        position: absolute;
        z-index: 2;
        right: 8px;
        top: 5px;
        font-weight: 100;
    }

    .top-head .login-box {
        display: flex;
        align-items: center;
        position: relative;
        border: 1px solid #e3e3e3;
        border-radius: 3px;
    }

    .top-head .log-reg {
        color: #6f6f6f;
        cursor: pointer;
        user-select: none;
        padding: 3px 10px;
    }

        .top-head .log-reg > a {
            text-overflow: ellipsis;
            width: 100%;
            line-height: 39px;
            font-size: 1.2em;
            font-weight: 400;
            color: #fff;
        }

        .top-head .log-reg i {
            font-size: 16px;
            color: #fff;
            padding-left: 5px;
        }

    .top-head .user-modal {
        display: none;
        flex-direction: column;
        top: calc(100% + 10px);
        right: -14px;
        width: 185px;
        box-shadow: rgba(112, 112, 112, .32) 0 2px 9px 0;
        position: absolute;
        z-index: 2;
        background-color: #fff;
        padding: 15px;
        border-top: 4px solid #ef5661
    }

        .top-head .user-modal i {
            color: #a6a6a6
        }

        .top-head .user-modal .login {
            background-color: #00bfd6;
            display: block;
            width: 100%;
            height: 35px;
            letter-spacing: -.5px;
            color: #fff;
            font-weight: 500;
            font-size: 1.2em;
            line-height: 35px;
            border-radius: 5px
        }

.user-modal .newuser a,
.user-modal .newuser span {
    font-size: 1.3em;
    line-height: 1.571;
    font-weight: 500
}

.user-modal .newuser {
    margin-top: 8px;
    text-align: center;
    border-bottom: 1px solid #eceff1;
    padding-bottom: 15px
}

    .user-modal .newuser span {
        letter-spacing: -.4px;
        color: #4a4a4a
    }

    .user-modal .newuser a {
        color: #008ec9;
        border-bottom: 1px dashed #008ec9;
        padding-bottom: 3px;
        margin-right: 5px
    }

.user-modal .order,
.user-modal .profile {
    color: #4a4a4a;
    font-size: 1.4em;
    line-height: 40px;
    display: block;
    margin-left: -15px;
    margin-right: -15px
}

    .user-modal .order:hover,
    .user-modal .profile:hover {
        background-color: #f4f4f4
    }



.riceSlider {
    margin-top: 43px !important;
    height: 120px !important;

}

    .riceSlider .product-item {
        /*width: 130px !important;*/
        height: 100px !important;
        min-height: 100px;
        justify-content: center;
    }

.top-head .devider {
    height: 30px;
    width: 0;
    border-right: 1px solid #e6e4e4;
    margin: 0 20px;
}

.top-head .cart i {
    padding: 9px;
    font-size: 1.4em
}

.top-head .cart-added .count {
    background: #fff;
    color: #00bfd6;
    font-weight: 500
}

header .top-nav {
    display: flex;
    /*box-shadow: rgba(112, 112, 112, .05) 0 2px 4px 0;*/
    box-shadow: 0 7px 8px 0 rgba(0,0,0,.04);
    justify-content: space-between;
    position:fixed;
}

.top-nav .dropdown > li {
    display: inline-block;
    padding: 7px 12px 8px;
}

    .top-nav .dropdown > li:hover > a {
        padding-bottom: 6px;
        border-bottom: 2px solid #ef5661;
    }

.top-nav .main-category:hover .dropdown2 {
    display: block;
}

.top-nav .dropdown > li > a {
    letter-spacing: -.3px;
    font-weight: 400;
    font-size: .97rem;
}

.top-nav .dropdown2 {
    display: none;
    position: absolute;
    top: 35px;
    background-color: #fff;
    width: 170%;
    right: 0;
    left: 0;
    overflow: hidden;
    max-width: 1280px;
    padding: 0;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,.15);
    z-index: 20;
    transition: .3s all ease;
    min-height: 330px;
}

    .top-nav .dropdown2 > li {
        background-color: #f7f7f7;
        align-self: stretch;
        padding: 8px 8px 8px 0;
        width: 20%;
    }

        .top-nav .dropdown2 > li > a {
            padding: 8px 8px;
            color: #616161;
            display: flex;
            align-items: center;
            cursor: pointer;
            font-size: .81rem;
            line-height: 1.5;
            font-weight: 500;
            transition: .3s all ease;
        }

        .top-nav .dropdown2 > li:hover > a {
            background-color: #fff;
            color: #f1394e;
        }

.top-nav li:hover a {
    opacity: .9
}

.top-nav li i {
    font-size: 1.5em;
    padding-left: 5px;
}

.top-nav .promotion a {
    display: inline-block;
    padding: 10px 0;
    text-align: center;
    font-size: .83rem;
}

.top-nav .promotion i {
    padding: 0 4px 6px 0;
    color: #4d4d4d;
}

.dropdown {
    position: relative;
    margin: 0;
}

.megamenu {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 3%;
    right: 20%;
    z-index: 200;
    background-color: #fff;
    padding: 10px;
    overflow: hidden;
    visibility: hidden;
}

    .megamenu > li {
        flex-basis: 17%
    }

    .megamenu li a {
        display: block;
        margin-bottom: 15px;
        color: #000
    }

    .megamenu > li > a {
        font-weight: 400;
        padding-bottom: 6px
    }

        .megamenu > li > a:before {
            content: "\f053";
            font-family: fontawesome;
            font-size: 10px;
            padding-left: 2px
        }

.dropdown li:hover > .megamenu {
    visibility: visible
}

.megamenu > li > ul {
    padding-right: 10px
}

.menu-btn {
    color: #fff;
    background: #666;
    padding: 10px 15px;
    border-radius: 3px
}

.slicknav_nav li {
    display: block !important
}

.slicknav_nav ul,
.slicknav_parent .megamenu {
    position: static;
    margin: 10px !important;
    visibility: visible;
}

.slicknav_nav {
    font-size: .6em
}

.slicknav_item a {
    font-size: 1em
}

.slicknav_arrow {
    float: right;
    transform: rotate(180deg)
}

.slicknav_btn {
    font-size: .7em
}

.slicknav_menu .slicknav_menutxt {
    padding-right: 10px
}

a#mynavmenu {
    background: #797979;
    padding: 10px 15px;
    color: #fff;
    border-radius: 3px;
}


.o-page__row {
    margin: 20px auto
}

.c-adplacement {
    /* display: flex;
    flex-direction: column; */
}

    .c-adplacement img {
        width: 100%;
        margin-bottom: 10px;
        border-radius: 3px;
        /* margin-right: 15px; */
    }

.main-article {
    margin: 20px auto;
}

.main-slider {
    width: 63.5%;
    /* float: right; */
    /* padding: 15px; */
}

    .main-slider .slide-item {
        height: 450px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
        position: relative;
        border-radius: 5px;
        box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
        overflow: hidden;
        display: flex;
        width: 100% !important;
    }

.clear {
    clear: both
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: .7
}

.swiper-pagination-bullet-active {
    background-color: #00bfd6;
    opacity: 1
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 35px
}

.swiper-button-next,
.swiper-button-prev {
    background-size: 20px 20px
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 35px
}

.incredible {
    display: flex
}

    .incredible .right {
        display: flex;
        flex-direction: column
    }

        .incredible .right img {
            border-radius: 5px;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
            height: 400px
        }


#special2 {
    background: #6bb927 !important;
}

.c-swiper-specials--incredible {
    background: #ef394e;
    width: 100%;
    margin: 16px auto;
}

    .c-swiper-specials--incredible .icontainer {
        display: flex;
        align-items: stretch;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 10px 13px;
        background: url(../images/a589912c.svg) 90% no-repeat;
        background-size: auto;
        background-size:50%;
        /*width: 1366px;*/
        max-height: 462px;

    }

    .c-swiper-specials--incredible .specials__title img {
        width: 100%;
        max-height: calc(100% - 41px);
        -o-object-fit: contain;
        object-fit: contain;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

.specials__title {
    margin: 0 44px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 170px;
}

.specials__btn {
    padding: 9px 16px;
    font-size: 13px;
    line-height: 1.571;
    font-weight: 700;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    user-select: none;
    border-radius: 5px;
    transition: all .3s ease-in-out;
    white-space: nowrap;
}

.swiper--specials {
    background: transparent;
    margin-top: 0 !important;
    -webkit-box-flex: 0;
    flex: 0 0 calc(100% - 258px);    
    /*width: calc(100% - 258px);*/
    max-width: 100%;
    box-shadow: none;
    padding: 0;
}

    .swiper--specials .product-item {
        box-sizing: border-box;
        border: none;
        border-radius: 5px;
        background-color: #fff;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        /*margin: 0 5px;*/
        margin: 0 0px;
        justify-content: flex-start;
        padding: 5px 15px 16px;
        position: relative;
        /*width: 256px !important;*/
        width: 156px !important;
        /*min-height: 385px;*/
        min-height: 285px;
    }

        .swiper--specials .product-item img {
            /*width: 180px;*/
            width: 140px;
            /*height: 180px;*/
            height: 140px;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            max-width: 100%;
            position: relative;
        }

        .swiper--specials .product-item .title {
            display: block;
            height: 60px;
            text-align: right;
            width: 100%;
            margin-top: 14px;
            overflow: hidden;
            max-width: 90%;
            min-height: 50px;
            font-size: 12px;
            font-size: .77rem;
            line-height: 25px;
            color: #535353;
        }

        .swiper--specials .product-item .price {
            font-size: 1.8em;
            display: inline-block;
        }

.inc-product-price {
    position: relative;
    margin-bottom: -5px;
    /* height: 43px; */
    height: auto;
    text-align: left;
    width: 100%;
    margin-top: auto;
    white-space: nowrap;
    font-weight: bold;
}

    .inc-product-price del {
        letter-spacing: .5px;
        color: #acacac;
        text-decoration: line-through;
        padding-top: 3px;
        font-size: 17px;
        line-height: 28px;
    }

.c-price__discount-oval {
    display: inline-block;
    background-color: #fb3449;
    font-weight: 700;
    color: #fff;
    border-radius: 20px;
    padding: 4px 6px 1px;
    letter-spacing: 0;
    margin-bottom: 3px;
    font-size: 1.1em;
    margin-right: 8px;
    min-width: 43px;
    height: 23px;
}

.c-product-box__amazing {
    position: relative;
    top: 20px;
    display: inline;
    text-align: left;
    width: 100%;
}

.c-product-box__timer {
    font-size: 1rem;
    line-height: 1.571;
    color: #737373;
}

    .c-product-box__timer:before {
        content: "\f017";
        font-family: fontawesome;
        color: #737373;
        margin-right: 5px;
        position: relative;
        top: 1px;
    }

.c-swiper-specials--fresh {
    background: #6bb927;
}

.account-box button:hover:before,
.btn-checked:hover:before,
.btn-notify-me:hover:before,
.btn-payment:hover:before,
.incredible .right button:hover:before {
    width: 900px;
    height: 900px;
    right: -450px;
    top: -450px;
    transform: unset
}

.account-box .foot,
.account-box button,
.c-mask__handler,
.c-product__guaranteed,
.copyright-en,
.image-row a,
.jump-to-up,
.not-found,
.product-item,
.product-item .title,
.register-logo,
.suggestion h3,
footer .copyright p {
    text-align: center
}

.icon-box,
.product-wrapper .headline {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.incredible .counter {
    display: flex;
    flex-direction: column;
    font-size: 1.4em;
    color: #787878;
    font-weight: 500;
    line-height: 2
}

.icon-box {
    flex-wrap: wrap;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
    border-radius: 2px;
    margin: 15px auto;
    padding: 10px 0;
    display: flex;
    justify-content: space-evenly
}

.image-row img,
.product-wrapper {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

.icon-box img {
    height: 60px
}

.icon-box a {
    display: flex;
    flex-direction: column;
    align-items: center
}

.icon-box span {
    font-size: 1em;
    color: #606060;
    line-height: 2.5
}

.image-row {
    display: flex;
    justify-content: space-between
}

    .image-row img {
        max-width: 95%;
        height: fit-content();
        border-radius: 5px
    }

    .image-row a:hover {
        opacity: .9
    }

.product-wrapper {
    background-color: #f7f7f7;
    padding: 5px 20px;
    border-radius: 5px;
    margin: 10px auto
}

    .product-wrapper img,
    .suggestion img {
        width: 100%;
        /* max-width: 95%; */
        /* height: 195px; */
    }

    .product-wrapper .headline h3 {
        padding: 8px 0;
        min-height: 49px;
        font-size: 1.1rem;
        line-height: 31px;
        font-weight: 500;
        display: inline-block;
        border-bottom: 1px solid red;
    }

.product-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    user-select: none;
    /*margin: 15px auto;*/
    margin: 5px auto;
    padding: 10px;
    border-radius: 5px;
    box-shadow: #00bfd6;
    border: 1px solid #f1f1f1;
    min-height: 360px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    padding-top: 0;
        /*    border-width: 1px;
    border-style: solid;
    border-color: red;
*/
}

    .product-item:hover {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
    }

    .product-item .title {
        font-size: 14px;
        font-weight: 600;
        width: 89%;
        margin: 10px 0;
        line-height: 2;
        color: #535353;
        text-align: right;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden    
    }

    .product-item .price {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0;
        font-weight: 500;
        color: #2b2b2b;
        /* padding-right: 72px; */
        display: flex;
        justify-content: flex-end;
        white-space:nowrap;
        color: #39ae00;
    }

.suggestion h3 {
    padding: 8px 0;
    font-size: 1.3em;
    line-height: 31px;
    font-weight: 400
}

.slider-nbtn,
.slider-pbtn {
    box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15);
    padding: 25px 19px;
    color: #a8a8a8
}

.slider-nbtn {
    border-radius: 5px 0 0 5px;
    left: 10px !important
}

.slider-pbtn {
    border-radius: 0 5px 5px 0;
    right: 10px !important
}

.product-wrapper .two-headline {
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .product-wrapper .two-headline a {
        font-size: 1.8em;
        font-weight: 500;
        color: #ef3d52
    }

        .product-wrapper .two-headline a:hover {
            color: #1ca2bd
        }

#brandslider img {
    max-height: 70%;
    max-width: 70%
}

#brandslider .product-item {
    min-height: 160px;
    width: 160px !important;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#brandslider .product-item img {
    width: 100%;
}


#pslider .product-item{
    min-height: 150px !important;
    width: 150px !important;
    height: 150px !important;
    text-align: center !important;
    display: flex !important;  
    border-radius: 200px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#psliderFourPic .product-item {
    height: 140px !important;
    min-height: auto !important;
    width: 175px !important;
}

.fifthBanner img {
    height: 125px !important;
    max-height: 125px !important;
    min-height: 125px !important
}

#psliderFourPic {
    background-color: #d3f3df;
}


@media (max-width: 515px) {
    #psliderFourPic  {

    }
}

@media (max-width: 600px) {
    #pslider .product-item {
        min-height: 120px !important;
        width: 120px !important;
        height: 120px !important;
    }

    #pslider .product-item img {
        height: 50px !important;
        width: 50px !important;
    }

    #pslider .title {
        font-size: 12px;
    }


    #brandslider a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #brandslider .product-item {
        min-height: 120px !important;
        width: 120px !important;
        height: 120px !important;
    }

    #brandslider .product-item img {
        height: 80px !important;
        width: 80px !important;
    }
    
}

#pslider .product-item img {
    width: 110px;
    height: 110px;
}

#pslider .title {
    text-align: center !important;
    margin: 0;
    margin-top: 5px;
    width: 100%;
}

footer {
    background-color: #eceff1;
    padding: 20px 0;
    flex-wrap: wrap
}

.footer .icon,
.footer-content,
.icon-wrapper .icon {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 10px;
    display: flex
}

    .footer .icon img,
    .icon-wrapper img {
        height: 60px
    }

.footer .icon,
.icon-wrapper .icon {
    justify-content: space-evenly
}

    .footer .icon a,
    .icon-wrapper .icon a {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .footer .icon span,
    .icon-wrapper .icon span {
        font-size: 1em;
        color: #606060;
        line-height: 2.5
    }

.footer-content {
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 5px
}

    .footer-content .head {
        font-size: 1.6em;
        font-weight: 400;
        color: #414141;
        margin-bottom: 20px
    }

    .footer-content li {
        margin-bottom: 25px
    }

        .footer-content li a {
            font-size: 1.4em;
            color: #616161;
            font-weight: 400
        }

.newsletter form {
    display: flex
}

.newsletter input {
    padding: 14px 7px;
    border-radius: 3px;
    width: 300px;
    margin-left: 3px
}

.newsletter button {
    color: #fff;
    background-color: #03a9f4;
    padding: 11px 15px;
    border-radius: 3px
}

.newsletter .content .head {
    margin-top: 25px
}

.newsletter .social i {
    color: #666;
    font-size: 3em;
    margin-left: 30px
}

.cert .image {
    display: flex
}

.cert img {
    height: 120px
}

.footer-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px
}

    .footer-contact span {
        color: #414141;
        font-weight: 400;
        margin-left: 10px;
        line-height: 2
    }

    .footer-contact .app {
        display: flex
    }

footer .copyright p {
    color: #4a4a4a;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    font-size: 12px;
    padding-bottom: 15px;
    line-height: 1.8
}

.btn-invisible-call {
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 1.1;
    padding: 15px 25px;
    border: 2px solid hsla(0, 0%, 57%, .3);
    background-color: hsla(0, 0%, 100%, .8);
    border-radius: 8px;
    box-shadow: 0 0 20px 0 hsla(0, 0%, 57%, .1);
    color: #919191
}

.account-box .register,
.c-product {
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11)
}

.jump-to-up {
    padding: 15px 0 5px;
    font-size: 1.4em;
    border-top: .5px solid rgba(0, 0, 0, .1);
    cursor: pointer
}

    .jump-to-up i {
        width: 36px;
        height: 36px;
        background-color: hsla(0, 0%, 75%, .41);
        border-radius: 50%;
        margin-left: 5px;
        text-align: center;
        line-height: 32px;
        color: #fff;
        font-size: 1.7em
    }

.not-found {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 68px 0;
    line-height: 22px;
    background: url(../images/404bg.png);
    background-size: auto 100%
}

    .not-found h3 {
        font-size: 2.571rem;
        line-height: 1.222;
        margin: 25px auto
    }

    .not-found a {
        background-color: #6ab946;
        border-radius: 8px;
        padding: 10px 20px;
        color: #fff;
        border: none;
        min-width: 161px;
        margin: 10px 19.5px 46px;
        text-decoration: none;
        font-size: 2em
    }

.account-box {
    margin: 15px auto
}

.register-logo {
    margin-bottom: 18px
}

    .register-logo img {
        height: 49px;
        width: 140px
    }

.account-box .register {
    background: #F21216;
    width: 389px;
    border: 1px none #dedede;
    position: relative;
    margin: 0 auto
}

.account-box .headline {
    border-bottom: 1px solid #ececec;
    color: #fff;
    padding: 17px 40px;
    font-size: 1.8em;
    line-height: 1.222;
    font-weight: 700
}

.account-box .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 30px
}

.account-box .hint {
    background-color: #fffde4;
    border: 1px solid #f6e8a1;
    color: #a37731;
    margin: 15px auto;
    border-radius: 5px;
    padding: 11px;
    line-height: 1.8;
    font-weight: 400
}

.account-box form {
    display: flex;
    flex-direction: column
}

    .account-box form > label {
        color: #fff;
        margin: 5px 0;
        letter-spacing: -.6px;
        font-size: 1.071rem;
        line-height: 1.467;
        font-weight: 400
    }

    .account-box form > input {
        padding: 11px 8px;
        color: #777;
        font-size: 1.2em;
        line-height: 21px;
        width: 100%;
        letter-spacing: -.8px;
        border-radius: 5px;
        background: #fff;
        border: 1px solid #c8c8c8;
        position: relative
    }

.account-box .acc-agree {
    margin: 3px 0 7px;
    font-size: .9em;
    line-height: 2;
    color: #5c5c5c
}

    .account-box .acc-agree a {
        color: #1ca2bd;
        border-bottom: 1px dashed #1ca2bd;
        padding: 0;
        line-height: 2;
        font-weight: 400
    }

.account-box input[type=checkbox] {
    transform: scale(1.4);
    margin: 0 5px
}

.account-box button {
    padding: 13px 50px 13px 13px;
    width: 100%;
    font-size: 1.8em;
    line-height: 1.222;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #41a7b4;
    color: #fff;
    overflow: hidden;
    letter-spacing: -.6px;
    position: relative;
    margin-bottom: 12px
}

    .account-box button:before {
        width: 95px;
        height: 95px;
        position: absolute;
        right: -15px;
        top: -20px;
        background: hsla(0, 0%, 100%, .21);
        content: "";
        border-radius: 50%;
        transition: .3s all ease-out
    }

    .account-box button:after {
        position: absolute;
        right: 20px;
        top: 13px;
        font-size: 30px
    }

    .account-box button i {
        position: absolute;
        right: 24px;
        font-size: 1.2em
    }

.account-box .foot {
    padding: 23px 40px;
    border-top: 1px solid rgba(96, 189, 201, .4);
    background-color: rgba(96, 189, 201, .1)
}

    .account-box .foot a {
        color: #1ca2bd;
        border-bottom: 1px dashed #1ca2bd
    }

.account-box .login-foot {
    background: rgba(93, 214, 0, .06);
    border-top: 1px solid #d7e6bb
}

.account-box .login form {
    display: block
}

    .account-box .login form > input {
        margin: 5px 0
    }

    .account-box .login form > label {
        display: inline-block
    }

.account-footer {
    color: #b1b1b1
}

    .account-footer ul {
        display: flex;
        justify-content: center
    }

        .account-footer ul li {
            padding-left: 25px;
            padding-bottom: 15px
        }

    .account-footer li {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

.copyright-en {
    font-size: .8em
}

.c-breadcrumb li {
    display: inline-block;
    white-space: nowrap;
}

.c-breadcrumb {
    display: flex;
    overflow-x: auto;
    font-size: .9em;
    line-height: 2.2;
    max-width: 100%;
    padding-left: 90px;
    margin: 10px 0
}

    .c-breadcrumb li:not(:first-of-type):before {
        content: "/";
        color: #cfcfcf;
        letter-spacing: .4px;
        font-size: 13px;
        vertical-align: top;
        margin-left: 5px;
        padding-right: 5px;
        font-weight: 400 !important
    }

.c-product {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    display: inline-flex;
    flex-direction: row-reverse;
    margin-bottom: 15px;
    width: 100%
}

.c-product__summary {
    max-width: 350px;
    background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    padding: 1rem;
    padding-bottom: 0;
}

.c-product__info {
    flex-basis: 74%;
    flex: 1 1 0;
    padding: 0 15px 0 20px;
    border-right: 1px solid #f2f2f2;
}

.c-product__gallery {
    flex-basis: 34%
}

.c-product__special-deal {
    background: rgba(251, 52, 72, .04);
    border-left: 1px solid #ffcdd3;
    padding: 18px 34px 18px 30px;
    box-shadow: 0 -1px 0 #ffcdd3, 1px 0 0 #ffcdd3;
    position: relative;
    min-height: 83px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

    .c-product__special-deal:before {
        content: "";
        width: 184px;
        height: 20px;
        background: url(../images/special-deal.png) 50% 50% no-repeat;
        background-size: contain
    }

.c-counter--special-deal {
    padding: 3px 0 0 24px;
    color: #fb3449;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 28px;
    vertical-align: middle
}

    .c-counter--special-deal:before {
        content: "\f017";
        font-family: fontawesome;
        position: absolute;
        left: 8px;
        top: 8px;
        font-size: 1.429rem;
        line-height: 20px
    }

.c-product__status-bar {
    font-size: 20px;
    position: relative;
    padding: 19px 72px 28px 17px;
    max-height: 56px;
    overflow: hidden
}

.c-product__status-bar--out-of-stock {
    color: #b37171;
    background-color: #fce9e8
}

    .c-product__status-bar--out-of-stock::before {
        content: "\f291";
        font-family: fontawesome;
        color: #ecbbb9;
        right: 26px;
        font-size: 29px
    }

.c-product__status-bar::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.c-product__gallery .c-gallery {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.c-product__special-deal:not(.hidden) + .c-gallery {
    border-left: 1px solid #ffcdd3;
    box-shadow: 1px 0 0 #ffcdd3, 0 1px 0 #ffcdd3;
    height: calc(100% - 83px)
}

.c-gallery__item {
    display: flex;
    height: calc(100% - 100px);
    padding: 17px 0;
    position: relative;
    height: 420px;
}

    .c-gallery__item .c-gallery__img {
        position: absolute;
        right: 20%;
        top: 10%;
    }

.c-gallery__options {
    display: flex;
    flex-direction: column;
}

    .c-gallery__options li:first-child {
        margin-top: 0
    }

    .c-gallery__options li {
        margin-top: 12px;
        position: relative
    }

.c-product__variants {
    margin: 20px 0 10px;
    vertical-align: top;
}

    .c-product__variants > span {
        padding-left: 15px;
    }

.variants {
    display: inline-flex;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    font-size: .9em;
    font-weight: 400;
    color: #515151;
    cursor: pointer;
}

.color-box {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 3px;
    margin-left: 5px;
    margin-right: 5px;
}

.btn-option {
    width: 45px;
    height: 35px;
    background-color: #fff;
    color: #9b9b9b;
    position: relative;
    transition: .3s all;
    font-size: 1.3em;
}

    .btn-option:hover {
        border-color: #000
    }

    .btn-option:before {
        position: absolute;
        font-family: fontawesome;
        font-size: 1.7em;
        color: #757575;
        top: 22%;
        right: 29%
    }

    .btn-option:after {
        position: absolute;
        font-family: fontawesome;
        font-size: 1.7em;
        color: #eeea13;
        top: 22%;
        right: 29%
    }

.btn-option--add-to-wish:before {
    content: "\f004";
}

.btn-option--add-to-wish2:before {
    content: "\f004";
    color: #ead212;
}

.btn-option--social:before {
    content: "\f1e0"
}

.btn-option--compare:before {
    content: "\f227"
}

.btn-option--stats:before {
    content: "\f201"
}

.c-gallery__img img {
    width: 279px;
    height: 100%
}

.c-gallery__items {
    display: flex;
    border-top: 1px solid #f4f4f4;
    list-style: none;
    padding: 11px 0 27px;
    width: 345px;
}

.c-product__headline {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 0
}

.c-product__title {
    display: flex;
    flex-direction: column;
    font-size: 1.1em;
    color: #494949;
    font-weight: 400
}

    .c-product__title .en-title {
        color: #b5b5b5;
        font-size: 1.2em;
        line-height: 2.7
    }

    .c-product__title .fa-title {
        font-size: 1.1rem;
        line-height: 24px;
        font-weight: 500;
        color: #000;
    }

.c-product__guaranteed {
    margin-right: auto;
    letter-spacing: -.3px;
    font-size: .786rem;
    line-height: 1.6;
    color: #4b4b4b;
    position: relative;
    flex: 0 0 148px;
    font-weight: 400;
}

    .c-product__guaranteed:before {
        content: "\f058";
        font-family: fontawesome;
        font-size: 35px;
        color: #fb3449;
        position: absolute;
        right: -10%;
        top: -9px;
        transform: translate(50%)
    }

.c-product__summary .seller:before {
    content: url(../images/500f5df4.svg);
    color: #a8a8a8;
    vertical-align: middle;
    padding-left: 10px;
    position: relative;
    top: 8px;
}

.c-product__params {
    flex-basis: 26%
}

.c-product__config {
    flex-basis: 70%;
    min-height: 300px;
    padding: 12px 0 0 20px
}

.c-product__attributes {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.c-product__directory {
    margin: 0 0 15px;
    font-size: .9em;
    line-height: 2
}

    .c-product__directory li {
        margin-left: 28px;
        display: inline-block
    }

.btn-link-spoiler {
    color: #1ca2bd;
    padding: 0;
    line-height: 2;
    border-bottom: 1px dashed #1ca2bd;
    font-weight: 400
}

.c-product__variants {
    margin: 20px 0 10px;
    vertical-align: top
}

    .c-product__variants ul {
        display: inline-flex;
        max-width: calc(100% - 100px)
    }

c-product__variants li {
    display: inline-block;
}

.c-product__variants > span {
    padding-left: 15px
}

.seller-name {
    color: #4a5f73;
    font-size: 1.5em;
    font-weight: 400;
    position: relative;
    padding-right: 15px;
}

    .c-product__seller-details::before, .seller-name::before {
        content: url(../images/500f5df4.svg);
        position: absolute;
        right: -26px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 31px;
        color: #ccc;
    }

    .seller-name::before {
        opacity: .7;
        right: -10px;
        top: 70%;
    }

.c-product__guarantee {
    margin: 10px 0 15px
}

    .c-product__summary .seller span, .c-product__guarantee span {
        line-height: 1;
        font-weight: 400;
        font-size: 1.5em;
    }

        .c-product__guarantee span:before {
            content: "\f005";
            font-family: fontawesome;
            color: #a8a8a8;
            font-size: 1.8em;
            vertical-align: middle;
            padding-left: 15px
        }

.c-product__delivery {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 15px;
    color: #565656
}

    .c-product__delivery span {
        padding-left: 15px
    }

.c-product__summary .seller, .c-product__guarantee, .c-product__delivery {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.c-price {
    font-size: 3em;
    line-height: 1.5;
    font-weight: 400;
    color: #fb3449;
    text-align: left;
}

.btn-add-to-cart {
    font-size: 1.0rem;
    line-height: 1.222;
    padding: 10px 10px 10px 18px;
    border-radius: 8px;
    background-color: #ef394e;
    color: #fff;
    overflow: hidden;
    letter-spacing: -.7px;
    max-width: 380px;
    font-weight: 300;
}

    /*
.btn-add-to-cart:before {
    content: "\f217";
    font-family: fontawesome;
    position: absolute;
    right: 29px;
    top: 10px;
    font-size: 32px
}

.btn-add-to-cart span:before {
    width: 96px;
    height: 96px;
    position: absolute;
    right: -11px;
    top: -17px;
    background: hsla(0, 0%, 100%, .21);
    content: "";
    border-radius: 50%;
    transition: .3s all ease-out
}

.btn-add-to-cart:hover span:before {
    width: 900px;
    height: 900px;
    right: -450px;
    top: -450px
}
*/

    .btn-add-to-cart span {
        font-size: 1em;
        display: inline-block;
        width: 300px;
    }

.c-product__unfair-price {
    line-height: 4;
    color: #7c7c7c;
    letter-spacing: -.3px
}

.c-product__params ul {
    padding: 0;
    color: #55565a;
    margin: 20px 0;
    line-height: 1.8
}

    .c-product__params ul:before {
        content: attr(data-title);
        font-weight: 500;
        font-size: 1.3em
    }

    .c-box-tabs__tab.is-active:before,
    .c-content-expert__summary:after,
    .c-mask__handler:after,
    .c-product__params ul li:before {
        content: ""
    }

    .c-product__params ul li:before {
        width: 5px;
        height: 5px;
        background: #ccc;
        vertical-align: middle;
        margin-left: 5px;
        border-radius: 50%
    }

    .c-product__params ul li span {
        margin-left: 5px;
        white-space: normal;
        font-size: 1.25em;
        color: #000
    }

    .c-product__params ul li {
        margin: 5px 0;
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%
    }

.c-product__feature {
    display: flex;
    justify-content: space-between;
    margin: 10px auto 18px;
    border-top: 1px solid #f2f2f2;
    padding-top: 12px
}

    .c-product__feature img {
        height: 42px
    }

    .c-product__feature span {
        font-size: .9em;
        width: 84px;
        display: inline-block;
        vertical-align: middle;
        line-height: 1.5;
        padding-right: 8px
    }

.c-product__get-club {
    text-align: center;
    font-size: .9em;
    color: #000;
    font-weight: 400;
    padding: 10px 0;
}

    .c-product__get-club i {
        font-size: 1.8em;
        line-height: 1.2;
        padding-bottom: 4px;
        color: #ffd700;
    }

.swiper-slide {
    background-size: cover;
    background-position: center
}

.gallery-top {
    height: 80%;
    width: 100%
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0
}

    .gallery-thumbs .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: .4
    }

    .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1
    }

.c-gallery__items img {
    max-width: 100%;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    opacity: .7
}

.c-gallery__items li {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 5px;
    margin: auto 7px;
    border-radius: 5px;
}

.p-tabs {
    margin-top: 39px;
    position: relative;
    padding-top: 57px;
    line-height: 22px
}

.c-box-tabs {
    display: flex;
    background-color: #f8f8f8;
    border: 1px solid #dfdfdf;
    line-height: 1.294;
    letter-spacing: -.4px;
    position: absolute;
    top: 0;
    width: 100%
}

    .c-box-tabs .desc,
    .c-box-tabs__tab {
        border-left: 1px solid #dfdfdf;
        position: relative
    }

        .c-box-tabs__tab a {
            padding: 14px 20px;
            position: relative;
            color: #6f6f6f;
            display: block;
            line-height: 27px
        }

        .c-box-tabs__tab span {
            font-size: 1.3em;
            font-weight: 400
        }

        .c-box-tabs__tab i {
            color: #c3c3c3;
            display: inline-block;
            margin-left: 11px;
            font-size: 1.8em
        }

        .c-box-tabs__tab.is-active:first-of-type {
            border-right: none
        }

        .c-box-tabs__tab.is-active:before {
            display: block;
            left: -1px;
            right: -1px;
            bottom: 100%;
            height: 4px;
            background: #00bfd6
        }

.c-box--tabs {
    padding: 35px 53px 35px 61px;
    margin-bottom: 58px;
    margin-top: 1px;
    border-top: none;
    background-color: #fff;
    position: relative
}

.p-tabs__content > div.is-active {
    display: block
}

.c-params__headline {
    color: #6f6f6f;
    font-size: 2.9em;
    line-height: 1.467;
    font-weight: 500;
    margin-bottom: 35px;
    letter-spacing: -.6px
}

    .c-params__headline span {
        font-size: 16px;
        font-size: .5em;
        line-height: 1.375;
        letter-spacing: -.3px;
        display: block;
        color: #a7a7a7
    }

.c-content-expert__summary {
    background: #fcfcfc;
    color: #404040;
    font-size: 1.143rem;
    line-height: 2.25;
    padding: 25px 322px 27px 50px;
    min-height: 256px;
    position: relative;
    margin-right: -24px;
    margin-left: -16px;
}

    .c-content-expert__summary:after {
        width: 165px;
        height: 165px;
        position: absolute;
        top: 30px;
        right: 81px;
        background: url(../images/pen.svg) 50% 50% no-repeat;
        background-size: 100%
    }

.c-mask {
    position: relative;
    padding-bottom: 15px
}

.c-mask__text p {
    font-size: .9em
}

.c-mask__text.is-active {
    height: auto !important;
    max-height: unset !important;
    padding-bottom: 30px
}

.c-mask__text {
    overflow: hidden
}

.c-mask__handler {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    bottom: 15px;
    color: #2196f3;
    background: #fcfcfc;
    cursor: pointer;
    font-size: .9em;
    font-weight: 400
}

    .c-mask__handler:after {
        position: absolute;
        right: 0;
        left: 0;
        opacity: 1;
        bottom: 30px;
        height: 105px;
        z-index: 1;
        background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 99%, .99) 99%, #fcfcfc)
    }

    .c-mask__handler.is-active {
        height: auto;
        transition: opacity .15s ease
    }

.without-after:after {
    content: none
}

.br-theme-bars-movie .br-widget {
    display: flex;
    align-items: center;
    border-radius: 3px
}

.br-theme-bars-movie .br-current-rating {
    width: 70px !important;
    color: #666 !important;
    font-size: 1.3em
}

.br-theme-bars-movie .br-widget a.br-active,
.br-theme-bars-movie .br-widget a.br-selected,
.br-theme-bars-movie a.br-active,
.br-theme-bars-movie a.br-selected {
    background-color: #00bfd6 !important
}

.br-theme-bars-movie .br-widget a {
    background-color: #d5d5d5;
    margin: 0;
    height: 4px
}

.p-tabs__content > div {
    display: none
}

.c-params__title {
    color: #4d4d4d;
    margin-bottom: 25px;
    position: relative;
    padding-right: 19px;
    font-size: 1.5em;
    font-weight: 400
}

    .c-params__title:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 7px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 0 0 7px;
        border-color: transparent transparent transparent #00bfd6;
        transform: rotate(45deg)
    }

.p-tabs.is-fixed .c-box-tabs {
    position: fixed;
    top: 0;
    width: calc(100% - 30px);
    min-width: 1005px;
    z-index: 123;
    box-shadow: 0 5px 10px 0 hsla(0, 0%, 71%, .2)
}

.c-checkout,
.c-checkout-summary,
.cart-empty,
.icon-wrapper {
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1)
}

.c-params__list {
    list-style: none;
    padding: 0;
    margin-bottom: 70px
}

    .c-params__list li {
        display: flex;
        flex-wrap: wrap;
        margin: 8px -8px
    }

.c-params__list-key,
.c-params__list-value {
    padding-right: 8px;
    padding-left: 8px
}

    .c-params__list-key .block,
    .c-params__list-value .block {
        display: block;
        background: #fafafa;
        padding: 14px 18px 12px;
        font-size: 1.5em;
        color: #666;
        letter-spacing: -.3px;
        min-height: 47px;
        position: relative
    }

.c-params__list-key {
    flex-basis: 23%
}

.c-params__list-value {
    flex-basis: 76%
}

    .c-params__list-value .block:not(:first-of-type) {
        margin-top: 3px
    }

.c-comments__headline {
    font-size: 1.9em;
    line-height: 1.571;
    letter-spacing: -.6px;
    color: #6f6f6f
}

    .c-comments__headline > span {
        margin-top: 10px;
        width: 100%;
        display: inline-flex;
        font-size: .8em;
        font-weight: 500
    }

.c-comments__summary {
    display: flex;
    flex-wrap: wrap;
    margin: 25px -30px 60px
}

.c-comments__summary-box,
.c-comments__summary-note {
    flex: 0 0 50%;
    max-width: 50%
}

    .c-comments__summary-note > span {
        font-size: 1.357rem;
        line-height: 1.158;
        color: #5a5a5a;
        letter-spacing: -.4px;
        margin-bottom: 20px;
        display: block
    }

    .c-comments__summary-note p {
        font-size: 1.071rem;
        line-height: 2.27;
        margin-bottom: 35px;
        color: #676767
    }

.btn-add-comment.is-disabled {
    background-color: #7a7a7a;
    border-color: #7a7a7a;
    color: #fff
}

.btn-add-comment {
    font-size: 1.143rem;
    line-height: 1.375;
    padding: 16px 105px 16px 45px;
    border-radius: 8px;
    background-color: #7a7a7a;
    border: 1px solid #7a7a7a;
    overflow: hidden;
    text-align: right;
    letter-spacing: -.7px;
    position: relative
}

    .btn-add-comment:before {
        content: "\f086";
        font-family: fontawesome;
        position: absolute;
        right: 27px;
        top: 8px;
        font-size: 32px
    }

    .btn-add-comment span:before {
        width: 96px;
        height: 96px;
        position: absolute;
        right: -11px;
        top: -17px;
        background: hsla(0, 0%, 100%, .21);
        content: "";
        border-radius: 50%;
        transition: .3s all ease-out
    }

.btn-checked:not(.disabled):not(.is-inactive):not([disabled])::before,
.btn-checkout:not(.disabled):not(.is-inactive):not([disabled])::before,
.btn-notify-me:not(.disabled):not(.is-inactive):not([disabled])::before,
.btn-order-traking:not(.disabled):not(.is-inactive):not([disabled])::before,
.btn-payment:not(.disabled):not(.is-inactive):not([disabled])::before,
.c-checkout-pack {
    transition: all .3s ease-in-out
}

.btn-add-comment span {
    font-size: 1em;
    padding: 0 40px
}

.c-comments__filter {
    border-bottom: 1px solid #eee;
    display: flex;
    margin-top: 60px
}

.c-faq__filter-title {
    line-height: 1.375;
    padding: 14px 19px 14px 17px;
    position: relative;
    font-size: 1.7em;
    font-weight: 400
}

    .c-faq__filter-title:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 0 0 7px;
        border-color: transparent transparent transparent #00bfd6
    }

.c-faq__filter-items {
    line-height: 1.375;
    margin-right: auto;
    padding: 0
}

    .c-faq__filter-items[data-title]:before {
        display: inline-block;
        content: attr(data-title);
        padding: 14px 10px;
        font-size: 1.5em
    }

    .c-faq__filter-items li {
        display: inline-block;
        margin-right: 10px
    }

        .c-faq__filter-items li a.is-active {
            color: #00bfd6;
            padding-bottom: 17px
        }

        .c-faq__filter-items li a {
            display: block;
            position: relative;
            padding: 14px 17px;
            color: #4d4d4d;
            font-size: 1.5em
        }

            .c-faq__filter-items li a.is-active:after {
                left: 0;
                right: 0;
                top: 100%;
                height: 1px;
                content: "";
                position: absolute;
                background: #00bfd6
            }

.c-comments__list {
    padding: 0;
    margin-top: 18px
}

    .c-comments__list > li {
        border-radius: 5px;
        background-color: #fcfcfc;
        border: 1px solid #f3f3f3;
        padding: 57px 30px 30px;
        margin-bottom: 36px
    }

        .c-comments__list > li section {
            display: flex;
            flex-wrap: wrap;
            margin-right: -30px;
            margin-left: -30px;
        }

            .c-comments__list > li section .aside {
                flex: 0 0 27%;
                max-width: 27%
            }

            .c-comments__list > li section .article {
                flex: 0 0 73%;
                max-width: 73%;
                padding-bottom: 50px
            }

        .c-comments__list > li .c-message-light {
            margin-bottom: 25px;
            position: relative
        }

.c-message-light--purchased {
    font-size: .929rem;
    line-height: 2.23;
    background-color: #fdfff8;
    border: 1px solid #e2f0d5;
    border-radius: 3px;
    color: rgba(36, 90, 29, .98);
    padding: 7px 40px 7px 12px
}

    .c-message-light--purchased:before {
        content: "\f07a";
        font-family: fontawesome;
        position: absolute;
        right: 9px;
        top: 13px;
        font-size: 17px;
        color: #818181
    }

.c-message-light--opinion-negative {
    font-size: .929rem;
    line-height: 2.23;
    background-color: #fff8f9;
    border: 1px solid #ffbcc7;
    border-radius: 3px;
    color: #ff637d;
    padding: 7px 40px 7px 12px
}

    .c-message-light--opinion-negative:before {
        content: "\f165";
        font-family: fontawesome;
        position: absolute;
        right: 9px;
        top: 14px;
        font-size: 17px;
        color: #818181
    }

.c-message-light--opinion-noidea {
    font-size: .929rem;
    line-height: 2.23;
    background-color: #fff9f2;
    border: 1px solid #fcdfbf;
    border-radius: 3px;
    color: #dd7e19;
    padding: 7px 12px;
    text-align: right
}

.c-comments__user-shopping {
    padding: 5px 0 0
}

    .c-comments__user-shopping > li {
        font-size: .929rem;
        line-height: 1.692;
        color: #777;
        margin: 5px 0
    }

.c-comments__list > li .article,
.c-comments__list > li .aside {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px
}

.c-comments__list > li section .article .header {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px
}

    .c-comments__list > li section .article .header > span {
        font-size: 19px;
        font-size: 1.357rem;
        line-height: 1.158;
        color: #fff;
        font-weight: 500
    }

        .c-comments__list > li section .article .header > span:nth-child(2) {
            font-size: 1.5em;
            line-height: 1.571;
            display: block;
            color: #adadad;
            margin-top: 5px;
            font-weight: 400
        }

.c-comments__evaluation {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -10px 40px
}

.c-comments__evaluation-negative,
.c-comments__evaluation-positive {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    align-items: center
}

    .c-comments__evaluation-negative > span,
    .c-comments__evaluation-positive > span {
        color: #00bfd6;
        padding: 20px
    }

    .c-comments__evaluation-negative ul li,
    .c-comments__evaluation-positive ul li {
        margin: 6px 0;
        padding-right: 17px;
        color: #5f5f5f;
        position: relative;
        font-size: 1.3em
    }

        .c-comments__evaluation-positive ul li:before {
            background-color: #00bfd6 !important
        }

        .c-comments__evaluation-negative ul li:before,
        .c-comments__evaluation-positive ul li:before {
            background: #ccc;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            content: "";
            position: absolute;
            top: 8px;
            right: 0
        }

        .c-comments__evaluation-negative ul li:before {
            background-color: #ff637d
        }

.c-comments__list > li .article p {
    font-size: 1.4em;
    line-height: 2.71;
    color: #505050
}

.c-comments__list > li .article .footer {
    margin-top: 15px;
    position: absolute;
    bottom: 0;
    left: 30px
}

.c-comments__likes {
    text-align: left;
    color: #777;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692
}

    .btn-like,
    .c-comments__likes > span {
        font-size: .9em
    }

    .c-comments__likes .btn-like {
        margin-right: 17px
    }

.btn-like {
    border-radius: 8px;
    border: 1px solid #ededed;
    background: #fff;
    padding: 2px 13px;
    color: #8c8c8c;
    line-height: 1.692
}

.c-comments__list > li section .aside > div:not(:first-of-type) {
    margin-top: 40px
}

.c-pager {
    display: flex;
    flex-wrap: wrap;
    margin: 10.5px -10px;
    align-items: center;
    justify-content: center
}

.c-pager__items li,
.c-pager__tabs li {
    display: inline-block
}

.c-pager__item.is-active {
    background-color: #00bfd6;
    border: 1px solid #00bfd6;
    color: #fff
}

.c-pager__item {
    border-radius: 8px;
    color: #535353;
    font-size: 1.6em;
    line-height: 34px;
    margin: 0 3px
}

.c-pager__item,
.c-pager__next,
.c-pager__prev {
    display: inline-block;
    width: 35px;
    height: 34px;
    text-align: center;
    vertical-align: top
}

.c-faq__headline {
    font-size: 2.3em;
    line-height: 1.571;
    letter-spacing: -.6px;
    color: #6f6f6f;
    font-weight: 700
}

    .c-faq__headline span {
        display: block;
        font-size: .7em;
        line-height: 1.375;
        margin-top: 10px;
        font-weight: 400;
        color: #6f6f6f
    }

.c-form-faq textarea,
.modal-checkout textarea {
    height: 180px;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    padding: 10px;
    color: #424242;
    width: 100%;
    resize: vertical;
    vertical-align: top;
    min-height: 56px;
    font-size: .857rem;
    line-height: 2.58;
    margin: 12px 0
}

.disabled {
    opacity: .5;
    cursor: default !important;
    user-select: none;
    pointer-events: none
}

.btn-tertiary {
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 1.294;
    border-radius: 8px;
    background-color: #7a7a7a;
    padding: 18px 31px;
    color: #fff
}

.form-row {
    display: flex;
    align-items: center
}

    .form-row .agreement {
        margin-right: 20px;
        font-size: 1.4em;
        line-height: 2.3
    }

#questions c-comments__filter {
    flex-wrap: wrap
}

.c-faq__list {
    margin-top: 40px
}

    .c-faq__list > li:first-child {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }

    .c-faq__list > li {
        position: relative;
        border: 1px solid #dbdbdb;
        background: #fcfcfc;
        margin-right: 171px;
        padding: 19px 29px 50px;
        color: #4d4d4d;
        min-height: 220px
    }

        .c-faq__list > li:after,
        .c-faq__list > li:before {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 11px 0 11px 11px;
            border-color: transparent transparent transparent #dbdbdb;
            left: 100%;
            top: 50px
        }

        .c-faq__list > li.is-question .section .header {
            font-size: 62px;
            padding-top: 69px;
            color: #35ccde
        }

            .c-faq__list > li.is-question .section .header:before {
                content: "\f059";
                font-family: fontawesome
            }

        .c-faq__list > li .section p {
            margin-bottom: 20px
        }

        .c-faq__list > li .section .header .h5 {
            color: #7a7a7a;
            font-size: .4em;
            line-height: 1.692;
            margin-top: 10px
        }

            .c-faq__list > li .section .header .h5 span {
                display: block;
                font-size: 12px;
                font-size: .857rem;
                line-height: 1.833;
                color: #959595
            }

        .c-faq__list > li .section .header {
            width: 122px;
            margin-left: 44px;
            padding-top: 64px;
            position: absolute;
            left: 100%;
            top: -10px;
            text-align: center
        }

        .c-faq__list > li .section > p {
            font-size: 1.5em;
            line-height: 2.4
        }

        .c-faq__list > li .section .footer {
            font-size: .857rem;
            line-height: 1.833;
            position: absolute;
            display: flex;
            align-items: center;
            width: 100%;
            right: 0;
            bottom: 25px;
            padding: 0 29px
        }

            .c-faq__list > li .section .footer em {
                color: #d3d3d3;
                font-style: normal;
                margin-left: auto
            }

            .c-faq__list > li .section .footer .btn-link-spoiler {
                margin-right: 20px;
                font-size: 1em
            }

        .c-faq__list > li.is-answer {
            background: #fff
        }

            .c-faq__list > li.is-answer .section .header {
                font-size: 79px;
                padding-top: 86px;
                color: #ffd188
            }

                .c-faq__list > li.is-answer .section .header:before {
                    content: "\f0eb";
                    font-family: fontawesome
                }

.c-faq__likes {
    text-align: left;
    color: #777;
    line-height: 1.692;
    margin-right: auto;
    font-size: .9em
}

    .c-faq__likes span {
        font-size: 1em
    }

.c-faq__answer-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0
}

.c-faq__answer-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0
}

.c-faq__answer-col--form {
    flex: 0 0 54%;
    max-width: 54%;
    padding-left: 33px;
    padding-right: 26px
}

    .c-faq__answer-col--form span.h3 {
        margin-bottom: 4px;
        font-size: 2em;
        line-height: 1.048;
        letter-spacing: -.8px;
        color: #7a7a7a;
        display: block
    }

.c-form-faq-answer__col--submit .btn-default {
    width: 100%
}

.btn-default {
    line-height: 1.375;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #41a7b4;
    padding: 14px 31px;
    color: #fff
}

.c-faq__answer-col--rules {
    flex: 0 0 46%;
    max-width: 46%;
    border-right: 1px solid #f0f0f0;
    padding-right: 25px
}

    .c-faq__answer-col--rules span.h4 {
        padding-right: 37px;
        margin-bottom: 25px;
        position: relative;
        font-weight: 700;
        letter-spacing: -.7px;
        line-height: 1.294;
        color: #7a7a7a;
        display: block;
        font-size: 1.5em
    }

        .c-faq__answer-col--rules span.h4:before {
            content: "\f14b";
            font-family: fontawesome;
            position: absolute;
            right: 0;
            top: -5px;
            font-size: 22px
        }

.c-faq__rules-list li {
    margin: 15px 0 0;
    position: relative;
    padding-right: 33px
}

    .c-faq__rules-list li:before {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        top: 7px;
        right: 8px;
        background: #e2e2e2;
        position: absolute;
        content: ""
    }

.c-faq__answer-row textarea,
.comment-new form textarea {
    border: 1px solid #c8c8c8;
    width: 100%;
    resize: vertical;
    min-height: 56px;
    vertical-align: top
}

.c-faq__rules-list span.h5 {
    font-weight: 500;
    letter-spacing: -.5px;
    font-size: 1.4em;
    line-height: 1.571;
    color: #7a7a7a;
    display: block
}

.c-faq__rules-list p {
    line-height: 1.6;
    margin-top: 10px;
    color: #959595;
    letter-spacing: -.7px;
    font-size: 1.4em
}

.c-faq__answer-row textarea {
    height: 180px;
    border-radius: 5px;
    padding: 10px;
    color: #424242;
    font-size: .857rem;
    line-height: 2.58;
    margin: 12px 0
}

.add-comment {
    background-color: #fff;
    margin: 20px auto;
    padding: 20px 30px
}

.comment-info {
    display: flex;
    justify-content: space-between
}

    .comment-info img {
        height: 300px
    }

.comment--info {
    display: flex;
    flex-direction: column;
    flex: 0 0 68.5%;
    background: #fcfcfc;
    padding: 0 30px 39px 28px
}

    .comment--info .headline {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        padding-bottom: 13px
    }

        .comment--info .headline h4 {
            font-size: 2.2em;
            font-weight: 400;
            line-height: 1.8
        }

        .comment--info .headline span {
            line-height: 1.5;
            color: #b5b5b5
        }

.comment-new {
    margin-top: 20px;
    display: flex;
    justify-content: space-between
}

    .comment-new form > input,
    .comment-new form > label {
        display: block;
        width: 100%
    }

    .comment-new form label,
    .group-input span {
        margin-bottom: 12px;
        color: #565656;
        font-size: 1.143rem;
        line-height: 1.4;
        position: relative;
        font-weight: 400
    }

    .comment-new form input,
    .comment-new form > input {
        border-radius: 5px;
        background: #fff;
        border: 1px solid #c8c8c8;
        color: #717171;
        font-size: 1.3em;
        line-height: 1.571;
        padding: 11px 12px;
        width: 100%;
        letter-spacing: -.8px
    }

.group-input {
    display: flex
}

    .group-input div {
        display: flex;
        flex-direction: column;
        margin-left: 20px;
    }

.comment-new form textarea {
    border-radius: 5px;
    outline: 0;
    padding: 10px;
    color: #424242;
    line-height: 2;
    height: 166px;
    font-size: 1.2em
}

.group-input .advantage span:before,
.group-input .disadvantage span:before {
    width: 8px;
    height: 8px;
    position: absolute;
    right: 7px;
    top: 6px;
    border-radius: 4px;
    content: ""
}

.comment-new label,
.comment-new span {
    margin-top: 25px
}

.comment-new span {
    padding-right: 20px
}

.group-input .advantage span:before {
    background: #00bfd6
}

.group-input .disadvantage span:before {
    background: #fb3449
}

.comment-new button {
    margin-top: 15px;
    display: block
}

.comment-new .form-holder {
    flex-basis: 55%;
    padding-left: 30px;
    position: relative
}

    .comment-new .form-holder .btn-link-spoiler {
        position: absolute;
        bottom: 10px
    }

.comment-new .description {
    border-right: 1px solid #ededed;
    padding: 40px 50px
}

    .comment-new .description h3 {
        margin-bottom: 45px;
        letter-spacing: -.5px;
        font-size: 2em;
        line-height: 1.5;
        font-weight: 400
    }

    .comment-new .description p {
        line-height: 2.3
    }

.cart-empty,
.icon-wrapper {
    margin: 27px auto;
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 30px;
    text-align: center;
    line-height: 22px
}

.cart-empty__icon {
    width: 167px;
    height: 170px;
    background: #f4f4f4;
    position: relative;
    border-radius: 50%;
    margin: 0 auto
}

    .cart-empty__icon:before {
        content: "\f07a";
        font-family: fontawesome;
        position: absolute;
        font-size: 77px;
        left: 42px;
        top: 72px;
        color: #a8a8a8
    }

.cart-sfl__icon {
    margin: 0 auto;
    width: 200px;
    height: 150px;
    background: url(../images/06d51c65.png) 50% no-repeat;
    background-size: auto;
    background-size: contain;
}

.cart-empty__title {
    font-size: 2.214rem;
    line-height: 1.419;
    letter-spacing: -.4px;
    margin: 25px 0;
    color: #858585
}

.cart-empty__links {
    margin-bottom: 20px
}

.cart-empty__link-urls a {
    margin: 5px 0 0 10px;
    padding: 0 2px;
    position: relative
}

.btn-cart:not(.disabled):not(.is-inactive):not([disabled]) {
    position: relative;
    overflow: hidden
}

.cart-empty .btn-cart {
    padding-right: 100px;
    padding-left: 100px;
    margin-top: 15px;
    display: inline-block
}

.icon-wrapper .icon {
    border-bottom: none;
    justify-content: space-around;
    flex-wrap: wrap
}

.main-cart {
    display: flex;
    flex-wrap: wrap
}

    .main-cart .o-page__content {
        flex: 0 0 74%;
        padding-right: 0;
        padding-left: 25px
    }

.c-checkout__tab--active {
    color: #ef394e !important;
    font-weight: 500;
}

    .c-checkout__tab--active:before {
        background-color: #ef394e;
    }

    .c-checkout__tab--active:before, .c-checkout__tab--active .c-checkout__tab-counter {
        content: "";
        height: 4px;
        width: 100%;
        position: absolute;
        bottom: 0;
        right: 0;
        border-radius: 2px 2px 0 0;
    }

.c-checkout__tab-counter {
    color: #f8f8f8;
    background-color: #ef394e /*#999*/;
    margin-right: -20px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
}

.main-cart .c-checkout-text {
    cursor: pointer;
    color: #818181;
    text-align: center;
    position: relative;
    min-width: 140px;
    padding: 8px 24px 10px;
    font-size: .95rem;
    font-weight: 400;
    line-height: 1.467;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.main-cart .o-headline {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ececec;
}

.c-cart-item__stock-info span {
    font-size: .7rem;
    line-height: 19px;
    color: #ef394e;
    font-weight: 500;
}

.c-cart-item__stock-info {
    margin-top: 12px;
}

.c-checkout__to-shipping-sticky {
    width: 100%;
    border: 1px solid black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 66px;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 -3px 4px 0 rgba(0,0,0,.06);
    box-shadow: 0 -3px 4px 0 rgba(0,0,0,.06);
    border-style: solid;
    border-width: 1px 0;
    padding: 10px 12px;
    z-index: 1;
}

@media (max-width: 500px) {
    .c-checkout__to-shipping-sticky {
        bottom: 65px
    }
}

.c-checkout__to-shipping-link {
    padding: 12px 10px;
    background-color: #ef394e;
    border-radius: 5px;
    min-width: 100px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    font-size: 13px;
    font-size: 1rem;
    line-height: 1.571;
    border: none;
    cursor: pointer;
}

.c-checkout__to-shipping-price-report {
    padding-left: 8px;
}

    .c-checkout__to-shipping-price-report p {
        font-size: 10px;
        font-size: .714rem;
        line-height: 2.2;
        color: #f00;
        text-align: left;
        font-weight: bold;
    }

.c-checkout__to-shipping-price-report--price {
    color: #000;
    font-size: 1.1rem;
    line-height: 1.222;
    font-weight: 600;
    text-align: left;
    margin-top: 2px;
}

    .c-checkout__to-shipping-price-report--price span {
        font-size: .8rem;
        line-height: 1.833;
        font-weight: 400;
        color: red;
    }

.c-checkout__header {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 13px 0 10px 0;
    margin: 0 12px;
}

.c-checkout__header-title {
    color: #777;
    font-size: 15px;
    font-size: .9rem;
    line-height: 1.5;
    font-weight: 700;
    margin-right: 8px;
}

.c-checkout__header-extra-info {
    color: #777;
    font-weight: 400;
    font-size: 13px;
    font-size: .8rem;
    line-height: 1.5;
    margin-right: 8px;
}

.c-checkout__header-delivery-cost {
    position: absolute;
    left: 0;
    color: #777;
    font-size: 13px;
    font-size: .8rem;
    line-height: 1.692;
}

.o-headline > h2,
.o-headline > span {
    font-size: 1.8em;
    line-height: 31px;
    font-weight: 500
}

.c-checkout {
    margin: 0 0 10px;
    border: 1px solid #e7e7e7;
    background: #fff
}

.c-checkout__item:first-child {
    border-top: none
}

.c-checkout__item {
    border-top: 1px solid #eaeaea
}

.c-checkout__row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 25px;
    position: relative;
    padding-left: 10px;
    border-bottom: 1px solid #eaeaea;
}

.c-checkout__col {
    line-height: 22px;
    /*position: relative;
    width: 100%;*/
    min-height: 1px;
    padding-right: 0;
    padding-left: 0
}

.c-checkout__col--thumb {
    flex: 0 0 19%;
    padding-right: 40px;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center
}

    .c-checkout__col--thumb a {
        position: relative
    }

    .c-checkout__col--thumb img:not(.c-product-box__fmcg-symbol) {
        max-width: 90%;
        max-height: 100%;
        position: relative
    }

.c-checkout__btn-remove {
    position: absolute;
    width: 26px;
    height: 26px;
    text-align: center;
    border: none;
    border-radius: 13px;
    color: #999;
    background: #f5f5f5;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

    .c-checkout__btn-remove::before {
        content: "\f1f8";
        font-family: fontawesome;
        font-size: 12px;
        vertical-align: top;
        margin-top: 3px;
        display: inline-block
    }

.c-checkout__col--desc {
    /*flex: 0 0 35%*/
    width: 80%;
}

    .c-checkout__col--desc a {
        color: #000;
        font-size: 1.6em;
        line-height: 1.6;
        font-weight: 400
    }

    .c-checkout__col--desc p {
        font-size: 1.2em
    }

.c-checkout__title {
    font-size: 1.071rem;
    line-height: 1.88;
    margin-bottom: 15px
}

.c-checkout__dealer {
    font-size: .929rem;
    line-height: 1.692;
    margin: 7px 0
}

.c-checkout__guarantee,
.c-checkout__special-deal {
    font-size: .857rem;
    line-height: 1.833;
    margin: 7px 0
}

.c-checkout__variant {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    margin: 7px 0
}

.c-checkout__col--information,
.c-checkout__col--message {
    display: flex
}

.c-checkout__col--information {
    /*flex: 0 0 46%;*/
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.c-cart-item__save-for-later {
    font-size: .75rem !important;
    line-height: 1.833;
    color: #777 !important;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
    padding-top: 8px;
}

.c-quantity-selector {
    width: 100px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #eee;
    border-radius: 5px;
    color: #0fabc6;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .c-quantity-selector button {
        border: none;
        margin: 0;
        padding: 0;
        color: #0fabc6;
        background-color: #fff;
        cursor: pointer;
        width: 33%;
        text-align: center;
        height: 100%;
        border-radius: 5px;
    }

.c-quantity-selector__add i {
    color: #e0e0e2;
    font-size: 1rem;
}

.c-quantity-selector__remove i {
    font-size: 1.1rem;
}

.c-cart-item__quantity-row {
    display: flex;
}

.c-checkout__row--inner {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    width: 100%
}

.c-checkout__col--counter {
    /*flex: 0 0 52%;
    max-width: 52%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center*/
}

.c-checkout__quantity {
    position: relative;
    z-index: 12;
    user-select: none;
    line-height: 22px;
    font-size: 1.1em;
    text-align: center
}

    .c-checkout__quantity select {
        border-radius: 8px;
        font-size: .8em;
        border: 1px solid rgba(0, 0, 0, .1)
    }

.c-checkout__quantity-error {
    position: absolute;
    top: calc(100% + 10px);
    right: -5px;
    padding: 10px;
    color: #fff;
    background-color: #ef5661;
    white-space: nowrap;
    z-index: 9283;
    display: none;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571
}

.c-checkout__col--price {
    /* flex: 0 0 47%;
    max-width: 47%;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: right*/
}

.c-checkout__price:first-child,
.c-checkout__price:nth-child(3) {
    padding-right: 47px
}

.c-checkout__price {
    font-size: 1.7em;
    line-height: 1.294;
    margin: 2px 0;
    font-weight: 400
}

.main-cart .o-page__aside {
    flex: 0 0 24.5%;
    padding-left: 0
}

.c-checkout-aside {
    margin-bottom: 23px
}

.main-cart .c-checkout-aside {
    margin-top: 77px;
    margin-bottom: 83px
}

.c-checkout__row.is-incredible {
    padding-bottom: 40px;
    position: relative
}

/*.c-checkout__row.is-incredible::after {
    content: "";
    position: absolute;
    border-radius: 8px;
    border: 1px solid #fccdd2;
    width: 137px;
    height: 27px;
    background: url(../images/9ddbb0ae.png) 50% no-repeat #fff8f8;
    background-size: auto 12px;
    -o-object-fit: contain;
    object-fit: contain;
    bottom: 10px;
    right: 20px
}*/

.c-checkout__price--del {
    font-size: .929rem;
    line-height: 1.692;
    text-decoration: line-through;
    color: #a0a0a0
}

.c-checkout-summary__discount .discount-price {
    line-height: 1.571;
    color: #ef394e
}

.c-checkout__price--discount {
    font-size: .857rem;
    line-height: 1.833;
    color: #a0a0a0
}

.c-checkout-summary__content div:last-of-type > span {
    font-size: .9em
}

.c-checkout-summary {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    line-height: 22px;
}

    .c-checkout-summary span {
        color: #777;
        font-size: 1.3em;
    }

    .c-checkout-summary .has-devider {
        border-top: 1px solid #eaeaea;
        padding-top: 10px;
    }

        .c-checkout-summary .has-devider span {
            font-weight: 500;
            color: #2b2b2b;
        }

.pd-10 {
    padding-top: 10px
}

    .pd-10 i {
        color: gold
    }

.c-checkout-summary__summary {
    list-style: none;
    padding: 15px 10px
}

    .c-checkout-summary__summary li {
        padding-bottom: 5px;
        display: flex;
        margin: 5px 0;
        justify-content: space-between;
        font-weight: 400;
        font-size: 1.1em
    }

.c-checkout-summary__devider {
    padding: 0 10px
}

    .c-checkout-summary__devider div {
        width: 100%;
        border: 1px solid #e6e6e6;
        height: 4px;
        border-right: none;
        border-left: none
    }

.c-checkout-summary__content {
    padding: 15px;
    color: #a0a0a0;
    font-size: .786rem;
    line-height: 2;
    padding-top: 0;
}

.cart-sfl__links p {
    font-size: 1.5em;
    width: 30%;
    margin: 0 auto;
    line-height: 1.7;
    text-align: center;
}

#cart-sfl {
    width: 98%;
    display: none;
}

.c-checkout-summary__price-title {
    text-align: center;
    color: #676767;
    font-size: 1.286rem;
    line-height: normal
}

.c-checkout-summary__price-value {
    text-align: center;
    font-size: 1.071rem;
    line-height: normal;
    color: #fb3449
}

.c-checkout-summary__price-value-amount {
    font-size: 1.429rem;
    line-height: 2;
    font-weight: 700
}

.btn-checkout:not(.disabled):not(.is-inactive):not([disabled]) {
    overflow: hidden
}

.c-checkout-summary__content .btn-checkout {
    width: 100%;
    text-align: center;
    margin-top: 2px;
    font-weight: 700;
    position: relative
}

.btn-checkout {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
    padding: 15px 70px 15px 15px;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #41a7b4;
    color: #fff;
    overflow: hidden;
    text-align: right;
    letter-spacing: -.6px
}

    .btn-checkout::before {
        width: 85px;
        height: 85px;
        position: absolute;
        right: -20px;
        top: -17px;
        background: hsla(0, 0%, 100%, .21);
        content: "";
        border-radius: 50%
    }

    .btn-checkout::after {
        content: "\f053";
        font-family: fontawesome;
        position: absolute;
        right: 21px;
        top: 14px;
        font-size: 21px
    }

    .btn-checkout:not(.disabled):not(.is-inactive):not([disabled]):hover::before {
        width: 900px;
        height: 900px;
        right: -450px;
        top: -450px;
        transform: unset
    }

.c-checkout-summary__content div:last-child {
    padding-right: 5px;
    line-height: 2;
    margin-top: 9px
}

.c-checkout-feature-aside {
    border-radius: 5px;
    box-shadow: 0 8px 13px -7px rgba(0, 0, 0, .05);
    background-color: #fff;
    border: 1px solid #e6e6e6;
    margin-top: 10px;
    padding: 15px;
    letter-spacing: -.2px;
    line-height: 1.73;
    color: #aaa;
    font-weight: 500
}

.c-checkout-feature-aside__item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 1.3em;
    line-height: 1.692;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 0 27px 0 20px
}

.c-checkout-steps,
.c-checkout-steps__item::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.c-checkout-feature-aside__item--guarantee {
    background: url(../images/a8d65c7a.svg) 100% 50% no-repeat;
    background-size: 22px auto
}

.c-checkout-feature-aside__item--cash {
    background: url(../images/3e2ec4e5.svg) 100% 50% no-repeat;
    background-size: 22px auto
}

.c-checkout-feature-aside__item:last-child {
    margin-bottom: 0
}

.c-checkout-feature-aside__item--express {
    background: url(../images/0e30c4eb.svg) 100% 50% no-repeat;
    background-size: 22px auto
}

.c-checkout-feature-aside {
    font-size: 1em
}

header.shipping .logo {
    text-align: center;
    height: 75px;
    display: flex;
    justify-content: center
}

    header.shipping .logo a {
        margin: 23px auto
    }

    header.shipping .logo img {
        width: 180px;
        height: auto
    }

header.shipping {
    height: 110px;
    box-shadow: 0 2px 12px 0 hsla(0, 0%, 44%, .14);
    z-index: unset
}

.c-checkout-steps {
    display: flex;
    list-style: none;
    padding: 0;
    color: #a0a0a0;
    justify-content: space-between;
    width: 60%;
    line-height: 1.692;
    top: 100px;
    margin: 0;
    z-index: 1000
}

    .c-checkout-steps li.is-active,
    .c-checkout-steps li.is-completed {
        color: #00bfd6
    }

    .c-checkout-steps li:first-of-type {
        margin-left: 0
    }

.c-checkout-steps__item::before {
    top: -25px;
    content: attr(data-title);
    white-space: nowrap;
    font-size: 1.3em;
    font-weight: 400
}

.c-checkout-steps li.is-completed:before,
.c-checkout-steps:before {
    content: "";
    position: absolute;
    height: 3px;
    border-radius: 3.5px;
    z-index: 0;
    top: 50%;
    transform: translateY(-50%)
}

.c-checkout-steps:before {
    width: 98%;
    background-color: #d0d0d0;
    left: 10px
}

.c-checkout-steps li.is-completed:before {
    width: 49%;
    background-color: #00bfd6;
    right: 10px
}

.c-checkout-steps li.is-completed:last-of-type:before {
    left: 10px
}

.c-checkout-steps li.is-active .c-checkout-steps__item,
.c-checkout-steps li.is-active::before {
    background-color: #00bfd6
}

.c-checkout-steps__item {
    position: relative;
    text-align: center;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    background-color: #d0d0d0;
    z-index: 1
}

.o-headline--checkout {
    padding-left: 0;
    align-items: flex-end;
    color: #858585;
    margin-top: 36px;
    margin-bottom: 10px;
    justify-content: space-between
}

    .o-headline--checkout > span {
        color: inherit;
        font-weight: 400
    }

.c-checkout-contact.is-completed .c-checkout-contact__badge {
    width: 41px;
    height: 41px;
    background-color: #f3feff;
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
    border: 1px solid #8dd4dd;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%
}

.c-checkout-contact,
.c-checkout-pack {
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1)
}

    .c-checkout-contact.is-completed .c-checkout-contact__badge::before {
        content: "\f00c";
        font-family: fontawesome;
        font-size: 17px;
        position: absolute;
        top: 10px;
        right: 11px;
        color: #00bfd6
    }

.c-checkout-contact {
    border: 1px solid #e7e7e7;
    background: #fff;
    margin-bottom: 20px;
    position: relative
}

.c-checkout-contact__content {
    padding: 20px 43px 22px 20px;
    position: relative;
    color: #6d6d6d
}

    .c-checkout-contact__content::before {
        width: 5px;
        top: 0;
        bottom: 0;
        right: -1px;
        position: absolute;
        background-color: #8dd4dc;
        content: "";
        display: none
    }

.c-checkout-contact__item:first-child {
    margin-top: 0;
    margin-bottom: 5px
}

.c-checkout-contact__item--message,
.c-checkout-contact__item--mobile {
    display: inline-block;
    white-space: nowrap;
    line-height: 1.571;
    font: 1.4em;
    font-weight: 400
}

.c-checkout-contact__item--location {
    margin: 15px 0
}

.c-checkout-contact__item--message {
    margin-right: 10px
}

.c-checkout-contact__item--username {
    font-weight: 500
}

.c-checkout-contact__btn-edit {
    line-height: 21px;
    font-size: 12px;
    margin-right: 11px;
    border: none;
    position: relative;
    color: #00bfd6;
    border-bottom: 1px dashed #00bfd6;
    background-color: transparent;
    font-weight: 700
}

.c-checkout-contact__location {
    padding: 3px 10px 4px;
    line-height: 25px;
    background-color: #ededed;
    position: absolute;
    border: none;
    top: 20px;
    left: 20px;
    border-radius: 5px;
    color: #6d6d6d
}

.c-checkout-pack {
    background: #fff;
    position: relative
}

.c-checkout-pack__row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0
}

    .c-checkout-pack__row:not(:last-child) {
        border-bottom: 1px solid #e7e7e7
    }

.c-checkout-time-table {
    padding: 18px;
    width: 100%
}

.c-checkout-time-table__title-bar {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 2;
    letter-spacing: -.3px;
    color: #858585
}

.c-checkout-time-table__subtitle-bar {
    line-height: 2;
    letter-spacing: -.2px;
    color: #a2a2a2;
    display: flex;
    font-size: 1.3em
}

    .c-checkout-time-table__subtitle-bar > :not(:last-child) {
        padding-left: 10px;
        margin-left: 10px;
        border-left: 1px solid #e0e0e0
    }

.c-checkout-shipment__invoice-type {
    background-color: #fff;
    padding: 24px 16px 32px;
    border-top: 7px solid #f5f7fa;
    position: relative;
}

.c-checkout-shipment__invoice-type-info {
    font-size: .9rem;
    line-height: 26px;
    color: #f57f17;
    position: relative;
    padding-right: 40px;
    font-weight: 400;
}

    .c-checkout-shipment__invoice-type-info::before {
        content: "\f05a";
        font-family: "fontawesome";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        color: #f9a825;
        font-size: 24px;
    }

span.full-address {
    font-size: 1.3em;
    margin-top: 10px;
    display: inline-block
}

.c-checkout__actions {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    margin-top: 15px;
    width: 100%
}

    .c-checkout__actions button {
        background: 0 0
    }

.c-product-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 26px 0 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 0 2px 2px #cacaca47;
}

.c-product-box-custome{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, .1)
}

.c-product-box__img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 7px
}

.c-product-box--compact .c-product-box__img {
    height: 90px;
    padding: 0 10px 5px
}

.c-product-box--compact .c-product-box__title {
    margin-top: 13px;
    width: 65%;
    line-height: 22px;
    letter-spacing: -.3px;
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 1.2em
}

.modal-checkout {
    display: none;
    position: fixed;
    top: 2%;
    right: 22%;
    width: 60%;
    border-radius: 5px;
    box-shadow: 0 8px 13px -7px rgba(0, 0, 0, .05);
    background-color: #fff;
    border: 1px solid #e6e6e6;
    margin-top: 10px;
    padding: 15px;
    letter-spacing: -.2px;
    font-size: .786rem;
    line-height: 1.73;
    color: #aaa;
    font-weight: 500;
    max-height: 95vh;
    overflow: auto;
    z-index: 9992
}

.btn-checked,
.btn-order-traking,
.btn-order-traking:not(.disabled):not(.is-inactive):not([disabled]),
.btn-payment,
.btn-payment:not(.disabled):not(.is-inactive):not([disabled]) {
    overflow: hidden
}

.main-cart-overlay:before {
    position: fixed;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9991
}

.modal-checkout .container {
    min-width: unset;
    width: 100%;
    max-width: 100% !important;
    padding: 30px 30px 30px 140px !important
}

.c-form-checkout__headline {
    width: 100%;
    background-color: #f6f6f6;
    padding: 7px 15px 8px;
    line-height: 1.39;
    color: #858585;
    font-size: 1.4em;
    margin-bottom: 10px
}

.modal-checkout .group-input {
    margin-top: 12px
}

    .modal-checkout .group-input span {
        letter-spacing: -.3px;
        margin-bottom: 2px;
        line-height: 1.67;
        color: #858585;
        font-size: 1.3em;
        padding: 5px 0 1px
    }

.modal-checkout input:not([type=button]),
.modal-checkout select {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    line-height: 1.571;
    padding: 11px 12px;
    width: 100%;
    letter-spacing: -.8px;
    font-size: 1.1em
}

.modal-checkout select {
    cursor: pointer
}

.modal-checkout .group-input > div {
    flex-basis: 50%
}

.modal-checkout .textarea-area span {
    line-height: 1.67;
    padding-top: 10px;
    color: #858585;
    font-size: 1.3em;
    display: inline-block;
    font-weight: 400
}

.modal-checkout .foot {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    align-items: baseline;
    flex-wrap: wrap
}

    .modal-checkout .foot button {
        flex: 0 0 67%
    }

.btn-checked {
    font-size: 1.3em;
    line-height: 1.222;
    padding: 20px 100px 20px 20px;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #41a7b4;
    color: #fff;
    text-align: center;
    letter-spacing: -.7px;
    position: relative
}

    .btn-checked::before {
        width: 95px;
        height: 95px;
        position: absolute;
        right: -15px;
        top: -20px;
        background: hsla(0, 0%, 100%, .21);
        content: "";
        border-radius: 50%
    }

    .btn-checked::after {
        position: absolute;
        right: 23px;
        top: 16px;
        font-size: 27px;
        content: "\f00c";
        font-family: fontawesome
    }

.modal-checkout textarea {
    resize: none;
    height: 100px
}

.modal-checkout .close-modal {
    background-color: #f5f5f5;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 10px;
    left: 17px;
    text-decoration: none;
    color: #989898;
    font-size: 23px;
    line-height: 1;
    padding: 5px;
    z-index: 100;
    transform: rotate(45deg)
}

.c-checkout-paymethod {
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
    list-style: none;
    padding: 0
}

    .c-checkout-paymethod > li:first-child {
        border-top: none
    }

    .c-checkout-paymethod > li {
        border-top: 1px solid #efefef
    }

.c-checkout-paymethod__item.is-select-mode {
    background-color: #fbffff
}

.c-checkout-paymethod__item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 135px 33px 0
}

.c-checkout-paymethod__options {
    border-top: 1px solid #e2f2f4;
    padding: 18px 20px 24px;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    position: relative;
    display: none
}

.c-checkout-paymethod__item.is-select-mode + .c-checkout-paymethod__options {
    display: block;
    background-color: #fbffff
}

.c-checkout-paymethod__item.is-select-mode::before {
    color: #00bfd6;
    display: none;
}

.c-checkout-paymethod__item--cc::before {
    content: "\f09d";
    font-family: fontawesome;
    position: absolute;
    top: 38px;
    right: 86px;
    color: #c6c6c6;
    font-size: 25px
}

.c-checkout-paymethod__item .c-ui-radio {
    position: absolute;
    top: 41px;
    right: 40px
}

.c-ui-radio--primary {
    width: 19px;
    height: 19px
}

.c-ui-radio {
    width: 14px;
    height: 14px;
    display: inline-block;
    position: relative
}

    .c-ui-radio input[type=radio] {
        visibility: hidden;
        position: absolute
    }

.c-ui-radio--primary input[type=radio]:checked + .c-ui-radio__check::before {
    width: 15px;
    height: 15px
}

.c-ui-radio input[type=radio]:checked + .c-ui-radio__check::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    width: 10px;
    height: 10px;
    background: #00bfd6;
    border-radius: inherit
}

.c-checkout-paymethod__title {
    font-size: 1.143rem;
    line-height: 1.375;
    font-weight: 500;
    letter-spacing: -.7px
}

    .c-checkout-paymethod__title span {
        font-size: .8em;
        line-height: 1.571;
        font-weight: 500;
        letter-spacing: -.5px;
        display: block;
        margin-top: 5px;
        color: #a0a0a0
    }

.c-checkout-paymethod__providers {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: -16px -16px 0 0;
    position: relative;
    width:200px
}

.c-checkout-paymethod__item.is-select-mode + .c-checkout-paymethod__options .c-checkout-paymethod__providers-arrow {
    background-color: #fbffff
}

.c-checkout-paymethod__providers-arrow {
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    border-left: 1px solid #cbf1f5;
    position: absolute;
    top: -10px;
    right: 100px;
    background-color: #fbffff
}

.c-checkout-paymethod__providers label.is-selected {
    border-color: #cbf1f5;
    background-color: #cbfdff
}

.c-checkout-paymethod__providers label {
    border-radius: 11px;
    background: #fff;
    border: 1px solid #cbf1f5;
    position: relative;
    display: flex;
    height: 64px;
    margin-top: 16px;
    cursor: pointer;
    padding: 10px 57px 10px 20px;
    align-items: center;
    margin-right: 16px
}

    .c-checkout-paymethod__providers label .c-ui-radio {
        position: absolute;
        right: 31px;
        top: 50%;
        transform: translateY(-50%)
    }

.c-ui-radio__check {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ccc
}

.c-checkout-paymethod__source-title {
    display: block;
    font-size: .9em;
    font-weight: 400
}

.c-checkout-paymethod__providers label img {
    margin-right: auto;
    max-height: 50px;
    max-width: 80px
}

.c-checkout-order-summary {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    padding: 15px 20px;
    margin-bottom: 29px
}

.c-checkout-order-summary__item:first-child {
    margin-top: 0
}

.c-checkout-order-summary__item {
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    margin-top: 20px
}

.c-checkout-order-summary__header {
    border-radius: 6px;
    background-color: #fcfcfc;
    padding: 9px 25px 9px 50px;
    position: relative;
    cursor: pointer
}

    .c-checkout-order-summary__header .c-checkout-order-summary__row {
        align-items: baseline
    }

.c-checkout-order-summary__row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.c-checkout-order-summary__col--post-time {
    font-size: 1.1em;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: -.7px;
    color: #858585;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.c-checkout-order-summary__col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    flex: 0 0 20%;
    flex-grow: 1;
    max-width: unset
}

    .c-checkout-order-summary__col span {
        font-size: 1.3em;
        line-height: 21px;
        vertical-align: middle;
        display: block;
        font-weight: 400;
        color: #919191
    }

.c-checkout-order-summary__header::after {
    content: "\f078";
    font-family: fontawesome;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #c6c6c6;
    font-size: 20px;
    cursor: pointer
}

.c-checkout-order-summary__content {
    border-radius: 0 0 6px 6px;
    padding: 30px 0;
    display: none
}

    .c-checkout-order-summary__content .c-product-box {
        padding: 0 10px;
        width: 23%;
        border: 0
    }

        .c-checkout-order-summary__content .c-product-box h4 {
            font-size: 1.3em;
            font-weight: 500;
            padding: 10px 0
        }

.c-checkout-price-options__container {
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    background-color: #fff;
    padding: 15px;
    height: 100%;
    min-width: 50%
}

.c-checkout-price-options__header {
    padding-right: 5px;
    margin-bottom: 9px
}

    .c-checkout-price-options__header > span:first-of-type {
        font-size: 1.6em;
        line-height: 31px;
        color: #777676;
        font-weight: 600
    }

.c-checkout-price-options__row {
    margin-top: 10px
}

    .c-checkout-price-options__row input {
        border-radius: 5px;
        background: #fff;
        border: 1px solid #c8c8c8;
        color: #717171;
        font-size: 14px;
        font-size: 1rem;
        line-height: 1.571;
        padding: 11px 12px;
        width: 60%;
        letter-spacing: -.8px
    }

.c-checkout-price-options__content p {
    font-size: 1.4em
}

.c-checkout-price-options__messages {
    width: 100%;
    margin-top: 15px
}

.c-checkout-price-options__message {
    border-radius: 5px;
    padding: 10px 21px;
    position: relative;
    line-height: 22px;
    font-size: .9em;
    font-weight: 400
}

    .c-checkout-price-options__message span {
        display: block;
        width: 100%
    }

.c-checkout-price-options__message--error {
    background-color: snow;
    border: 1px solid #ffc1c6;
    color: #ef5662
}

.c-checkout-price-options__message--success {
    background-color: #eeffde;
    border: 1px solid #b7ebb7;
    color: #538f0d
}

.c-checkout-alert {
    margin: 20px auto;
    box-shadow: 0 8px 13px -7px rgba(0, 0, 0, .05);
    background-color: #fff;
    border: 1px solid #e8e8e8;
    padding: 25px 0
}

.c-checkout-alert__icon.failed {
    background-color: rgba(251, 52, 73, .18);
    color: #ff637d
}

.c-checkout-alert__icon.success {
    background-color: #b3e17c;
    color: #4CAF50
}

.c-checkout-alert__icon {
    margin: 0 auto 6px;
    padding: 27px;
    border-radius: 50%;
    width: 95px;
    height: 95px
}

    .c-checkout-alert__icon.failed i {
        font-size: 2.929rem;
        line-height: 1.073;
        transform: rotate(45deg)
    }

.btn-order-traking::after,
.btn-payment::after {
    transform: translateY(-50%);
    font-family: fontawesome
}

.c-checkout-alert__icon.success i {
    font-size: 4em;
    line-height: 1.073
}

.c-checkout-alert__title h4 {
    color: #737373;
    font-size: 1.8em;
    line-height: 2;
    font-weight: 500;
    letter-spacing: -.5px;
    text-align: center;
    margin-bottom: 10px
}

.c-checkout-alert__content {
    text-align: center;
    font-weight: 400;
    line-height: 1.5
}

    .c-checkout-alert__content p {
        font-size: 1.071rem;
        line-height: 1.67;
        color: #7d7d7d;
        text-align: center
    }

.c-checkout-alert__content--failed {
    color: #fb3449
}

.c-checkout-alert__content--success {
    color: green
}

.c-checkout-alert__content--small {
    font-size: .857rem;
    line-height: 2.08
}

.c-checkout-alert__highlighted--success {
    color: #00bfd6;
    background-color: #ebfdff
}

.c-checkout-alert__highlighted {
    border-radius: 8px;
    padding: 3px 5px 0;
    margin: 0 5px;
    font-weight: 700;
    font-size: 1.1em
}

.btn-container {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin-top: 10px
}

.payment-methods {
    padding: 0
}

.btn-payment {
    font-size: 1.071rem;
    line-height: 1.467;
    padding: 15px 80px 15px 15px;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #41a7b4;
    color: #fff;
    text-align: right;
    letter-spacing: -.6px;
    position: relative
}

.btn-payment--large {
    padding: 15px 130px;
    text-align: center
}

.btn-payment::before {
    width: 85px;
    height: 85px;
    position: absolute;
    right: -20px;
    top: -17px;
    background: hsla(0, 0%, 100%, .21);
    content: "";
    border-radius: 50%
}

.btn-payment::after {
    content: "\f09d";
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 21px;
    font-size: 1.5rem;
    line-height: 1.048
}

.c-checkout-details {
    margin: 20px auto;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    padding: 40px 40px 40px 44px;
    background: #fff;
    overflow: hidden
}

.c-checkout-details__title {
    font-size: 1.5rem;
    line-height: 1.048;
    font-weight: 600;
    letter-spacing: -.7px
}

.c-checkout-details__row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
    justify-content: space-between
}

.c-checkout-details__col--text {
    flex: 0 0 70%;
    line-height: 1.5;
    font-weight: 400
}

.c-checkout-details__title p {
    font-size: 1.071rem;
    line-height: 1.467;
    font-weight: 500;
    letter-spacing: -.5px;
    display: block;
    margin-top: 5px;
    color: #a0a0a0
}

.c-checkout-details .text-highlight--error {
    color: #fb3449;
    background-color: #fff1f2
}

.c-checkout-details .text-highlight--ok {
    background-color: #b3e17c;
    color: #4CAF50
}

.c-checkout-details .text-highlight {
    padding: 4px 6px;
    margin: 0 3px;
    border-radius: 8px;
    font-size: 1em
}

.c-checkout-details__col--text .btn-link-spoiler {
    font-size: 1em
}

.c-checkout-details__col--button {
    flex: 0 0 30%;
    text-align: left
}

.btn-order-traking {
    font-size: 1.071rem;
    line-height: 1.467;
    padding: 15px 130px 15px 100px;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #41a7b4;
    color: #fff;
    text-align: right;
    letter-spacing: -.6px;
    position: relative
}

.btn-order-traking--gray {
    background-color: #7a7a7a;
    border-color: #7a7a7a
}

.btn-order-traking::before {
    width: 85px;
    height: 85px;
    position: absolute;
    right: -20px;
    top: -17px;
    background: hsla(0, 0%, 100%, .21);
    content: "";
    border-radius: 50%;
    overflow: hidden
}

.c-checkout-orders-table,
.c-checkout-table {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 8px 13px -7px rgba(0, 0, 0, .05)
}

.btn-order-traking::after {
    content: "\f290";
    position: absolute;
    right: 17px;
    top: 50%;
    font-size: 28px;
    line-height: 22px
}

.c-checkout-details__col--table {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

.c-checkout-table {
    background-color: #fff;
    border: 1px solid #e8e8e8
}

.c-checkout-table__row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    border-top: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1
}

.c-checkout-table__col {
    position: relative;
    width: 100%;
    min-height: 1px;
    flex: 0 0 50%;
    padding: 20px 30px
}

    .c-checkout-table__col p {
        font-size: 1.6em;
        line-height: 1.222;
        letter-spacing: -.5px;
        color: #737373
    }

    .c-checkout-table__col span.red {
        color: #f63b4f;
        font-size: 1.1em
    }

    .c-checkout-table__col span.green {
        color: #4CAF50;
        font-size: 1.1em
    }

    .c-checkout-table__col span {
        font-size: 1.6em;
        font-weight: 400
    }

.c-checkout-table__row:nth-of-type(2n+1) {
    background-color: #fafafa
}

.c-checkout-table__row:first-of-type {
    background-color: #ededed !important
}

.c-checkout-table__col.full-col {
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #f1f1f1
}

.c-checkout-orders-table {
    background-color: #fff;
    border: 1px solid #e8e8e8
}

.c-checkout-orders-table__row {
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    padding: 10px
}

    .c-checkout-orders-table__row:first-of-type {
        background-color: #ededed !important;
        font-weight: 400
    }

    .c-checkout-orders-table__row:nth-of-type(2n+1) {
        background-color: #fafafa
    }

    .c-checkout-orders-table__row > div {
        flex-basis: 8%;
        border-left: 1px solid #f1f1f1
    }

.not-found img {
    max-width: 100%
}

.c-message {
    color: #4e4e4e;
    font-size: 1rem;
    padding: 22px;
    position: relative;
    border-radius: 5px;
    line-height: 22px
}

.c-product .c-message--disabled,
.c-product .c-message--info,
.c-product .c-message--timer {
    margin-top: 83px;
    margin-bottom: 58px
}

.c-message--info {
    background-color: #fffde4;
    border: 1px solid #f6e8a1;
    padding-right: 100px;
    width: 620px;
    height: 86px
}

    .c-message--info::before {
        content: "\f06a";
        font-family: fontawesome;
        font-size: 50px;
        color: #f6e8a1;
        right: 25px;
        top: 28px;
        position: absolute
    }
/* suppliers*/
.c-box-suppliers__headline-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.o-headline {
    margin: 26px 0 20px;
    padding: 0 30px;
    padding-right: 30px;
    position: relative;
    display: flex;
    align-items: center;
}

.o-headline--delivery {
    padding-right: 60px;
}

.c-box-suppliers .o-headline--delivery {
    padding-right: 0;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    font-weight: 700;
}

.o-headline > h2, .o-headline > span {
    color: inherit;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 31px;
    font-weight: 700;
}

.o-headline--delivery > span {
    font-weight: 400;
}

.c-table-suppliers {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    color: #3c3c3c;
}

.c-table-suppliers-less, .c-table-suppliers-more {
    padding: 23px 30px 31px;
    border-top: 1px solid #ededed;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.375;
}

.c-table-suppliers-hidden {
    display: none;
}

.c-table-suppliers-less, .c-table-suppliers-more {
    padding: 23px 30px 31px;
    border-top: 1px solid #ededed;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.375;
}

.c-table-suppliers__row {
    display: flex;
    border-bottom: 1px solid #e8e8e8;
    justify-content: space-between;
    padding: 25px; /*15px;*/
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.c-table-suppliers__row--active {
    background: #f4fbff;
    border: 1px solid #19bfd3;
}

.c-table-suppliers__cell--price {
    flex-basis: 16.5%;
    justify-content: center;
    justify-content: flex-start;
    font-weight: 400;
    min-width: 150px;
}

    .c-table-suppliers__cell--price .price-val {
        font-size: 2em;
    }

    .c-table-suppliers__cell--price .price-currency {
        font-size: 1.6em;
    }

.c-table-suppliers__cell--action {
    flex-basis: 17.7% !important;
    justify-content: center;
    padding-left: 28px;
    padding-right: 28px;
    flex: 0 0 104px;
}

.c-btn-seller-add-cart {
    border-radius: 8px;
    background-color: transparent;
    border: 2px solid #00bfd6;
    padding: 10px 24px;
    color: #00bfd6;
    font-weight: 500;
    font-size: 1rem !important;
    line-height: 1.571;
    text-align: center;
    transition: all .3s ease;
}

.c-table-suppliers--main .c-table-suppliers__body .c-table-suppliers__row:not(.in-list) {
    display: none
}

.c-table-suppliers__cell.c-product__variants {
    margin: 0
}

.bgf-w {
    background-color: #fff
}

.seller-product__variant {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: -3px;
}

.c-product__delivery-warehouse--delay {
    color: #3d3d3d;
    font-weight: 300;
    position: relative;
    margin-right: 20px;
}

.c-table-suppliers__row .c-product__delivery-warehouse--delay::before, .c-table-suppliers__row .c-product__delivery-warehouse--no-lead-time::before {
    right: -41px;
    top: -1px;
}

.c-table-suppliers__row .c-product__delivery-warehouse--delay, .c-table-suppliers__row .c-product__delivery-warehouse--no-lead-time {
    margin-right: 2px;
    line-height: 2.5;
}

.seller-product__guarantee::before {
    right: -31px;
    top: -7px;
}

.c-product__add,
.c-product__add.is-added .c-product__add-substitute {
    display: flex
}

.c-product__add {
    margin-top: 10px;
    white-space: nowrap;
    position: relative;
    text-align: center;
}

.c-product__delivery-warehouse--no-lead-time {
    color: #00bfd6;
    font-weight: 700;
}

.delivery-warehouse i {
    font-size: 17px;
    width: 28px;
    height: 24px;
    color: #00bfd6;
    font-weight: 700;
}

.btn-notify-me:not(.disabled):not(.is-inactive):not([disabled]) {
    overflow: hidden
}

.btn-notify-me {
    font-size: 1.6em;
    line-height: 1.222;
    padding: 16px 98px 16px 18px;
    border-radius: 8px;
    background-color: #7a7a7a;
    border: 1px solid #fcfcfc;
    color: #fff;
    overflow: hidden;
    text-align: right;
    letter-spacing: -.7px;
    position: relative
}

.c-product__config .btn-add-to-cart,
.c-product__config .btn-notify-me {
    text-align: center;
    width: 100%
}

.c-product__config:not(.c-product__config--quick-view) .btn-add-to-cart,
.c-product__config:not(.c-product__config--quick-view) .btn-notify-me,
.c-product__config:not(.c-product__config--quick-view) .c-price {
    max-width: 380px
}

.btn-notify-me::before {
    width: 95px;
    height: 95px;
    position: absolute;
    right: -15px;
    top: -20px;
    background: hsla(0, 0%, 100%, .21);
    content: "";
    border-radius: 50%
}

.btn-notify-me::after {
    content: "\f0f3";
    font-family: fontawesome;
    position: absolute;
    right: 23px;
    top: 12px;
    font-size: 25px
}

.profile-page {
    display: flex;
    flex-wrap: wrap;
    margin-top: 17px
}

    .profile-page .o-page__aside {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 19px;
        flex: 0 0 20%
    }

.c-profile-aside {
    position: sticky;
    top: 10px
}

.c-profile-box {
    margin-bottom: 21px;
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #dedede
}

.c-profile-box__header {
    position: relative;
    background-color: #00bfd6;
    height: 47px
}

.c-profile-box__avatar {
    width: 54px;
    height: 54px;
    background: 50% no-repeat #fff;
    background-size: contain;
    box-shadow: 0 0 0 4px hsla(0, 0%, 100%, .61);
    position: absolute;
    left: 50%;
    top: 12px;
    transform: translate(-50%);
    border-radius: 50%;
    overflow: hidden
}

.c-profile-box__btn-edit {
    width: 16px;
    height: 16px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    position: absolute;
    top: 50px;
    left: 60%;
    margin-left: -52px;
    background: #fff
}

    .c-profile-box__btn-edit::before {
        content: "\f044";
        font-family: fontawesome;
        font-size: 9px;
        color: #909090;
        position: absolute;
        left: 3px;
        top: 3px
    }

.c-profile-box__username {
    padding: 23px 20px 19px;
    text-align: center;
    font-size: 1.7em;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -.5px
}

.c-profile-box__tabs {
    display: flex;
    border-top: 1px solid #f1f1f1;
    background-color: #fcfcfc;
    min-height: 47px;
    text-align: center
}

.c-profile-box__tab:first-child {
    border-left: 1px solid #ebebeb
}

.c-profile-box__tab {
    flex: 0 0 50%;
    padding: 23px 10px 0;
    font-weight: 400;
    letter-spacing: -.3px;
    font-size: 1.3em;
    line-height: 2;
    color: #7b7b7b;
    position: relative
}

.c-profile-box__tab--access::before {
    content: "\f023";
    font-family: fontawesome;
    font-size: 17px;
    top: 8px
}

.c-profile-box__tab::before {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%)
}

.c-profile-box__tab--sign-out::before {
    content: "\f14d";
    font-family: fontawesome;
    font-size: 13px;
    top: 3px
}

.c-profile-menu {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #dedede;
    margin-bottom: 21px
}

.c-profile-menu__header {
    padding: 18px 39px 18px 0;
    border-bottom: 1px solid #f3f3f3;
    font-weight: 700;
    letter-spacing: .2px;
    color: #535353;
    font-size: .929rem;
    line-height: 1.692
}

.c-profile-menu__url.is-active,
.c-profile-menu__url:hover {
    background-color: #f6ffff;
    color: #009ec9
}

.c-profile-menu__url {
    display: flex;
    align-items: center;
    position: relative;
    padding: 12px 53px 12px 0;
    color: #5b5b5b;
    font-weight: 400
}

    .c-profile-menu__url::before {
        position: absolute;
        color: #c7c7c7;
        font-family: fontawesome;
        font-size: 16px;
        top: 11px;
        right: 25px
    }

.c-message-light,
.c-profile-recent-fav,
.o-headline,
.private-info--table {
    position: relative
}

.c-profile-menu__url--dashboard::before {
    content: "\f109"
}

.c-profile-menu__url--orders::before {
    content: "\f290"
}

.c-profile-menu__url--return::before {
    content: "\f04e"
}

.c-profile-menu__url--wishlist::before {
    content: "\f005"
}

.c-profile-menu__url--comments::before {
    content: "\f075"
}

.c-profile-menu__url--gifts::before {
    content: "\f06b"
}

.c-profile-menu__url--address::before {
    content: "\f2b9"
}

.c-profile-menu__url--notif::before {
    content: "\f0f3"
}

.c-profile-menu__url--notification::before {
    content: "\f0e0"
}

.c-profile-menu__url--personal::before {
    content: "\f2c2"
}

.c-profile-menu__url.is-active::before,
.c-profile-menu__url:hover::before {
    color: inherit
}

.profile-page .o-page__content {
    padding-left: 0;
    padding-right: 22px;
    flex: 0 0 79%
}

.c-message-light {
    font-size: .8rem;
    padding: 15px 32px;
    border-radius: 5px;
    line-height: 22px;
}

.o-page__content .c-message-light:first-child {
    margin-bottom: 20px
}

.c-message-light--info {
    background-color: #fffde4;
    border: 1px solid #f6e8a1;
    color: #a37731
}

.c-message-light__justify {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.btn-light:not(.disabled):not(.is-inactive):not([disabled]) {
    overflow: hidden
}

.btn-light {
    line-height: 1.467;
    border-radius: 8px;
    background-color: #00bfd6;
    padding: 13px 29px;
    color: #fff
}

.btn-light--verify {
    height: 35px;
    width: 151px;
    padding: 0 20px;
    line-height: 2.9;
    font-size: .8em;
    text-align: center
}

.btn-light--gray {
    background-color: #7a7a7a
}

.c-message-light--text {
    margin-left: 33px;
    font-size: .9em
}

.o-headline--profile {
    padding-left: 0;
    align-items: flex-end;
    color: #858585;
    margin: 10px 0 15px
}

.o-headline {
    margin: 26px 0 20px;
    padding: 0 30px;
    display: flex;
    align-items: center
}

.c-profile-recent-fav,
.private-info--table {
    border: 1px solid #dedede;
    margin-bottom: 23px;
    padding-bottom: 43px;
    height: calc(100% - 68px);
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1)
}

.user-main {
    display: flex;
    flex-wrap: wrap
}

    .user-main > div {
        flex: 0 0 50%;
        padding-right: 10px;
        padding-left: 10px
    }

.private-info--row,
.wishlit-item {
    border-bottom: 1px solid #f1f1f1;
    display: flex
}

.private-info--row {
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0
}

.private-info--col:first-child {
    border-right: none
}

.private-info--col {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    min-height: 1px;
    flex: 0 0 50%;
    max-width: 50%;
    border-right: 1px solid #f1f1f1;
    padding: 20px 30px
}

    .private-info--col .col-title {
        font-size: 1.5em;
        line-height: 1.158;
        letter-spacing: -.5px;
        color: #aeabab;
        font-weight: 500;
        padding-bottom: 13px
    }

    .private-info--col .col-value {
        font-size: .929rem;
        line-height: 1.692;
        letter-spacing: -.3px;
        margin-bottom: 4px;
        font-weight: 600;
        color: #7d7c7c;
        overflow: auto
    }

.c-profile-stats__action {
    padding: 14px 30px 17px;
    text-align: center;
    font-size: 1em;
    position: absolute;
    bottom: 6px;
    height: 54px;
    left: 0;
    right: 0
}

.wishlit-item {
    align-items: center;
    padding: 10px;
    position: relative
}

    .wishlit-item img {
        max-width: 55%
    }

.wishlit-item__title {
    display: flex;
    flex-direction: column;
    font-weight: 500;
    color: #000
}

    .wishlit-item__title .out-stock {
        color: red;
        line-height: 3
    }

.wishlit-item button {
    position: absolute;
    left: 12px;
    top: 28%;
    background-color: #fff;
    border: 1px solid #c5c5c5;
    width: 33px;
    height: 28px;
    border-radius: 8px;
    color: #929292
}

.c-table-orders {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    margin-bottom: 20px;
    padding-bottom: 0;
    border-radius: 5px
}

.c-table-orders__show-more {
    line-height: 45px;
    letter-spacing: -.4px;
    color: #535353;
    width: 100%;
    border-radius: 0 0 5px 5px;
    background-color: #fafafa;
    height: 45px;
    vertical-align: middle;
    text-align: center;
    display: block;
    transition: background-color .3s ease-in-out;
    font-weight: 400
}

.c-table-orders__body .table-row > div,
.c-table-orders__head--highlighted > div {
    letter-spacing: .2px;
    font-size: 1.4em;
    line-height: 1.692;
    min-height: 45px;
    text-align: center
}

.c-table-orders__show-more:hover {
    background-color: #e5e5e5
}

.c-table-orders__head--highlighted {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #85b3be;
    border-right-color: #85b3be
}

    .c-table-orders__head--highlighted > div {
        font-weight: 500;
        color: #fff;
        padding-top: 12px;
        padding-bottom: 12px;
        flex-basis: 12%
    }

.c-table-orders__body .table-row {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    border-bottom: 1px solid #f2f2f2;
    justify-content: space-between;
    align-items: center
}

    .c-table-orders__body .table-row > div {
        font-weight: 400;
        flex-basis: 12%;
        color: #7e7e7e;
        padding: 15px 10px;
        transition: .3s all;
        user-select: none
    }

    .c-table-orders__body .table-row:hover div:last-child {
        background-color: #eaeaea
    }

    .c-table-orders__body .table-row > div:last-child {
        cursor: pointer
    }

        .c-table-orders__body .table-row > div:last-child a {
            display: block
        }

.c-table-orders__payment-status--ok {
    color: #46a651;
    font-size: 1em;
    font-weight: 400
}

.c-table-orders__body .table-row:nth-child(2n) {
    background-color: #fbfbfb
}

.modal-avatar__content {
    display: none;
    padding: 20px 35px 40px;
    background-color: #fff;
    margin: 0 auto;
    position: fixed;
    top: 2%;
    right: 22%;
    width: 60%;
    z-index: 9999;
    overflow: auto
}

.c-remodal-avatar__title {
    color: #656565;
    font-size: 1.5em;
    line-height: 1.294;
    font-weight: 700;
    margin-bottom: 35px
}

.c-profile-avatars {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 87%;
    margin: 0 auto;
    height: 50vh
}

.c-profile-avatars__item {
    width: 112px;
    height: 112px;
    background: 50% 50% no-repeat;
    background-size: cover;
    display: block;
    margin-bottom: 30px;
    cursor: pointer
}

.remodal-close {
    position: absolute;
    top: 10px;
    left: 17px;
    display: block;
    overflow: visible;
    margin: 0;
    cursor: pointer;
    transition: color .2s;
    text-decoration: none;
    color: #989898;
    border: 0;
    outline: 0;
    background: 0 0;
    font-size: 23px;
    line-height: 1;
    padding: 5px;
    z-index: 100
}

.c-profile-return__box {
    border: 1px solid #e8e8e8;
    box-shadow: 0 8px 13px -7px rgba(0, 0, 0, .05);
    border-radius: 5px;
    background: #fff;
    margin-top: 21px;
    padding: 20px
}

.c-profile-empty,
.profile-address-card {
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1)
}

.c-profile-return form p {
    margin-right: 20px;
    margin-bottom: 11px;
    color: #737373;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467
}

.c-profile-return__box form > div {
    display: flex;
    flex-wrap: wrap;
    margin: 15px auto;
    justify-content: space-between
}

.c-profile-return__box input {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #acacac;
    color: #717171;
    line-height: 1.571;
    padding: 11px 12px;
    width: 83%;
    letter-spacing: -.8px
}

.btn-cart,
.btn-primary {
    font-size: 1.071rem;
    line-height: 1.467;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #148693;
    padding: 11px 31px;
    color: #fff
}

.c-profile-return__box .c-message > p {
    font-size: .9em;
    font-weight: 500
}

.grey-txt {
    border-right: 1px solid #ccc;
    padding: 0 13px;
    color: #b7b7b7;
    font-size: 1.7em !important;
    margin-right: 13px
}

.wishlist-item-content .title,
.wishlist-item-info .price {
    font-size: 1.5em;
    font-weight: 500
}

.wishlist-wrapper .wishlist-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.wishlist-list .wishlist-item {
    display: flex;
    flex-wrap: wrap;
    flex-basis: calc(50% - 10.5px);
    padding: 30px 0 20px;
    background-color: #fff;
    margin-bottom: 15px
}

.wishlist-item-thumb {
    flex: 0 0 36%;
    padding: 0 40px 0 20px;
    height: 100%;
    text-align: center;
    position: relative
}

    .wishlist-item-thumb .fa-plus {
        transform: rotate(45deg)
    }

.wishlist-item-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 5px 0 0;
    flex-basis: 58%
}

    .wishlist-item-content .wishlist-item-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap
    }

.wishlist-item-info .price {
    color: #fb3449
}

.wishlist-item-content .btn-primary {
    font-size: 1.3em
}

.c-profile-wishlist__list-item-remove {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #f5f5f5;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    color: #999;
    cursor: pointer
}

.comment-wrapper .comment-item {
    display: flex;
    justify-content: space-between;
    padding: 0
}

.comment-item .img img {
    max-width: 80%
}

.comment-item .img {
    padding-left: 0
}

.comment-item > div {
    padding: 20px
}

.comment-item .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-basis: 66%;
    background-color: #fcfcfc
}

    .comment-item .content .foot,
    .comment-item .content .head {
        display: flex;
        justify-content: space-between;
        text-align: center;
        align-items: center
    }

        .comment-item .content .head .title {
            font-weight: 400;
            font-size: 1.6em
        }

.c-profile-comment__status {
    padding: 2.5px 8px;
    border-radius: 3px;
    border: 1px solid;
    font-size: 10px;
    font-size: .714rem;
    line-height: 19px
}

.c-profile-comment__status--approved {
    color: #8dc08c;
    background-color: #f5fff0;
    border-color: #bbedae
}

.c-profile-comment__status--waiting {
    color: #4E342E;
    background-color: #a1887f78;
    border-color: #4E342E
}

.comment-item .content .body p {
    font-size: 1.2em
}

.btn-helpful {
    border-radius: 5px;
    border: 1px solid #efefef;
    background: #fff;
    padding: 5px 6px;
    color: #8c8c8c;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1
}

.comment-item .like button:not(:first-child) {
    margin-right: 5px
}

.btn-note {
    border-radius: 5px;
    background-color: #e3e3e3;
    font-size: 1.2em;
    line-height: 1.571;
    color: #6d6d6d;
    padding: 5px 20px
}

.c-profile-empty {
    background-color: #fff;
    border: 1px solid #dedede;
    padding: 37px 15px 50px;
    min-height: 337px;
    display: flex;
    font-size: 1.6em;
    color: #c8c8c8;
    text-align: center;
    flex-direction: column
}

    .c-profile-empty:before {
        content: "\f06a";
        font-family: fontawesome;
        font-size: 154px;
        margin-bottom: 30px;
        display: block;
        color: #dadada
    }

.full-col {
    flex-basis: 100% !important
}

.notify-wrapper .wishlist-item {
    position: relative
}

.remove-btn {
    position: absolute;
    top: 5%;
    left: 10px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #f5f5f5;
    transform: rotate(45deg);
    color: #666
}

.notify-wrapper .content .title a,
.notify-wrapper .notify-on {
    color: #858585;
    border-bottom: 1px solid #ededed;
    display: block;
    font-weight: 500
}

.notify-wrapper .content .title a {
    font-size: 1.5em;
    padding-bottom: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.notify-wrapper .notify-on {
    line-height: 2;
    letter-spacing: -.2px;
    font-size: 1em;
    padding: 13px 0
}

.notify-wrapper .checkboxs label {
    display: block;
    color: #515151;
    margin-top: 15px;
    font-weight: 500
}

.profile-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
    padding: 0 9px
}

    .profile-navbar .title {
        color: #858585;
        font-size: 2em;
        font-weight: 400
    }

.c-profile-navbar__btn-location {
    background: 0 0;
    font-size: 1.5em;
    line-height: 1.833;
    letter-spacing: -.4px;
    color: #767676;
    margin-right: auto;
    position: relative
}

    .c-profile-navbar__btn-location i {
        font-size: 1.8em
    }

.c-profile-address-add {
    display: flex;
    background: 0 0;
    border: 4px dashed #b8b8b8;
    height: 280px;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 2em;
    line-height: 1.913;
    font-weight: 600;
    letter-spacing: -.5px;
    cursor: pointer;
    color: #989898;
    margin-bottom: 25px
}

    .c-profile-address-add:before {
        content: "\f041";
        font-family: fontawesome;
        color: #8f8f8f;
        font-size: 75px
    }

.profile-address-card {
    background-color: #fff;
    margin-bottom: 25px;
    position: relative;
    height: 280px;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

    .profile-address-card::before {
        content: "";
        height: 3px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: linear-gradient(90deg, #00bfd6 48px, #ff7e7e 0) repeat-x;
        background-size: 96px 3px
    }

.c-profile-address-card__desc {
    padding: 25px 30px 15px;
    min-height: 120px
}

    .c-profile-address-card__desc h4 {
        font-size: 1.7em;
        line-height: 1.048;
        letter-spacing: -.4px;
        margin-bottom: 5px;
        color: #6d6d6d
    }

    .c-profile-address-card__desc p {
        font-size: 1.5em;
        line-height: 1.571;
        letter-spacing: -.3px;
        color: #979797;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis
    }

.c-profile-address-card__data {
    display: flex;
    padding: 25px 30px;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #f4f4f4
}

.c-profile-address-card__methods {
    padding: 0;
    color: #979797
}

.c-profile-address-card__method {
    margin-top: 22px;
    font-size: 1.6em;
    line-height: 1.375;
    position: relative;
    color: #979797;
    font-weight: 500;
    padding-right: 30px
}

    .c-profile-address-card__method:first-child {
        margin-top: 0
    }

.c-profile-address-card__method--post:before {
    content: "\f0e0";
    font-family: fontawesome;
    position: absolute;
    top: -2px;
    right: 0;
    font-size: 18px
}

.c-profile-address-card__method--mobile:before {
    content: "\f10b";
    font-family: fontawesome;
    position: absolute;
    top: -12px;
    right: 0;
    font-size: 35px
}

.c-profile-address-card__actions {
    margin-top: 10px
}

.search {
    margin: 17px auto;
    display: flex;
    flex-wrap: wrap
}

    .search .o-page__aside {
        flex: 0 0 19.2%
    }

    .search .o-page__content {
        flex: 0 0 80.8%;
        padding-right: 15px;
        margin-top:32px;
    }

.c-listing-sidebar {
    position: sticky;
    top: 15px
}

.c-box {
    background-color: #fff;
    position: relative
}

.c-listing-sidebar .c-box {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    border: 1px solid #dedede;
    margin: 0 0 10px
}

.c-box__header {
    position: relative;
    color: #535353;
    letter-spacing: .2px;
    font-weight: 500;
    font-size: 1.4em;
    line-height: 1.571;
    padding: 8px 16px 10px 15px;
    border-bottom: 1px solid #f2f2f2;
    margin-right: 6px;
    margin-left: 6px
}

.c-box__content {
    padding: 10px 13px 8px 12px
}

    .c-box__content input {
        font-size: 1.1em;
        line-height: 2;
        color: #555;
        background: #f8f8f8;
        border: 1px solid transparent;
        transition: .15s ease-in;
        letter-spacing: 0;
        padding-top: 7px;
        padding-bottom: 8px;
        padding-right: 38px;
        position: relative;
        width: 100%
    }

.c-filter,
.c-listing {
    line-height: 22px
}

.c-box__content:before {
    content: "\f002";
    font-family: fontawesome;
    position: absolute;
    right: 25px;
    z-index: 9;
    font-size: 1.7em;
    bottom: 20px;
    color: #979797
}

.c-box .scroll {
    position: absolute;
    width: 45px;
    height: 20px;
    right: 12px;
    top: 10px;
    background: #ddd;
    border-radius: 6px
}

    .c-box .scroll span {
        width: 30px;
        height: 30px;
        background: url(../images/icon/circle.jpg) no-repeat;
        position: absolute;
        top: -5px;
        right: 20px
    }

.scroll input {
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0
}

.c-filter--switcher {
    padding: 8px 73px 8px 20px;
    position: relative;
    font-size: .9em
}

.c-listing {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);
    border: 1px solid #e4e4e4;
    position: relative
}

.search .c-breadcrumb {
    justify-content: space-between;
    padding: 0
}

.c-listing__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ebe9e9;
    position: relative;
    padding: 7px;
    z-index: 2
}

    .c-listing__header ul:first-child:before {
        content: "\f0c9";
        font-family: fontawesome;
        right: 13px;
        color: #cecece
    }

.c-listing__sort {
    line-height: 34px;
    padding: 0;
    margin-top: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 44px;
    flex-wrap: wrap
}

    .c-listing__sort:before {
        display: inline-block;
        content: attr(data-label);
        color: #3b3b3b;
        margin-left: 5px;
        font-size: 1.2em;
        line-height: 21px;
        vertical-align: middle
    }

    .c-listing__sort li {
        display: inline-block;
        margin-left: 15px
    }

        .c-listing__sort li a.is-active {
            background-color: #00bfd6;
            color: #fff
        }

        .c-listing__sort li a {
            display: block;
            padding: 0 5px;
            position: relative;
            font-size: .857rem;
            line-height: 25px;
            vertical-align: middle;
            border-radius: 5px
        }

.c-listing__type {
    padding: 0;
    left: 20px;
    display: inline-flex;
    flex-wrap: nowrap;
    max-width: 76px
}

    .c-listing__type li {
        margin-right: 4px
    }

        .c-listing__type li button {
            width: 34px;
            height: 30px;
            border: 1px solid #cbcbcb;
            background: 0 0;
            vertical-align: top;
            cursor: pointer;
            border-radius: 5px;
            line-height: 1;
            color: #8a8a8a;
            opacity: .46
        }

            .c-listing__type li button.is-active {
                opacity: 1
            }

.c-listing__items {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1px;
    margin-bottom: -1px;
    padding: 0
}

    .c-listing__items > li {
        flex-basis: 24.999%
    }

.c-product-box__img {
    height: unset
}

.search .o-page__content .c-product-box img {
    max-width: 80%
}

.c-listing__items li {
    border: 3px solid #ebebeb;
}

.c-product-box__content .title {
    font-weight: bold !important;
}

.c-listing__items .c-product-box {
    border: none;
    position: relative;
    margin-left: -1px;
    margin-top: -1px;
    margin-bottom: -1px;
    border-top: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 5px 0;
    transition: .1s all
}

.c-listing__items .c-product-box__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    line-height: 2.3
}

.c-product-box__content .price {
    font-weight: 600;
    font-size: 1.6em;
    text-align: left
}

.c-product-box__tags {
    padding: 11px 0 12px;
    border-top: 1px solid #f5f5f5;
    margin: 0;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    height: 53px;
    width: 100%
}

.c-tag {
    display: inline-block;
    position: relative;
    border-radius: 5px;
    background: #f9f9f9;
    color: #9a9a9a;
    padding: 4px 4px 4px 4.5px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833
}

.c-tag--rate:after {
    content: "\f005";
    font-family: fontawesome;
    margin-left: 8px
}

.c-tag--rate {
    background-color: #f9f9f9;
    color: #9a9a9a;
    padding-right: 12px
}

.c-product-box__content .title {
    font-size: 1.3em;
    color: #393939;
    font-weight: 400
}

.c-listing__items .c-product-box:hover {
    box-shadow: 0 2px 17px 0 rgba(0, 0, 0, .09);
    z-index: 11
}

.c-listing__sort li a:hover {
    background-color: #ece9e9
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%
}

.nav-shadow {
    box-shadow: 0 7px 8px 0 rgba(0,0,0,.04);
}

.account-box + footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.c-swiper-specials--incredible {
    overflow: hidden;
}
/*----------------برای منوی کشویی موبایل---------------*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0 !important;
    opacity:1;
    box-shadow: -4px 0 11px #00000038;
}

.sidenav__header {
    position: relative;
}

.sidenav .closeMenuButton {
    font-size: 20px;
    position: absolute;
    left: 15px;
    top: 15px;
    background-color: #fff;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidenav .closeMenuButton i {
    color: #2196f3;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 14px;
        color: #535353;
        display: block;
        transition: 0.3s;
        font-weight: 500;
        border-bottom: 1px solid #f1f1f1;
        /*  border-color:#000;*/
    }

    .sidenav a i {
        min-width: 35px;
        font-size: 20px;
        color: #0faac698;
    }

        /* .sidenav a:hover {
            color: #f1f1f1;
        } */

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 0px;
        font-size: 36px;
        margin-left: 0px;
    }

.sidenav__socialMedia{
    display: flex;
    justify-content: center;
    align-content: center;
    position: absolute;
    width: 100%;
    bottom: 15px;
    right: 0;
}

.sidenav__socialMedia a {
    padding: 5px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    font-size: 20px !important;
}

.sidenav__socialMedia .fa-instagram {
    color: palevioletred;
}
.sidenav__socialMedia .fa-telegram {
}
.sidenav__socialMedia .fa-whatsapp {
    color: greenyellow;
}


#inc-slider .product-item{
    /*width: 135px !important;*/ 
    height: 240px;
    min-height: 250px;
}

#inc-slider .swiper--specials .product-item img {
    width: 100%;
    height: auto;
}

.headerOptions {
    font-size: 18px;
    font-weight: bold;
    margin-right: 20px;
    position: relative;
}

.headerOptions i {
    font-size: 25px;
}

.headerOptions span {
    position: absolute;
    top: -7px;
    right: -10px;
    display: inline-flex;
    min-width: 20px;
    height: 20px;
    border-radius: 100px;
    background-color: #fff;
    color: #ef3d52 !important;
    font-size: 13px;
    align-items: center;
    justify-content: center;
}

.menuBackdrop {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.541);
    display: none;
}

.menuBackdrop.show {
    display: block;
}

#mainSlider {
    max-height: 400px;
    overflow: hidden;
}

#mainSlider img {
    max-height: 400px;
    width: 100%;
}

#mainSlider .banners {
    align-items: stretch;
    min-height: 380px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

#mainSlider img {
    width: 100%;
    height: 100%;
}

.shop-help a {
    border: 1px solid #ef3d52;
    white-space: nowrap;
}

.footer {
    overflow-x: hidden;
    padding-top: 10px 
}

.lastBanner {
    background-color: #f7f7f7;
}

@media (max-width: 450px){
    .banners {
        min-height: auto !important
    }

    .banners div:last-child {
        display: none
    }
}

.loading {
    width: 100%;
    height: 100vh;
    background-color: rgb(0 0 0 / 85%);
    position: fixed;
    top: 0;
    left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 3000;
    display: none;
}

.loading.show {
    display: flex;
}

.loading img {
    width: 50px;
    margin-bottom: 10px;
}

    .loading .title {
        font-size: 15px
    }


    @media (max-width: 999px) {
        #mainSlider {
        max-height: 10000px !important;
        overflow: visible !important;
    }
}


@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 14px;
        font-weight: 500;
    }
}


.product-wrapper .headline{
    height: 35px;
}

.product-wrapper .headline h3 {
    line-height: 8px;
    height: 27px;
    min-height: 1px
}


.slider-nbtn {
    top: 115px !important;
}

.swiper-button-next {
    left: -13px !important;
    top: 115px !important;
}

.swiper-button-prev {
    right: -13px !important;
    top: 115px !important;
}

.product-wrapper {
    padding: 5px 10px !important;
}


.modalBackdrop {
    width: 100%;
    padding: 50px;
    background-color: rgb(0 0 0 / 35%);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center
}


.modalBackdrop.active {
        display: flex;
}

.modal {
    padding: 5px;
    width: 100%;
    max-height: 85vh;
    overflow: auto;
}

.modal--selectProductModal {
    max-width: 200px;
    background-color: #ffffff66;
}
/* Responsive ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media(max-width: 515px) {
    .product-wrapper img, .suggestion img {
        width: 100%;
        height: 135px;
    }

    .product-item {
        min-height: 280px;
    }

    #psliderFourPic .product-item {
        width: 235px !important
    }
}


@media(max-width: 317px) {
    .product-wrapper img, .suggestion img {
        width: 190px;
        height: 190px;
    }
}

/* #F21216 */
/* #ef3d52 */


.input {
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    display: block;
    width: 100%;
    min-height: 35px;
}


.discountBox {
    display: flex;
}

.bottomNav {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    display: none;
    justify-content: space-between;
    z-index: 100;
    border-top: 1px solid black;
    border-radius: 8px 8px 0 0;
}

.bottomNav__item {
    padding: 10px;
    font-family: IRANSans;
    text-decoration: none;
    color: black;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 25%
}

    .bottomNav__item .basketCount {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: -10px;
        right: 18px;
        background: red;
        border-radius: 100px;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'IRANSANS';
        font-weight: bold
    }

    .bottomNav__item i {
        font-size: 20px;
        position: relative
    }

    .bottomNav__item span {
        font-size: 14px;
        display: block;
        margin-top: 5px;
        white-space: nowrap
    }


    @media(max-width: 500px) {
        .bottomNav {
        display: flex;
    }
}

    @media (max-width :500px) {
        .cartItem {
            display: none
        }
    }

@media(max-width: 500px){
    body {
        padding-bottom: 48px
    }
}

/*
@media only (orientation:landscape) and (max-height: 450px) {
    body {
        height: 100vw;
        transform: rotate(90deg);
    }
}*/





.topSliderC .product-item {
    width: 130px !important
}







.walletSection {
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
}

.walletSection__inventory {
    width: 200px;
    height: 200px;
    border: 3px solid #ef3d52;
    border-radius: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background-color: #fff
}

.walletSection__resultText {
    font-size: 20px
}

.walletSection__btn {
    text-decoration: none;
    display: inline-flex;
    padding: 5px 20px;
    border-radius: 100px;
    color: white;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.walletSection__btn--show {
    background-color: rgb(255, 51, 0);
    min-height: 40px
}

.walletSection__btn--green {
    background-color: rgb(56, 153, 69);
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.btnWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: black;
    text-decoration: none;
}

    .btnWrapper:nth-of-type(1) {
        margin-left: 40px;
    }

.bottomBtn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.walletSection__money {
    font-size: 40px;
    margin: 10px 0;
    font-weight: bold
}


.bagCashEntery {
    text-align: center;
    margin-top: 130px;
}

.bagCashEntery__input {
    border: 1px solid rgb(146, 146, 146);
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px
}

.bagCashEntery__btn {
    background-color: rgb(33, 117, 22);
    color: white;
    display: inline-flex;
    margin-top: 20px;
    border: none;
    padding: 10px 25px;
    border-radius: 8px;
}
