@import url(normalize.css);
@import url(reset.css);
@import url(fontsans.css);

.top-head, .top-head form {
    display: flex
}

    .incredible .right button, .top-head .log-reg > span, .top-head .user-modal .login {
        vertical-align: middle;
        text-align: center
    }

.container {
    width: 1380px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

body {
    background: #f5f5f5
}

header {
    background-color: #fff
}

.top-head {
    justify-content: space-between;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px
}

    .top-head .logo {
        padding-right: 20px
    }

        .top-head .logo img {
            height: 36px
        }
input[type=number] {
    /*for absolutely positioning spinners*/
    position: relative;
    padding: 5px;
    padding-right: 25px;
}

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        opacity: 1;
    }

    input[type=number]::-webkit-outer-spin-button,
    input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: inner-spin-button !important;
        width: 25px;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        font-family:'B Yekan'
    }
    .top-head form input {
        width: 568px;
        background-color: #eceff1;
        color: #474747;
        font-weight: 300;
        line-height: 1.833;
        border-radius: 0 7px 7px 0;
        border: 1px solid #d5dadd;
        padding: 5px 10px;
        font-size: .857rem
    }

    .top-head form button {
        width: 60px;
        background-color: #ef5661;
        border-radius: 7px 0 0 7px;
        font-size: 2.3em;
        line-height: 30px;
        height: 37px;
        color: #fff
    }

    .top-head .login-box {
        display: flex;
        align-items: center;
        position: relative
    }

    .top-head .log-reg {
        color: #6f6f6f;
        cursor: pointer;
        user-select: none
    }

        .top-head .log-reg > span {
            text-overflow: ellipsis;
            width: 100%;
            line-height: 39px
        }

        .top-head .log-reg i {
            font-size: 16px;
            padding-right: 20px
        }

    .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
    }

.top-head .devider {
    height: 30px;
    width: 0;
    border-right: 1px solid #606060;
    margin-right: 40px
}

.top-head .cart {
    width: 140px;
    background-color: #fff;
    color: #00bfd6;
    border: 1px solid #00bfd6;
    border-radius: 4px;
    user-select: none
}

    .top-head .cart i {
        padding: 9px;
        font-size: 1.4em
    }

    .top-head .cart .text {
        font-size: 1.1em
    }

    .top-head .cart .count {
        background-color: #00bfd6;
        border-radius: 50%;
        padding: 0 8px;
        font-size: 1em;
        color: #fff
    }

.top-head .cart-added {
    background-color: #00bfd6;
    color: #fff;
    width: 165px
}

    .top-head .cart-added .count {
        background: #fff;
        color: #00bfd6;
        font-weight: 500
    }

    .top-head .cart-added:after {
        content: "\f078";
        font-family: fontawesome
    }

header .top-nav {
    display: flex;
    background-color: #a600a6;
    box-shadow: rgba(112,112,112,.05) 0 2px 4px 0
}

.top-nav .dropdown > li {
    display: inline-block;
    padding: 10px 0 10px 50px
}

    .top-nav .dropdown > li:hover > a {
        padding-bottom: 6px;
        border-bottom: 2px solid #ef5661
    }

    .top-nav .dropdown > li > a {
        transition: .3s all;
        color: #fff;
        padding: 10px 0
    }

.top-nav li:hover a {
    opacity: .9
}

.top-nav li i {
    font-size: .7em
}

.top-nav .promotion li {
    padding: 0 10px
}

.top-nav .promotion a {
    display: inline-block;
    width: 90px;
    padding: 10px 0;
    text-align: center;
    font-size: 1.2em;
    color: #fff;
    background-color: rgba(0,0,0,.3)
}

.dropdown {
    position: relative
}

.megamenu {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 200;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.15);
    padding: 19px 24px 45px 190px;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    visibility: hidden;
    background-position: left 100%;
    /*background-image: url(../images/menubg.png);*/
    background-repeat: no-repeat;
    /*width:100%*/
}

    .megamenu > li {
        flex-basis: 17%
    }

    .megamenu li a {
        display: block;
        margin-bottom: 15px;
        color: #000
    }

    .megamenu > li > a {
        color: #1ca2bd;
        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;
    width:95%
}

.slicknav_nav ul, .slicknav_parent .megamenu {
    position: static;
    margin: 10px !important
}

.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;
}

.main-slider {
    margin: 20px auto
}

    .main-slider .slide-item {
        height: 239px;
        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
    }

.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
        }

        .incredible .right button {
            display: flex;
            margin-top: 16.2px;
            height: 60px;
            width: 100%;
            border-radius: 5px;
            background-color: #00bfd6;
            box-shadow: 0 8px 14px 0 rgba(0,0,0,.03);
            color: #fff;
            font-size: .9rem;
            line-height: 60px;
            letter-spacing: -.5px;
            position: relative;
            padding-right: 40px;
            justify-content: center;
            align-items: center;
            overflow: hidden
        }

            .incredible .right button:before {
                content: "";
                height: 90px;
                width: 90px;
                right: -40px;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                background-color: #fff;
                opacity: .21;
                border-radius: 100%;
                transition: all .3s ease-in-out
            }

            .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
            }

            .incredible .right button:after {
                content: "\f061";
                font-family: fontawesome;
                position: absolute;
                right: 13px;
                top: 50%;
                transform: translateY(-50%) rotateY(180deg);
                color: #fff;
                font-size: 20px;
                font-size: 1.429rem;
                line-height: 1.1;
                font-weight: 500
            }

    .incredible .left {
        display: flex;
        flex-direction: column;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 8px 14px 0 rgba(0,0,0,.03);
        margin-right: 15px;
        width: 100%;
        overflow: hidden
    }

    .incredible .discount-product {
        height: 353px;
        padding: 35px 20px 20px 30px
    }

    .incredible .discount-item {
        display: flex;
        height: 350px
    }

        .incredible .discount-item .inc-bar {
            position: absolute;
            left: 50%;
            top: -36px;
            width: 223px;
            height: 46px;
            transform: translateX(-50%);
            z-index: 4;
            background: #f25e5e;
            color: #fff;
            border-radius: 0 0 40% 40%;
            font-size: 2em;
            line-height: 2.2
        }

        .incredible .discount-item .img {
            width: 400px;
            text-align: center;
            position: relative
        }

        .incredible .discount-item img {
            height: 300px;
            margin-top: 30px
        }

        .incredible .discount-item .info {
            display: flex;
            flex-direction: column;
            justify-content: space-between
        }

        .incredible .discount-item .original {
            font-size: 1.7em;
            font-weight: 500;
            text-decoration: line-through;
            color: #727272
        }

        .incredible .discount-item .discount-price {
            font-size: 2.1em;
            font-weight: 600;
            line-height: 2.5;
            color: #ef5661
        }

        .incredible .discount-item .discount-label {
            display: inline-block;
            width: 115px;
            height: 38px;
            border-radius: 20px;
            background-color: #ef5661;
            margin-bottom: -45px;
            color: #fff;
            text-align: center;
            font-size: 2em;
            font-weight: 400;
            line-height: 1.9;
            margin-right: 20px
        }

        .incredible .discount-item .title {
            font-size: 1.143rem;
            line-height: 1.89;
            font-weight: 700;
            text-align: right;
            max-width: 100%;
            margin: 20px 0 10px;
            color: #676666
        }

        .incredible .discount-item .attributes {
            font-size: .929rem;
            line-height: 1.692;
            padding: 0;
            list-style-type: none;
            margin-bottom: 15px
        }

            .incredible .discount-item .attributes li {
                margin: 5px 0;
                padding-right: 17px;
                position: relative;
                font-size: .9em;
                line-height: 24px;
                text-align: right
            }

.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;
    
}

.incredible .discount-item .attributes li:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #bebebe;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.incredible hr {
    background-color: #eaeaea;
    height: 1px;
    border: none
}

.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
}

    .incredible .counter .time {
        font-size: 2.3em;
        line-height: 1;
        width: 128px;
        font-weight: 600;
        white-space: nowrap;
        padding-top: 19px;
        direction: ltr
    }

.incredible .dictount-title {
    display: flex;
    background-color: #f1f7fb;
    height: 60px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: 62px
}

.incredible .dictount-title-item {
    padding: 10px;
    flex-shrink: 0;
    white-space: nowrap;
    letter-spacing: -.5px;
    font-size: 1.1em;
    line-height: 2.5
}

    .incredible .dictount-title-item a {
        padding: 10px 25px;
        border-radius: 5px;
        color: #424242
    }

        .incredible .dictount-title-item a:hover {
            background-color: #ebebeb
        }

.incredible .active-item {
    background-color: #ef5662;
    color: #fff !important;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.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: auto;
        border-radius: 5px
    }

    .image-row a:hover {
        opacity: .9
    }

.product-wrapper {
    background-color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    margin: 20px auto
}

    .product-wrapper img, .suggestion img {
        width: 210px;
        max-width: 95%;
        height: auto
    }

    .product-wrapper .headline h3 {
        padding: 8px 0;
        min-height: 49px;
        font-size: 1.286rem;
        line-height: 31px;
        font-weight: 400;
        display: inline-block;
        border-bottom: 1px solid red
    }

.product-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    user-select: none;
    margin: 15px auto;
    padding: 10px;
    border-radius: 5px
}

    .product-item:hover {
        box-shadow: 0 0 10px 0 rgba(0,0,0,.1)
    }

    .product-item .title {
        font-size: 1.3em;
        font-weight: 400;
        width: 72%;
        margin: 10px 0;
        line-height: 2;
        color: #292929
    }

    .product-item .price {
        color: #fb3449;
        /*font-size: 2em;*/
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 0;
        font-weight: normal;
        font-family: 'IRANSans'
    }

.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: #a8a8a8
    }

        .product-wrapper .two-headline a:hover {
            color: #1ca2bd
        }

#brandslider img {
    max-height: 70%;
    max-width: 70%
}

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.8em;
        font-weight: 500;
        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: #fff;
    width: 389px;
    border: 1px solid #dedede;
    position: relative;
    margin: 0 auto
}

.account-box .headline {
    border-bottom: 1px solid #ececec;
    color: #656565;
    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: #656565;
        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;
    padding: 10px 0
}

.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__info {
    flex-basis: 74%;
    flex: 1 1 0;
    padding: 0 30px 0 20px
}

.c-product__gallery {
    flex-basis: 20%
}

.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__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
}

.c-gallery__options {
    display: flex;
    flex-direction: column;
    margin-right: 19px
}

    .c-gallery__options li:first-child {
        margin-top: 0
    }

    .c-gallery__options li {
        margin-top: 12px;
        position: relative
    }

.btn-option {
    width: 51px;
    height: 46px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #cacaca;
    color: #565656;
    position: relative;
    transition: .3s all
}

    .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--add-to-wish:before {
    content: "\f004"
}

.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: 280px
}

.c-gallery__items {
    display: flex;
    border-top: 1px solid #f4f4f4;
    list-style: none;
    padding: 11px 0 27px
}

.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 {
        line-height: 1.5
    }

.c-product__guaranteed {
    margin-right: auto;
    letter-spacing: -.3px;
    font-size: .786rem;
    line-height: 2.18;
    color: #4b4b4b;
    position: relative;
    flex: 0 0 242px;
    padding: 40px 20px 0
}

    .c-product__guaranteed:before {
        content: "\f058";
        font-family: fontawesome;
        font-size: 35px;
        color: #ff637d;
        position: absolute;
        right: 50%;
        top: -14px;
        transform: translate(50%)
    }

.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
}

.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-block;
        max-width: calc(100% - 100px)
    }

    .c-product__variants > span {
        padding-left: 15px
    }

.c-product__guarantee {
    margin: 10px 0 15px
}

    .c-product__guarantee span:before {
        content: "\f0a3";
        font-family: fontawesome;
        color: #d5d5d5;
        font-size: 1.6em;
        vertical-align: middle;
        padding-left: 15px
    }

.c-product__delivery {
    padding: 15px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 15px;
    color: #565656
}

    .c-product__delivery span {
        padding-left: 15px
    }

.delivery-warehouse {
    margin-top: 20px
}

.c-price {
    font-size: 3em;
    line-height: 1.5;
    font-weight: 400;
    color: #fb3449
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-add-to-cart {
    display: inline-block;
    font-size: 1.286rem;
    line-height: 1.222;
    padding: 16px 98px 16px 18px;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #41a7b4;
    color: #fff;
    overflow: hidden;
    letter-spacing: -.7px;
    max-width: 380px;
    position: relative
}

    .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;
        padding: 0 40px
    }

.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
    }

.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
}

.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 25px 25px 25px;
    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: 12px;
        top: 5px;
        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: 12px;
        top: 5px;
        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: #5f5f5f;
        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: #000;
        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-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
    }

.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: 25px;
    padding-bottom: 25px;
    position: relative;
    padding-left: 10px
}

.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%
}

    .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-around
}

.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 {
    line-height: 1.571;
    color: #009ec9
}

.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__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
}

.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: ""
    }

.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 {
    border: 1px solid #e7e7e7;
    background: #fff;
    margin-bottom: 20px;
    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
    }

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)
}

.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
}

.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
}

.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;
    border: 1px solid #e6e6e6;
    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
    }

.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;
    padding-bottom: 45px*/
}

.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: 14px;
    font-size: 1rem;
    padding: 15px 20px;
    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: #a600a6;
    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
    }

.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: 100%
}

.c-listing__items .c-product-box {
    border: 1px solid #ebebeb;
    position: relative;
    margin-left: -1px;
    margin-top: -1px;
    margin-bottom: -1px;
    border-top: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 26px 20px 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
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable,
.alert-dismissible {
    padding-left: 35px;
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        left: -21px;
        color: inherit;
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

.product-img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
}


