.container {
    min-width: 1009px;
    max-width: 1676px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.c-from_address-col > label {
    position: relative;
    width: 100%;
    display: inline-block
}

.c-from_address-col > .field-error {
    bottom: calc(100% + -36px);
}
.field-error {
    position: absolute;
    display: none;
    left: 12px;
    bottom: calc(100% + 0px);
    margin-right: -150px;
    margin-bottom: 10px;
    background: #ef5662;
    white-space: nowrap;
    padding: 9px 25px;
    color: #fff;
}

.field-validation-error.field-error {
    display: block;
}

.field-error:before {
    border-color: #ef5662 transparent transparent;
    border-style: solid;
    border-width: 10px 12px 0;
    top: 100%;
    right: 35px;
    content: "";
    position: absolute;
}

.c-profile_personal-info_row1 {
    margin-top: 70px
}

.btn-primary {
    line-height: 1.467;
    background-color: #00bfd6;
    color: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #00bfd6;
    border-radius: 8px;
    font-weight: 700;
    letter-spacing: -.5px;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.btn-primary1 {
    line-height: 1.467;
    background-color: #00bfd6;
    color: #fff;
    border: 1px solid #00bfd6;
    font-weight: 700;
    letter-spacing: -.5px;
    font-size: 15px;
    cursor: pointer;
    padding: 10px 36px;
    border-radius: 6px;
}

.btn-primary2 {
    line-height: 1.467;
    background-color: #00bfd6;
    border: 1px solid #00bfd6;
    font-weight: 700;
    letter-spacing: -.5px;
    font-size: 15px;
    cursor: pointer;
    padding: 25px 28px 0px 28px;
    border-radius: 6px;
    right: 75%;
    bottom: 18px;
    position: absolute;
}

.btn-primary::after {
    width: 200%;
    height: 200%;
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, .2);
    right: -50%;
    top: -50%;
    opacity: 0;
    transition: all .3s ease-in-out
}

.btn-primary:hover::after {
    opacity: 1;
}

@font-face {
    font-family: "IRANYekan";
    src: url(../fonts/iranyekan/IRANYekan.eot?#iefix) format("embedded-opentype"),url(../fonts/iranyekan/IRANYekan.ttf) format("truetype"), url(../fonts/iranyekan/IRANYekan.woff) format("woff"),url(../fonts/iranyekan/IRANYekan.woff2) format("woff2");
    font-weight: 300;
}

@font-face {
    font-family: "IRANYekan";
    src: url(../fonts/iranyekan400/IRANYekan.eot?#iefix) format("embedded-opentype"),url(../fonts/iranyekan400/IRANYekan.ttf) format("truetype"), url(../fonts/iranyekan400/IRANYekan.woff) format("woff"),url(../fonts/iranyekan400/IRANYekan.woff2) format("woff2");
    font-weight: 400;
}

@font-face {
    font-family: "IRANYekan";
    src: url(../fonts/iranyekan700/IRANYekan.eot?#iefix) format("embedded-opentype"),url(../fonts/iranyekan700/IRANYekan.ttf) format("truetype"), url(../fonts/iranyekan700/IRANYekan.woff) format("woff"),url(../fonts/iranyekan700/IRANYekan.woff2) format("woff2");
    font-weight: 700;
}

@font-face {
    font-family: "IranSans";
    src: url(../fonts/IranSans/IranSans.ttf) format("truetype");
    font-weight: 700;
}


@font-face {
    font-family: "digikala";
    src: url(../fonts/digikala/digikala.eot?#iefix) format("embedded-opentype"),url(../fonts/digikala/digikala.ttf) format("truetype"), url(../fonts/digikala/digikala.woff) format("woff"),url(../fonts/digikala/digikala.woff2) format("woff2");
}

*, *::before, *::after {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #4a5f73;
}

body, html {
    direction: rtl;
}

html {
    min-width: 1009px;
}

ul, p, h4, h3 {
    list-style: none;
    padding: 0;
    margin: 0
}

input, button {
    font-family: inherit;
    font-size: inherit;
    outline: none;
}

::placeholder {
    color: #c6c6c6;
}

body {
    background-color: #f7f7f7;
    position: relative;
    margin: 0;
    font-family: IRANYekan,sans-serif;
    font-size: 14px;
    color: #515151;
    padding-top: 115px;
}

.c-link_underline {
    right: 25px;
    color: #1ca2bd;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
    line-height: 2;
}

.c-link_underline1 {
    color: #1ca2bd;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
    line-height: 2;
    left: 30px;
}


.c-link_underline::after {
    position: absolute;
    content: "";
    border-bottom: 1px dashed #1ca2bd;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: 11px;
}

.c-link_underline1::after {
    position: absolute;
    content: "";
    border-bottom: 1px dashed #1ca2bd;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: 11px;
}

.c-cover {
    position: fixed;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(74, 74, 74, .43);
    z-index: 230;
    pointer-events: none
}

    .c-cover.is-active {
        opacity: 1;
        pointer-events: all;
    }

.c-footer {
    margin-top: 55px;
    background-color: #fdfdfd;
    position: relative;
}

.c-footer_jump-top {
    font-size: 20px;
    color: #4a4a4a;
    height: 59px;
    line-height: 1.1;
    background-color: #f5f5f5;
    width: 100%;
    border-top: 1px solid #eceff1;
    border-bottom: 1px solid #cfd8dc
}

.c-footer_jump-top_container {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    align-items: center;
    cursor: pointer
}

.c-footer_jump-top_icon:hover {
    background-color: #00bfd6;
}

.c-footer_jump-top_icon {
    background-color: rgb(21 133 195 / 40%);
    height: 36px;
    width: 36px;
    border-radius: 50%;
    transform: rotate(90deg);
    line-height: 46px;
    text-align: center;
    margin-left: 12px
}

    .c-footer_jump-top_icon::before {
        font-family: digikala;
        content: "\e016";
        color: #fff;
        line-height: 1
    }
/*
.c-footer .c-footer_feature {
    flex-direction: row;
    justify-content: space-around;
}*/

.c-footer hr {
    height: 1px;
    border: none;
    background-color: #cfd8dc;
    width: calc(100% - 15px );
    margin: auto
}

.c-footer_about {
    padding: 40px 0 40px 0px;
    max-width: 1450px;
    display: flex;
    justify-content: space-between
}

.c-footer_links {
    display: flex;
    flex-basis: calc(100% - 450px);
    justify-content: space-between;
    padding: 0 10px;
    align-items: flex-start
}

.c-footer_links-col {
    width: calc(33.33% - 2px)
}

.c-footer_links-headline {
    margin-bottom: 22px
}

    .c-footer_links-headline > div {
        font-size: 16px;
        line-height: 22px;
    }

.c-footer_links-ul {
    list-style: none;
    padding: 0;
    margin: 0
}

    .c-footer_links-ul li {
        margin: 13px 0 0
    }

        .c-footer_links-ul li a:hover {
            color: #1ca2bd
        }

        .c-footer_links-ul li a {
            color: #4a4a4a;
            font-weight: 400;
            line-height: 2.1;
            letter-spacing: -.1px;
            font-size: 14px;
        }

.c-a-foter {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 2.1;
    color: #3f4064
}

.c-footer_form {
    width: 433px;
}

.c-form_newsletter {
    margin: 0 0 35px
}

fieldset {
    border: none;
    margin: 0;
    padding: 0
}

.c-form_newsletter-title {
    padding: 0;
    margin-bottom: 21px;
    letter-spacing: .3px;
    line-height: 1.571
}

.c-form_newsletter-row {
    display: flex;
    flex-wrap: nowrap;
}

.c-form_newsletter-input {
    line-height: 1.571;
    font-family: inherit;
    font-size: inherit;
    padding: 11px 12px;
    border-radius: 0 5px 5px 0;
    border: 1px solid #c8c8c8;
    border-left: none;
    color: #717171;
    direction: ltr;
    width: 100%;
    letter-spacing: -.8px
}

    .c-form_newsletter-input::placeholder {
        color: #c6c6c6;
        text-align: right
    }

    .c-form_newsletter-input:-ms-placeholder {
        color: #c6c6c6;
        text-align: right
    }

    .c-form_newsletter-input::-ms-placeholder {
        color: #c6c6c6;
        text-align: right
    }


.c-form_newsletter-btn {
    font-family: inherit;
    font-size: inherit;
    background-color: #00bfd6;
    color: #fff;
    padding: 11px 24px;
    border-radius: 5px 0 0 5px;
    border: none;
    width: 87px;
    text-align: center;
    font-weight: 700;
    overflow: hidden;
    letter-spacing: .3px;
    cursor: pointer;
    position: relative;
}

    .c-form_newsletter-btn::before {
        position: absolute;
        content: "";
        background-color: rgba(255, 255, 255, .2);
        height: 200%;
        width: 200%;
        right: -50%;
        top: -50%;
        opacity: 0;
        transition: all .3s ease-in-out
    }

    .c-form_newsletter-btn:hover::before {
        opacity: 1;
    }

.c-footer_social > span {
    line-height: 1.571;
    margin-bottom: 21px;
    display: block;
    letter-spacing: .3px;
    font-weight: 500
}

.c-footer_social-instagram {
    background-image: linear-gradient(266deg,#4e60d3,#913baf,#d52d88,#f26d4f);
    height: 45px;
    width: 156px;
    border-radius: 9px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .11);
    font-weight: 700;
    font-size: 12px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 11px;
    position: relative;
    top: 37px;
}

.c-footer_social-telegram {
    background: #0711c5;
    height: 45px;
    width: 156px;
    border-radius: 9px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .11);
    font-weight: 700;
    font-size: 12px;
    line-height: 45px;
    text-align: center;
    position: relative;
    right: 178px;
    bottom: 19px;
}

.c-footer_social-instagram a {
    color: #fff
}

.c-footer_social-telegram a {
    color: #fff;
    top: -24px;
    position: relative;
}

.c-footer_social-telegram img {
    width: 50px;
    position: relative;
    top: 21px;
    right: -11px;
}

.c-footer_social-instagram img {
    position: relative;
    top: 10px;
    right: -5px
}

.c-footer_address {
    display: flex;
    max-width: 1450px;
    padding: 30px 6px 30px 6px;
    letter-spacing: -1.1px;
    justify-content: space-between;
    line-height: 27px;
    align-items: center
}

.c-footer_contact {
    color: #3f4064;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap
}

    .c-footer_contact li {
        font-size: 16px;
        line-height: 36px
    }

        .c-footer_contact li:first-of-type {
            width: 100%
        }

        .c-footer_contact li:nth-of-type(3) {
            border-right: 1px solid #979797;
            margin-right: 20px;
            padding-right: 20px
        }

.c-footer_address-images {
    display: flex
}

    .c-footer_address-images a:first-of-type {
        margin-left: 17px
    }

.c-footer_more-info {
    background-color: #d7dee0;
    padding: 20px 12px;
}

.c-footer_description {
    padding: 0 7px;
    display: flex
}

.c-footer_seo {
    margin: 25px 0;
}

    .c-footer_seo h1 {
        font-size: 15px;
        line-height: 1.467;
        margin-bottom: 18px
    }

    .c-footer_seo p {
        font-size: 12px;
        line-height: 2.17;
        font-weight: 300;
        letter-spacing: -.3px
    }

    .c-footer_seo a {
        font-size: 14px;
        line-height: 1.571;
        margin-right: 10px;
        letter-spacing: -.3px
    }

.c-footer_enamd {
    display: flex;
    padding: 0;
    list-style: none;
    margin: 10px 0; 
    text-align: center;
}

    .c-footer_enamd li {
        width: 150px;
        height: 155px;
        background-color: #f0f0f0;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        margin-left: 8px
    }

        .c-footer_enamd li:last-of-type {
            margin-left: 0
        }

.c-footer_other_site {
    display: none;
    /*  display: flex;*/
    padding: 0;
    margin: 9px auto;
    max-width: 1450px;
}

    .c-footer_other_site li {
        width: calc(25% - 5px);
        margin-top: 15px;
        display: flex;
        align-items: center;
        justify-content: center
    }

.c-footer_copyright {
    padding-left: 12px;
    padding-right: 12px
}

.c-footer_copyright-text {
    padding-top: 30px;
    border-top: 1px solid #b0bec5;
    color: #4a4a4a;
    font-size: 12px;
    padding-bottom: 15px;
    text-align: center
}

.c-footer_feature {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: space-between;
    position: relative;
    top: 8px;
}

    .c-footer_feature a {
        width: 16.3%
    }

.c-footer-feature_item {
    font-size: 13px;
    padding-top: 80px;
    padding-bottom: 20px;
    line-height: 1.692;
    text-align: center
}


.c-sliders_right-feature_item-1 {
    background: url(../svg/feature/express.svg) 43% 8px no-repeat;
    background-size: auto 58px;
}

.c-sliders_right-feature_item-2 {
    background: url(../svg/feature/support.svg) 50% 4px no-repeat;
    background-size: auto 58px;
}

.c-sliders_right-feature_item-3 {
    background: url(../svg/feature/pay.svg) 50% 0 no-repeat;
    background-size: auto 58px;
}

.c-sliders_right-feature_item-4 {
    background: url(../svg/feature/return.svg) 50% 5px no-repeat;
    background-size: auto 58px;
}

.c-sliders_right-feature_item-5 {
    background: url(../svg/feature/guarantee.svg) 50% 6px no-repeat;
    background-size: auto 58px;
}

.container > nav {
    position: relative;
    /*    z-index: 1;*/
}

.c-breadcrumb {
    background-color: #eef1f3;
    padding: 3px 16px;
    font-size: 10px;
    margin: 10px 0;
}

    .c-breadcrumb li {
        display: inline-block;
    }

        .c-breadcrumb li:not(:first-of-type)::before {
            content: "/";
            margin-left: 5px;
            padding-right: 5px;
            vertical-align: top;
            color: #148693;
            font-size: 13px;
            letter-spacing: .4px
        }

        .c-breadcrumb li a {
            color: #6a6a6a;
        }

        .c-breadcrumb li:last-of-type {
            font-size: 12px;
            line-height: 1.833;
            font-weight: 700
        }

        .c-breadcrumb li:not(:last-of-type):hover {
            font-weight: 600;
        }

.c-category_card {
    margin-top: 15px;
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
}


.c-category_card_item {
    width: 33%;
    padding: 0 10px;
    position: absolute
}

.c-category_card_content {
    background-color: #fff;
    padding: 5px 5px 0;
    border: 1px solid #e8e8e8;
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, .1)
}

.c-category_card-header {
    position: relative;
    margin-bottom: 5px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -.4px;
    display: flex
}

.c-category_card_title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg,rgba(0,0,0,.5),transparent);
    min-height: 48px;
    line-height: 48px;
    padding-right: 10px;
}

.c-category_card_image {
    width: 100%
}

.c-category_card-list {
    padding-top: 8px;
    padding-bottom: 2px;
    letter-spacing: -.7px;
    line-height: 1.571
}

    .c-category_card-list li {
        position: relative;
        padding-right: 51px;
        margin: 10px 0
    }

        .c-category_card-list li a:hover {
            color: #1ca2bd
        }

        .c-category_card-list li:first-child {
            margin-top: 0;
        }

        .c-category_card-list li:last-child {
            margin-bottom: 25px;
        }

        .c-category_card-list li::before:hover {
            color: #004ab3;
        }

        .c-category_card-list li::before {
            position: absolute;
            content: "";
            width: 8px;
            height: 8px;
            background-color: #dbdbdb;
            right: 25px;
            border-radius: 4px;
            top: 50%;
            transform: translateY(-50%)
        }

            .c-category_card-list li::before:hover {
                color: #b08600
            }

.c-category_card-footer {
    font-size: 13px;
    letter-spacing: -.3px;
    text-align: left;
    padding: 18px 36px;
    margin-top: -20px
}

    .c-category_card-footer a {
        position: relative;
        line-height: 2;
        cursor: pointer;
        color: #1ca2bd
    }


        .c-category_card-footer a::before {
            position: absolute;
            content: "";
            border-bottom: 1px dashed #1ca2bd;
            left: 0;
            right: 0;
            top: 50%;
            margin-top: 13.5px
        }

        .c-category_card-footer a::after {
            position: absolute;
            font-family: digikala;
            content: "\e016";
            right: 100%;
            top: 50%;
            transform: translateY(-50%);
            margin-right: 6px;
            font-size: 11px
        }



.c-swiper {
    background-color: #fff;
    padding: 9px 33px 11px 0;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    height: 100%;
    margin: 20px 0 0;
}

.c-top_swiper .c-swiper {
    margin: 0
}

.c-swiper_headline {
    margin: 0 0 6px 33px;
    display: flex;
    position: relative;
}

    .c-swiper_headline::after {
        content: "";
        position: absolute;
        height: 1px;
        background-color: #dfdfdf;
        right: 0;
        left: 0;
        bottom: 0
    }

    .c-swiper_headline span {
        color: #04045c;
        font-size: 18px;
        font-weight: 400;
        padding: 8px 13px;
        min-height: 48px;
        line-height: 31px;
        position: relative;
    }

        .c-swiper_headline span::before {
            content: "";
            position: absolute;
            background-color: #ef5661;
            height: 1px;
            right: 0;
            left: -40px;
            bottom: 0;
            z-index: 1;
        }

        .c-swiper_headline span::after {
            content: "";
            position: absolute;
            background-color: #fff;
            height: 1px;
            width: 15px;
            bottom: 0;
            left: -45px;
            z-index: 1;
        }

.c-swiper_content {
    position: relative;
}

.c-swiper_container {
    overflow: hidden;
    padding-top: 3px
}

.c-swiper_box {
    display: flex;
    padding: 2px 0;
    transition: transform .4s ease-in-out;
}

.c-swiper_box1 {
    display: flex;
    padding: 4px 5px;
    transition: transform .4s ease-in-out;
}

.c-swiper_slide {
    flex-shrink: 0;
    transition: all .2s ease-in-out;
}

    .c-swiper_slide:hover {
        box-shadow: 0px 0px 5px 3px rgb(197 225 225);
        transform: translateY(-2px);
    }

.c-swiper_url {
    padding: 5px 15px 60px;
    display: flex;
    flex-direction: column;
    margin: 0 5px;
    align-items: center;
    position: relative;
}

.c-swiper_url1 {
    padding: 22px 11px 2px;
    display: flex;
    flex-direction: column;
    margin: 0 5px;
    align-items: center;
    position: relative;
}

.c-swiper_url:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

    .c-swiper_url:hover::after {
        position: absolute;
        content: "";
        height: 2px;
        bottom: -2px;
        right: 0;
        left: 0;
    }

.c-swiper_img {
    width: 210px;
    height: 210px;
    display: flex;
    position: relative;
    align-items: center;
    max-width: 100%;
}
.c-swiper_img img {
    width: 100%;
}
.c-swiper_img img[alt]::after {
    position: absolute;
    content: attr(alt);
    background: #fff url(../img/discount/digikala.png) no-repeat 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    text-align: center;
    color: transparent;
}

.c-swiper_title {
    margin-top: 22px;
    font-size: 12px;
    width: 110%;
    text-align: justify;
    line-height: 25px;
    border-radius: 6px;
    background-color: #fbfbfb;
    padding: 3px;
}

.c-swiper_title1 {
    margin-top: 0;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    border-radius: 11px;
    padding: 3px;
    background-color: #ffff;
    width: 90%;
}

.c-swiper_price {
    bottom: 10px;
    position: absolute;
    width: 90%;
    display: flex;
    justify-content: end;
}
.c-swiper_price-value {
   color: #fb3449;
    font-size: 1.1rem;
    line-height: 1.1;
    font-weight: 700;
}

    .c-swiper_price-value span {
        /*  font-size: 14px;*/
        margin-right: 2px;
    }

.c-swiper_btn-next, .c-swiper_btn-prev {
    position: absolute;
    background: #fff;
    width: 49px;
    height: 90px;
    transform: translateY(-50%);
    margin-top: -22px;
    top: 50%;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    color: #a8a8a8;
    margin-top: -35px;
    z-index: 10000
}

.c-swiper_btn-next {
    left: 10px;
    margin-left: -10px;
    box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 0 5px 5px 0;
    z-index: 1
}

    .c-swiper_btn-next::before {
        content: "\e016";
    }

.c-swiper_btn-prev {
    right: 10px;
    margin-right: -43px;
    box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 5px 0 0 5px;
    z-index: 4
}

    .c-swiper_btn-prev::before {
        content: "\e01a"
    }

    .c-swiper_btn-next::before, .c-swiper_btn-prev::before {
        font-family: digikala;
        font-size: 26px;
        top: 48%;
        position: absolute;
        left: 56%;
        margin: -13px 0 0 -13px;
        line-height: 1;
        color: #000;
        font-weight: 700
    }

    .c-swiper_btn-next.disable, .c-swiper_btn-prev.disable {
        opacity: .15;
        cursor: auto
    }

.c-search_page-container {
    margin-top: 17px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap
}

.c-search_page-right {
    flex-basis: 25%;
    max-width: 25%;
    padding-left: 10px;
    height: 100%
}

.c-box {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, .1);
    border: 1px solid #dedede;
    margin: 0 0 10px
}

.c-list_filter {
    border-right: 1px solid #efefef
}

.c-box_title {
    font-size: 13px;
    line-height: 1.692;
    font-weight: 700;
    color: #6d4e4e;
    padding: 11px 16px 18px 15px;
    border-bottom: 1px solid #dbcdcd;
    margin-right: 6px;
    margin-left: 6px;
}

.c-list_filter-clear {
    border: 1px solid;
    color: #fb3449;
    float: left;
    font-size: 11px;
    line-height: 2;
    border-radius: 31px;
    padding: 3px;
}


.c-list_filter ul {
    margin-top: 10px;
    margin-bottom: 8px;
    margin-right: 2px;
    padding-left: 14px
}

    .c-list_filter ul li {
        margin: 6px 10px 0 0;
    }

.c-list_filter-lable {
    position: relative;
    font-size: 11px;
    border: 1px solid #eee;
    padding: 0 10px 0 31px;
    display: inline-flex;
    line-height: 30px;
    letter-spacing: .3px;
    border-radius: 10px;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
    height: 30px;
}

.c-list_filter-remove {
    position: absolute;
    left: 0;
    background: none;
    border: none;
    width: 32px;
    top: 0;
    line-height: 1.15
}

    .c-list_filter-remove::before {
        font-family: digikala;
        content: "\e043";
        font-size: 10px;
        margin-top: 10px;
        display: block;
        line-height: 1;
        color: #727272
    }

.c-box_header {
    line-height: 1.571;
    padding: 15px;
    border-bottom: 1px solid #e5d8d8;
    margin-left: 6px;
    margin-right: 6px;
    font-weight: 700;
    letter-spacing: .2px;
    position: relative;
    color: #2752a5
}

.c-box_item {
    padding: 6px 13px 8px 12px;
    font-size: 12px;
}

.c-box_cat-list {
    margin: 3px 0;
}

.c-box_item > ul {
    overflow: hidden;
}

.c-box_cat-list .c-box_cat-list {
    padding-right: 15px
}

.c-box_cat-item {
    margin-bottom: 10px;
    line-height: 20px
}

.c-box_cat-span {
    margin-bottom: 10px;
    display: block
}

.c-box_cat-span-arrow_down, .c-box_cat-span-arrow_left {
    position: relative;
    padding-right: 17px
}

    .c-box_cat-span-arrow_down::before, .c-box_cat-span-arrow_left::before {
 font-family: digikala;
    position: absolute;
    top: -3px;
    right: -1px;
    color: #4b7cef;
    font-size: 13px;
    line-height: 2.444;
    font-weight: 700;
    }

    .c-box_cat-span-arrow_down::before {
        content: "\e016";
    }

    .c-box_cat-span-arrow_left::before {
        content: "\e016";
    }

.c-box_cat-link {
    width: 100%;
    color: #431f1f;
    background: #f3f3f3;
    display: block;
    padding: 0px 7px;
}

    .c-box_cat-link:hover {
        color: #1a94a3;
    }

    .c-box_cat-link.is-active {
        color: #0c0303;
        font-weight: 700;
        pointer-events: none
    }

.c-box_content {
    padding: 10px 13px 8px 12px
}

.c-box_search-in-result {
    position: relative;
}

    .c-box_search-in-result::before {
        font-family: digikala;
        content: "\e0fc";
        position: absolute;
        font-size: 16px;
        right: 7px;
        top: 12px;
        line-height: 1
    }

.c-box_search-input {
    font-family: inherit;
    font-size: 11px;
    line-height: 2;
    padding: 7px 28px 8px 2px;
    width: 100%;
    border: 1px solid transparent;
    letter-spacing: 0;
    background-color: #f8f8f8;
    border-radius: 5px;
    color: #555;
    transition: all .15s ease-in-out
}

    .c-box_search-input:focus {
        background: none;
        border-color: #00bfd6
    }

.c-box_search-input_clear {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    display: none
}

    .c-box_search-input_clear::before {
        font-family: digikala;
        content: "\e042";
        color: #6c6c6c;
        cursor: pointer;
    }

.c-filter .c-box_search-input {
    background-color: #fff;
    border-color: #00bfd6;
    font-size: 12px;
}

.c-filter .c-box_search-in-result {
    margin: 9px 14px 8px;
}

.c-box_toggleable {
    cursor: pointer;
}

    .c-box_toggleable::before {
        font-family: digikala;
        content: "\e014";
        position: absolute;
        left: 16px;
        top: 50%;
        font-weight: 400;
        line-height: 1;
        transform: rotate(180deg) translateY(60%);
        transition: all .3s ease-in-out
    }

    .c-box_toggleable.is-hidden {
        border-bottom: none;
    }

        .c-box_toggleable.is-hidden::before {
            transform: translateY(-50%)
        }

.c-box_scroll {
    max-height: 333px;
    overflow: auto;
}

    .c-box_scroll::before {
        content: "";
        position: relative;
        height: 5px;
        width: 100%;
        display: block
    }

    .c-box_scroll ul {
        font-size: 12px;
        line-height: 1.833
    }

        .c-box_scroll ul li {
            position: relative;
        }

    .c-box_scroll .c-filter_label {
        padding: 5px 52px 5px 22px;
        display: inline-flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        width: 100%;
        color: #3b3b3b;
    }

.c-filter_label:hover {
    background-color: #f9f9f9;
    color: #0cabbb;
}

.c-box_scroll .c-filter_label[data-en]::before {
    content: attr(data-en);
    color: #a6a6a6;
    font-size: 11px;
    line-height: 2;
    font-weight: 300;
    max-width: 110px;
}

    .c-box_scroll .c-filter_label[data-en]::before:hover {
        color: #0cabbb;
    }

.c-box_scroll .c-box_checkbox {
    width: 19px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 6px
}

.c-box_checkbox input[type="checkbox"] {
    visibility: hidden;
}

.c-box_checkbox-check {
    border: 1px solid #d8d88d;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    cursor: pointer
}

    .c-box_checkbox-check::before {
        font-family: digikala;
        content: "\e038";
        position: absolute;
        top: 2px;
        line-height: 1;
        color: #fff;
        left: 2px;
        font-size: 11px;
        top: 5px
    }

.c-box_checkbox input[type="checkbox"]:checked + .c-box_checkbox-check {
    background-color: #00bfd6;
    border-color: #1fa4b3
}

.c-box_switcher {
    padding: 8px 73px 8px 20px;
    font-size: 12px;
    position: relative;
}

.c-statusswitcher {
    position: absolute;
    right: 20px;
    top: 10px
}

.c-filter {
    line-height: 22px
}

.c-statusswitcher input[type="checkbox"] {
    visibility: hidden;
    position: absolute
}

.c-statusswitcher_slider {
    width: 40px;
    height: 21px;
    background-color: rgb(229,229,229);
    display: inline-block;
    border-radius: 29px;
    border: 1px solid #8c8c8c;
    position: relative;
    cursor: pointer;
    transition: all .15s ease-in-out
}

.c-statusswitcher_slider-toggle {
    width: 15px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    top: 2px;
    right: 2px;
    border-radius: 50%;
    border: 1px solid #959595;
    transition: all .4s ease-in-out
}

input[type="checkbox"]:checked + .c-statusswitcher_slider {
    background-color: #00bfd6;
    border-color: #148693
}

    input[type="checkbox"]:checked + .c-statusswitcher_slider span {
        right: 21px
    }

.c-box_filter-slider {
    padding: 30px 32px 32px;
    border-bottom: 1px solid #f5f5f5
}

.c-range_slider {
    height: 1px;
    border: none;
    box-shadow: none;
    background-color: #c6c6c6;
}

    .c-range_slider.noUi-horizontal .noUi-handle {
        border-radius: 50%;
        border: none;
        width: 22px;
        height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        left: -12px;
        top: -10px;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1)
    }

    .c-range_slider .noUi-connect {
        background-color: #35ccde;
        box-shadow: none
    }

    .c-range_slider.noUi-horizontal .noUi-handle::before {
        font-family: digikala;
        position: unset;
        background: none;
        font-size: 11px;
        font-weight: 700;
        color: #091aff;
        height: auto;
        width: auto;
    }

    .c-range_slider.noUi-horizontal .noUi-handle::after {
        display: none
    }

    .c-range_slider.noUi-horizontal .noUi-handle.noUi-handle-lower::before {
        content: "\e016";
    }

    .c-range_slider.noUi-horizontal .noUi-handle.noUi-handle-upper::before {
        content: "\e01a";
    }

.c-filter_range {
    display: flex
}

    .c-filter_range li {
        flex-basis: 50%;
        text-align: center;
        font-size: 13px;
        letter-spacing: .3px;
        color: #812d2d;
        padding: 13px 15px 20px
    }

        .c-filter_range li + li {
            border-right: 1px solid #efe8e8
        }

        .c-filter_range li::before {
            content: attr(data-label);
        }

        .c-filter_range li::after {
            content: attr(data-currency);
        }

        .c-filter_range li::after, .c-filter_range li::before {
            display: block
        }

    .c-filter_range input[type="text"] {
        font-family: inherit;
        font-size: 14px;
        height: 30px;
        width: 80px;
        border-radius: 5px;
        border: none;
        background-color: #f1f1f1;
        margin: 6px 0;
        text-align: center;
        color: #0e0675;
    }

.c-filter_action {
    padding: 8px 32px;
    border-top: 1px solid #f5f5f5;
}

.c-filter_price-btn {
    font-family: inherit;
    border-radius: 8px;
    background-color: #00bfd6;
    color: #fff;
    line-height: 22px;
    padding: 11px 45px 11px 31px;
    white-space: nowrap;
    max-width: 100%;
    border: 1px solid #148693;
    font-size: 13px;
    cursor: pointer;
    position: relative;
}

    .c-filter_price-btn::before {
        font-family: digikala;
        content: "\e03e";
        position: absolute;
        right: 15px;
        font-size: 18px
    }

.disabled {
    opacity: .5;
    pointer-events: none
}


.c-filter_price-btn:not(.disabled)::after {
    content: "";
    width: 200%;
    height: 200%;
    background-color: rgba(255, 255, 255, .2);
    position: absolute;
    top: -50%;
    right: -50%;
    opacity: 0;
    transition: all .3s ease-in-out
}

.c-filter_price-btn:not(.disabled):hover::after {
    opacity: 1;
}

.c-filter_color {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: 6px;
    margin-left: 6px;
    border: 1px solid #f2f2f2
}

.c-search_page-left {
    flex-basis: 75%;
    max-width: 75%;
    padding-right: 10px
}

    .c-search_page-left .c-breadcrumb {
        margin-top: 0;
    }

.c-search_page-list {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);
    position: relative;
}



.c-listing_counter {
    position: absolute;
    left: 0;
    top: -27px;
    color: #b7b7b7;
    font-size: 12px;
    line-height: 21px
}

.c-listing_header {
    position: relative;
    padding: 7px 44px 7px 130px;
    border-bottom: 1px solid #ebe9e9
}

    .c-listing_header::before {
        font-family: digikala;
        content: "\e110";
        position: absolute;
        right: 13px;
        color: #cecece;
        top: 50%;
        transform: translateY(-50%);
    }

.c-listing_sort {
    display: flex;
    min-height: 44px;
    align-items: center;
    margin-top: 1px;
}

    .c-listing_sort::before {
        content: attr(data-label);
        font-size: 12px;
        color: #3b3b3b;
        margin-left: 5px;
        line-height: 21px
    }

    .c-listing_sort li + li {
        margin-right: 5px;
    }

    .c-listing_sort li a {
        font-size: 12px;
        padding: 0 5px;
        line-height: 25px;
        display: block;
        border-radius: 5px
    }

        .c-listing_sort li a.is-active {
            background-color: #00bfd6;
            color: #fff
        }


        .c-listing_sort li a:not(.is-active):hover {
            background-color: #ece9e9
        }

.c-listing_type-list {
    display: flex;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%)
}

    .c-listing_type-list li {
        margin-right: 4px
    }

        .c-listing_type-list li button {
            width: 34px;
            height: 30px;
            background: none;
            border: 1px solid #cbcbcb;
            border-radius: 5px;
            color: #8a8a8a;
            opacity: .46;
            cursor: pointer;
        }

            .c-listing_type-list li button.is-active {
                opacity: 1;
                cursor: auto
            }

            .c-listing_type-list li button::before {
                font-family: digikala;
                font-size: 16px;
                line-height: 1;
                vertical-align: middle
            }

            .c-listing_type-list li button[data-type="gallery"]::before {
                content: "\e059"
            }

            .c-listing_type-list li button[data-type="list"]::before {
                content: "\e013"
            }

.c-listing_items {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1px;
    margin-left: -1px
}

    .c-listing_items > li {
        max-width: 33.3%;
    }

.c-search_page-list .c-product_box {
    padding: 26px 20px 60px;
    border: 1px solid #ebebeb;
    margin-left: -1px;
    margin-top: -1px;
    margin-bottom: -1px;
    transition: box-shadow 0.2s cubic-bezier(0.64, -0.24, 0.35, 1.06) 0s;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

    .c-search_page-list .c-product_box:hover {
        box-shadow: 0 2px 17px 0 rgba(0, 0, 0, .09)
    }

.c-search_page-list .c-product_box-img {
    height: 150px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

    .c-search_page-list .c-product_box-img img {
        max-width: 100%;
        max-height: 100%
    }

        .c-search_page-list .c-product_box-img img[alt]::after {
            position: absolute;
            content: attr(alt);
            background: #fff url(../img/discount/digikala.png) no-repeat 50%;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            background-size: contain;
            color: transparent
        }

.c-search_page-list .c-product_box-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1
}

.c-search_page-list .c-product_box-title { 
    font-size: 12px;
    line-height: 30px;
    margin-top: 20px;
    border-bottom: 1px solid #e5e5e5;
}

    .c-search_page-list .c-product_box-title a {
        color: #535353;
    }

.c-product_box-row_price {
    display: flex;
    margin-top: 13px;
    justify-content: space-around;
    flex-direction: row-reverse;
}

.c-product_box-price_value { 
    letter-spacing: .1px;
    font-weight: 700;
    width: 100%;
    text-align: left;
}
.c-product_box-price_value div del {
    font-size: 15px;
    line-height: 1.375;
    color: #877f7f;
}

.c-product_box-price_currency {
    font-size: 13px;
    font-weight: 400
}

.c-product_box-compare-checkbox {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    color: #ababab
}

    .c-product_box-compare-checkbox input {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }

    .c-product_box-compare-checkbox span {
        border: 1px solid #d8d8d8;
        width: 17px;
        height: 17px;
        margin-left: 5px;
        border-radius: 4px;
        position: relative;
    }

        .c-product_box-compare-checkbox span::before {
            font-family: digikala;
            position: absolute;
            color: #fff;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%)
        }

    .c-product_box-compare-checkbox input:checked + span {
        background-color: #00bfd6
    }

        .c-product_box-compare-checkbox input:checked + span::before {
            content: "\e038"
        }

.c-product_box:hover .c-product_box-compare-checkbox, .c-product_box:hover .c-product_box-seller {
    opacity: 1;
}

.c-search_page-list .c-product_box-color {
    position: absolute;
    top: 19px;
    right: 16px;
    width: 12px;
    display: flex;
    flex-direction: column
}

    .c-search_page-list .c-product_box-color > li {
        margin-bottom: 1px;
        height: 10px;
        display: flex;
        justify-content: center
    }

.c-search_page-list .c-product_box-color_item {
    height: 10px;
    width: 10px;
    display: block;
    border-radius: 50%;
    border: 1px solid rgb(233, 233, 233)
}

.c-search_page-list .c-product_box-seller {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 5px 45px 5px 10px;
    height: 53px;
    border-top: 1px solid #f5f5f5;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: all .3s ease-in-out;
    background-color: #fff
}

    .c-search_page-list .c-product_box-seller::before {
        font-family: digikala;
        content: "\e0f4";
        position: absolute;
        right: 10px;
        font-size: 21px;
        color: #ccc
    }

.c-search_page-list .c-product_box-seller_details {
    font-size: 12px;
    font-weight: 700
}

.c-search_page-list .c-product_box-seller_details-label {
    font-weight: 400
}

.c-product_box-tags {
    padding: 11px 20px 12px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #f5f5f5;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.c-product_box-rate {
    display: flex;
    line-height: 22px
}

.c-product_box-rate_span {
    background-color: #f9f9f9;
    padding: 4px 25px 4px 4.5px;
    position: relative;
    border-radius: 5px;
    color: #9a9a9a;
    font-size: 12px
}

    .c-product_box-rate_span::before {
        font-family: digikala;
        content: "\e09f";
        position: absolute;
        right: 5px;
        font-size: 15px;
        line-height: 1;
        top: 6px
    }

.c-product_box-discount_banner {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    border-left: 69px solid #ff637d;
    border-bottom: 69px solid transparent
}

    .c-product_box-discount_banner > span {
        position: absolute;
        transform: rotate(-45deg);
        left: -58px;
        top: 4px;
        color: #fff;
        text-align: center
    }

        .c-product_box-discount_banner > span span:first-of-type {
            font-size: 18px;
            line-height: 1.222;
            font-weight: 700
        }

        .c-product_box-discount_banner > span span:last-of-type {
            position: relative;
            top: -10px;
            font-size: 9px;
            line-height: 2.444
        }

.c-product_box-img_discount {
    border: 1px solid #ffcbd0;
    height: 19px;
    width: 102px;
    position: relative;
    top: -25px;
    left: 25%;
    transform: translateX(-50%);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px
}

.c-product_box-img_discount1 {
    border: 1px solid #ffcbd0;
    height: 19px;
    width: 102px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.c-product_box-img_discount::before {
    background: url(../img/search/discount-image.png) no-repeat;
    content: "";
    width: 89px;
    height: 10px;
    position: absolute;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.c-product_box-counter {
    color: #fb3449;
    padding: 3px 0 0 24px;
    position: relative;
    font-size: 16px;
    line-height: 20px
}

    .c-product_box-counter::before {
        font-family: digikala;
        content: "\e02b";
        position: absolute;
        left: 0;
        top: 6px;
        font-size: 20px;
        line-height: 20px
    }

.c-product_box-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

    .c-product_box-price del {
        font-size: 13px;
        line-height: 22px;
        display: block;
        color: #acacac;
        letter-spacing: .5px
    }

.c-product_box-price_discount-value {
    background-color: #fb3449;
    color: #fff;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 27px;
    min-width: 50px;
    padding: 4px 6px 1px;
    margin-bottom: 3px;
    margin-right: 5px
}

.c-search_page-list.is-list .c-listing_items {
    display: block;
    margin: 0
}

    .c-search_page-list.is-list .c-listing_items > li {
        flex-basis: 100%;
        max-width: 100%;
        border-top: 1px solid #e6e6e6;
    }

        .c-search_page-list.is-list .c-listing_items > li:first-child {
            border-top: none
        }

.c-search_page-list.is-list .c-product_box {
    border: none;
    padding: 22px 0 23px;
    margin: 0;
    flex-direction: row
}

.c-search_page-list.is-list .c-product_box-img {
    flex-basis: 190px;
left: 25px;
}

.c-search_page-list.is-list .c-product_box-seller {
    display: none;
}

.c-search_page-list.is-list .c-product_box-content {
    display: unset;
    position: relative;
    padding-bottom: 55px;
}

.c-search_page-list.is-list .c-product_box-title {
    background-color: #fafafa;
    padding: 11px 10px;
    border-radius: 5px;
    margin: 0 0 12px;
    font-size: 14px;
    color: #202020;
    line-height: 24px;
    letter-spacing: .3px;
}

.c-product_box-title-en {
    display: none;
}

.c-search_page-list.is-list .c-product_box-title-en {
    display: block;
    text-align: left;
    font-size: 10px;
    line-height: 21px;
    letter-spacing: .2px;
    color: #676767;
    margin-bottom: 16px
}

.c-search_page-list.is-list .c-product_box-color {
    display: inline-flex;
    position: unset;
    margin: 0 0 17px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

    .c-search_page-list.is-list .c-product_box-color::before {
        content: attr(data-title);
        white-space: nowrap;
        font-size: 12px;
        color: #6b6b6b;
        letter-spacing: .3px;
        line-height: 21px
    }

    .c-search_page-list.is-list .c-product_box-color li {
        margin: 0 8px 0 0;
        align-items: center
    }

.c-listing_items {
    line-height: 22px;
}

.c-search_page-list.is-list .c-product_box-row_price {
    margin-top: 0
}

.c-search_page-list.is-list .c-product_box-compare-checkbox {
    opacity: 1;
}

.c-search_page-list.is-list .c-product_box-tags {
    border: none;
    padding: 0 0 0 10px;
    margin: 20px 0 0;
}

.c-search_page-list.is-list .c-product_box-rate_span {
    bottom: -7px
}

.c-search_page-list.is-list .c-product_box-seller-item {
    display: block;
    opacity: 1;
    text-align: left;
    position: relative;
    padding-left: 70px;
    background: none;
    border-top: none
}

    .c-search_page-list.is-list .c-product_box-seller-item::before {
        left: 17px;
        right: unset;
        top: 50%;
        transform: translateY(-50%);
    }

.c-search_page-list.is-list .c-product_box-seller_name {
    font-size: 12px;
    font-weight: 700
}

.c-search_page-list .c-product_box-seller_guarantee {
    display: none
}

.c-search_page-list.is-list .c-product_box-seller_guarantee {
    color: #949494;
    font-size: 12px;
    display: block
}

.c-search_page-list .c-product_box-prop {
    display: none
}

.c-search_page-list.is-list .c-product_box-prop {
    display: block;
    flex-basis: 208;
    padding-right: 12px;
    padding-left: 12px;
    border-right: 1px solid #ececec
}

    .c-search_page-list.is-list .c-product_box-prop > span {
        position: relative;
        padding-right: 28px;
        margin: 0 0 10px;
        line-height: 25px;
        letter-spacing: .2px;
        color: #313131
    }

        .c-search_page-list.is-list .c-product_box-prop > span::before {
            font-family: digikala;
            content: "\e0b7";
            position: absolute;
            right: 1px;
            font-size: 21px;
            line-height: 1;
            top: 0;
            color: #ababab
        }

    .c-search_page-list.is-list .c-product_box-prop ul {
        font-size: 11px;
        font-weight: 300
    }

        .c-search_page-list.is-list .c-product_box-prop ul li {
            letter-spacing: .7px;
            position: relative;
            padding-right: 20px;
            margin: 10px 0
        }

            .c-search_page-list.is-list .c-product_box-prop ul li::before {
                position: absolute;
                width: 6px;
                height: 6px;
                background-color: #ababab;
                content: "";
                right: 7px;
                top: 7px;
                border-radius: 50%
            }

.c-search_page-list.is-list .c-product_box-img_discount {
    top: -23px
}

.c-pager {
    display: flex;
    justify-content: center;
    margin: 10.5px -10px;
    align-items: center
}

.c-pager_items {
    padding-right: 10px;
    padding-left: 10px;
}

    .c-pager_items > li {
        display: inline-block;
        cursor: pointer;
    }

.c-pager_item {
    width: 35px;
    height: 34px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    margin: 0 3px;
    border-radius: 8px;
    font-size: 18px;
    vertical-align: top
}

    .c-pager_item.is-active {
        background-color: #00bfd6;
        border: 1px solid #00bfd4;
        color: #fff
    }

.c-pager_items-line {
    width: 2px;
    height: 34px;
    border: 1px solid #e8e8e8;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 30px;
    margin-left: 30px
}

.c-pager_last, .c-pager_first {
    width: 35px;
    height: 34px;
    font-size: 23px;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    color: #6e6e6e
}

    .c-pager_last::before, .c-pager_first:before {
        font-family: digikala;
        content: "\00bb";
        line-height: 1
    }

    .c-pager_first:before {
        content: "\00ab";
    }

.c-discount_banner {
    display: flex
}

.c-discount_banner-item {
    margin-top: 20px;
}

    .c-discount_banner-item:not(:last-of-type) {
        margin-left: 20px;
    }

    .c-discount_banner-item img {
        width: 100%;
        height: 100%;
        border-radius: 5px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    }

.c-cateogry_desc {
    background-color: #fff;
    padding: 30px 50px;
    margin: 56px 0 23px;
    color: #787878;
    box-shadow: 0 -6px 12px 0 rgba(181, 181, 181, .1);
    line-height: 22px;
    border: 1px solid #dbdbdb;
    position: relative;
}

    .c-cateogry_desc.collapsed .c-cateogry_desc-text {
        max-height: 250px;
    }

.c-cateogry_desc-text, .c-cateogry_desc-text p {
    font-size: 12px;
    line-height: 2.57;
    letter-spacing: -.5px;
    text-align: justify;
    overflow: hidden;
}

    .c-cateogry_desc-text p, .c-cateogry_desc-text h2 {
        padding: 0;
        margin: 0
    }

    .c-cateogry_desc-text h1, .c-cateogry_desc-text h2 {
        font-size: 15px;
        line-height: 1.467;
        font-weight: 500;
        letter-spacing: -.9px;
        margin-bottom: 15px
    }

.c-cateogry_desc-btn {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: calc(100% - 80px);
    ;
    height: 60px;
    padding-top: 80px;
    ;
    padding-bottom: 30px;
    font-size: 14.5px;
    align-items: center;
    line-height: 1.571;
    font-weight: 700;
    cursor: pointer;
}

.c-cateogry_desc.collapsed .c-cateogry_desc-btn {
    background-image: linear-gradient(180deg,rgba(255,255,255,.3),#fff);
}

.c-cateogry_desc-btn::after {
    font-family: digikala;
    content: "\e014";
    margin-right: 10px;
    font-size: 13px;
    transition: all .3s ease-in-out;
    transform: rotate(180deg)
}

.c-cateogry_desc.collapsed .c-cateogry_desc-btn::after {
    transform: rotate(0)
}

.page {
    margin-top: 17px;
}

.c-compare_headline {
    padding: 0 30px;
    margin: 26px 0 20px
}

    .c-compare_headline > span {
        font-size: 17px;
        font-weight: 700;
        line-height: 31px
    }

.c-compare_list-header {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-bottom: 2px solid #00bfd6;
    margin-bottom: 28px;
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, .1);
    position: sticky;
    top: 0;
    z-index: 10
}

.is-sticky .c-compare_list-header {
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, .5)
}

.c-compare_list-header > li {
    display: flex
}

.c-compare_header:hover {
    box-shadow: rgb(119 237 237) 0px 0px 5px 2px;
}

.c-compare_header {
    max-width: 25%;
    flex-basis: 25%;
    border-right: 1px solid #e4e4e4;
    position: relative;
}

    .c-compare_header:first-child {
        border-right: none
    }

.c-compare_header-img {
    display: flex;
    flex-direction: column;
    padding: 25px;
    text-align: center;
    color: #626262;
    position: relative;
}

    .c-compare_header-img::after {
        content: "";
        position: absolute;
        border-width: 0 10px 10px;
        border-color: transparent transparent #00bfd6;
        border-style: solid;
        bottom: 0;
        left: 50%;
        margin-left: -5px;
    }

.c-compare_header-images {
    height: 180px;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.is-sticky .c-compare_header-images {
    height: 70px
}

.c-compare_header-images .c-swiper_box {
    padding: 0
}

.c-compare_header-images .c-swiper_slide {
    display: flex;
    justify-content: center;
    position: relative;
}

    .c-compare_header-images .c-swiper_slide img {
        width: calc(100% - 20px);
        object-fit: scale-down;
        max-height: 100%
    }

        .c-compare_header-images .c-swiper_slide img[alt]:after {
            position: absolute;
            background: #ffff url(../img/discount/digikala.png) no-repeat 50%;
            content: attr(alt);
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-size: contain;
            color: transparent
        }

.c-compare_images-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 23px;
    display: none;
    z-index: 50;
}

    .c-compare_images-button::before {
        font-family: digikala;
        font-size: 23px;
        line-height: 23px;
        color: #a9a9a9
    }

.c-compare_header-images:hover .c-compare_images-button {
    display: block
}

.c-compare_images-next {
    left: 2px;
}

    .c-compare_images-next::before {
        content: "\e016";
    }

.c-compare_images-prev {
    right: 2px
}

    .c-compare_images-prev::before {
        content: "\e01a"
    }

.c-compare_title {
    font-size: 13px;
    line-height: 2.23
}

.is-sticky .c-compare_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    height: 20px
}

.c-compare_price {
    margin: 10px 0;
}

.c-compare_price-value {
    font-weight: 900;
    color: #fb3449;
    line-height: 1.467;
    font-size: 15px;
    letter-spacing: .8px
}

.c-compare_btn {
    background-color: #00bfd6;
    color: #fff;
    border: 1px solid #148693;
    padding: 11px 31px;
    border-radius: 8px;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.692;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.is-sticky .c-compare_btn {
    display: none
}

.c-compare_btn::after {
    position: absolute;
    content: "";
    width: 200%;
    height: 200%;
    background-color: rgba(255, 255, 255, .2);
    right: -50%;
    top: -50%;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.c-compare_btn:hover::after {
    opacity: 1
}

.c-compare_btn-remove {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: #f5f5f5;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    z-index: 50
}

    .c-compare_btn-remove::before {
        font-family: digikala;
        content: "\e043";
        font-size: 12px;
        color: #ff0000;
        vertical-align: middle
    }

.c-compare_add {
    padding: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    height: 100%
}

.c-compare_add-btn {
    background: none;
    font-family: inherit;
    border: 5px dashed rgb(89 148 255);
    border-radius: 19px;
    max-width: 270px;
    padding: 35px;
    color: rgb(79 151 151);
    margin: auto;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.467;
}

.is-sticky .c-compare_add-btn {
    height: 130px;
    padding: 11px;
    font-size: 13px;
    line-height: 1.692
}

.c-compare_add-btn:before {
    font-family: digikala;
    content: "\e006";
    font-size: 107px;
    display: block;
    line-height: 1;
    margin-bottom: 15px
}

.is-sticky .c-compare_add-btn:before {
    font-size: 45px
}

.c-compare_btn-gray {
    background-color: #7a7a7a;
    border: unset;
    font-family: inherit
}

.c-compare_prop-title {
    font-size: 19px;
    line-height: 1.158;
    margin-bottom: 25px;
    letter-spacing: -.3px;
    padding-right: 19px;
    position: relative;
}

    .c-compare_prop-title::before {
        position: absolute;
        content: "";
        border-width: 7px 7px 7px 0;
        border-style: solid;
        border-color: transparent #00bfd6 transparent transparent;
        right: 0;
        bottom: 3px
    }

.c-compare_list {
    background-color: #fff;
    margin-bottom: 47px
}

    .c-compare_list > li {
        display: flex;
        margin: 10px 0
    }

.c-compare_list-title {
    background-color: #eaeaea;
    width: 100%;
    line-height: 1.692;
    padding: 9px 26px;
    font-weight: 700;
    font-size: 13px
}

.c-compare_list-value {
    flex-basis: 25%;
    max-width: 25%;
    border-right: 1px solid #c4c8d9;
}

    .c-compare_list-value:first-child {
        border-right: none;
    }

.c-compare_list-span {
    padding: 9px 18px;
    line-height: 1.571;
    color: #4d4d4d;
    letter-spacing: -.3px;
    display: flex;
    justify-content: center;
    align-items: center
}

.remodal-overlay {
    background-color: rgba(135, 135, 135, .5)
}

.c-remodal_compare {
    max-width: 900px;
    background-color: #f8f8f8;
    padding: 0;
    text-align: right
}

.remodal {
    max-height: 90vh;
    overflow: auto
}


.c-remodal_compare-header {
    background-color: #ececec;
    padding: 19px 37px 20px 63px;
    border-bottom: 1px solid #dedede
}

.c-remodal_compare-search_row {
    display: flex;
    margin-right: -9px;
    margin-left: -9px;
}

.c-remodal_compare-search_col {
    padding-right: 9px;
    padding-left: 9px;
    display: flex;
    align-items: center;
    width: auto
}

.c-remodal_compare-search_field {
    flex-grow: 1
}

.c-remodal_compare-search_label {
    width: 100%;
    position: relative;
}

    .c-remodal_compare-search_label::before {
        font-family: digikala;
        content: "\e0fc";
        position: absolute;
        font-size: 17px;
        right: 15px;
        top: 13px;
        line-height: 1
    }

.c-remodal_compare-search_input {
    padding: 11px 42px 11px 12px;
    font-family: inherit;
    width: 100%;
    color: #717171;
    border: 1px solid #c8c8c8;
    border-left: unset;
    line-height: 1.571;
    border-radius: 0 5px 5px 0;
    font-size: 14px;
    letter-spacing: -.8px
}

    .c-remodal_compare-search_input::placeholder {
        color: #c6c6c6
    }

.selectric-c-remodal_compare-select_brand {
    width: 100%;
    max-width: 200px;
}

    .selectric-c-remodal_compare-select_brand .selectric {
        border-radius: 5px 0 0 5px;
    }

.selectric {
    background-color: #fff;
    border-color: #c8c8c8
}

    .selectric .button {
        display: none
    }

    .selectric .label {
        height: 43px;
        font-size: 14px;
        line-height: 43px;
        margin: 0 18px 0 43px;
        color: #6f6f6f
    }

        .selectric .label::after {
            font-family: digikala;
            content: "\e012";
            position: absolute;
            left: 14px;
            font-size: 7px;
            top: 18px;
            line-height: 1
        }

.selectric-open .selectric .label::after {
    transform: rotate(180deg)
}

.selectric-items {
    border-radius: 0 0 4px 4px;
}

    .selectric-items li.highlighted, .selectric-items li.selectedm, .selectric-items li:hover {
        background-color: #e6e0e0;
        color: #6f6f6f;
    }

    .selectric-items li {
        font-size: 14px
    }

.c-remodal_compare-content {
    padding: 17px 17px 0
}

.c-remodal_compare-content_items {
    display: flex;
    flex-wrap: wrap;
    max-height: 60vh;
    min-height: 290px;
    justify-content: space-between;
    margin: -17px 0 0;
    overflow: auto;
}

    .c-remodal_compare-content_items > li {
        flex-basis: 24%;
        max-width: 24%;
        margin-top: 17px;
    }

.c-remodal_compare-content_item {
    background-color: #fff;
    width: 100%;
    height: 185px;
    display: block;
    border: 1px solid #e9e9e9;
    text-align: center;
    cursor: pointer;
    border-radius: 6px
}

.c-remodal_compare-content_img {
    height: 125px;
    margin: 10px 20px;
    position: relative;
}

    .c-remodal_compare-content_img img[alt]::after {
        position: absolute;
        content: attr(alt);
        background: #fff url(../img/discount/digikala.png) no-repeat 50%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-size: contain
    }

.c-remodal_compare-content_title {
    margin-top: 39px;
    background: #dddddd;
    color: #510101;
    font-size: 12px;
    line-height: 2;
    display: block;
    padding: 12px 18px;
    max-height: 60px;
    overflow: hidden;
}

.c-input:focus {
    border: 1px solid #0008ff99;
    box-shadow: 0px 0px 4px 1px rgb(185 255 255);
}

.c-input {
    width: 100%;
    line-height: 1.571;
    padding: 11px 12px;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    letter-spacing: -.8px;
    color: #717171;
    background-color: #f1f1f1;
    outline: none
}

.c-remodal_address {
    text-align: right;
    max-width: 620px;
    padding: 0;
    margin: 0
}

.c-remodal_address-header {
    height: 104px;
    display: flex;
    align-items: center;
}

.c-remodal_address-logo {
    background: url(../svg/12.jpg) no-repeat 50% 50%;
    text-indent: -1000em;
    display: block;
    width: 156px;
    margin: auto;
    height: 60px;
}



.c-remodal_address .container {
    min-width: unset;
    width: 100%;
    max-width: 100%;
    padding: 0px 30px 30px 40px;
}

.c-profile_headeline.c-profile_headeline-address {
    padding-right: 41px;
    margin: 11px 0 20px;
    position: relative;
    color: #858585;
}


.c-profile_headeline-address::before {
    font-family: digikala;
    content: "\e088";
    font-size: 26px;
    right: 7px;
    position: absolute;
    color: #42cfdf;
    top: -4px;
    line-height: 1
}

.c-from_address-row {
    display: flex;
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    margin-left: -7px;
    /* margin-right: -7px; */
    margin-top: 20px;
}

.c-from_address-content_col {
    flex-basis: 90%;
  /*  margin-left: 20px*/
}

.c-from_address-row:first-child {
    margin-top: unset
}

.c-from_address-col {
    width: 100%;
    padding-right: 7px;
    padding-left: 7px;
    position: relative;
}

.c-from_address-title {
    font-size: 15px;
    letter-spacing: -.3px;
    color: #858585;
    line-height: 1.67;
    margin: 0 17px 11px 0;
}

.c-from_address-required_star {
    position: absolute;
    color: red;
    font-size: 18px;
    margin-right: 3px;
    line-height: 1.222;
    top: -7px;
}

.c-input_left-dircetion {
    text-align: left;
    direction: ltr
}

.c-from_address-col_half {
    max-width: 50%;
    flex-basis: 50%
}

.selectric {
    border: 1px solid #8d8ddd;
    border-radius: 5px;
    overflow: hidden;
}

.selectric-above .selectric-items {
    border-radius: 4px 4px 0 0;
    border: 1px solid #ababc0;
    border-bottom: none
}

.c-selectric-input {
    max-width: calc(100% - 10px);
    max-height: 40px;
    margin: 5px;
    width: 100%;
    padding: 11px 12px;
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    letter-spacing: -.8px;
    color: #717171
}

.label.placeholder {
    color: #978d8d
}

.hidden {
    display: none !important;
}

.selectric-has-search .selectric-scroll {
    height: calc(100% - 50px);
}

.c-textarea:focus {
    border: 1px solid #0008ff99;
    box-shadow: 0px 0px 4px 1px rgb(185 255 255);
}

.c-textarea {
    resize: none;
    font-family: inherit;
    font-size: 12px;
    width: 100%;
    border: 1px solid #9b9b9b;
    border-radius: 5px;
    padding: 10px;
    line-height: 2.5;
    outline: none;
    background-color: #f1f1f1;
}

.c-from_address-col_submit {
    max-width: 67%;
    flex-basis: 67%
}

.btn-submit {
    width: 100%;
    padding: 20px 20px 20px 20px;
    background-color: #00bfd6;
    color: #fff;
    font-size: 18px;
    border: 1px solid #41a7b4;
    border-radius: 8px;
    letter-spacing: -.7px;
    line-height: 1.222;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

    .btn-submit::before {
        font-family: digikala;
        content: unset;
        position: absolute;
        right: 23px;
        font-size: 27px;
        top: 16px;
        line-height: 1
    }

    .btn-submit::after {
        background: rgba(255, 255, 255, .2);
        content: unset;
        width: 95px;
        height: 95px;
        position: absolute;
        right: -15px;
        top: -20px;
        border-radius: 50%;
        transition: all .3s ease-in-out
    }

    .btn-submit:hover::after {
        width: 900px;
        height: 900px;
        right: -450px;
        top: -450px
    }

.c-from_address-col_return {
    flex-basis: 28%;
    max-width: 28%;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.remodal {
    /*    padding: 0;*/
    text-align: right
}

.c-remodal_alert {
    max-width: 590px;
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, .25)
}

.c-remodal_alert-container {
    padding: 25px
}

.c-remodal_alert-content {
    margin-bottom: 34px;
}

    .c-remodal_alert-content p {
        font-size: 18px;
        color: #737373;
        line-height: 32px;
    }

.c-remodal_alert-actions {
    display: flex;
    justify-content: flex-end
}

.c-remodal_alert-button {
    min-width: 124px;
    padding: 10px 20px;
    color: #fff;
    border: none;
    border-radius: 3px;
    line-height: 1.15;
    cursor: pointer;
}

.c-remodal_alert-button_confirm {
    background-color: #63d0df;
    margin-left: 20px
}

.c-remodal_alert-button_cancel {
    background-color: #979ba7
}


.remodal-close {
    height: 44px;
    width: 44px;
    border-radius: 50px;
    border: 1px solid;
    top: 13px;
    left: 16px;
    font-size: 23px;
    padding: 5px 0 0 0;
    line-height: 1;
    color: #989898;
    transition: color .3s ease-in-out;
}

.c-remodal_address .remodal-close {
    top: 30px;
    left: 30px;
    background-color: #f5f5f5;
    border-radius: 50%;
    height: 38px;
    width: 38px;
    font-size: 14px
}

.c-remodal_compare .remodal-close {
    left: 10px;
    font-size: 14px
}

.remodal-close:hover {
    color: #53b7f3;
}

.remodal-close::before {
    font-family: digikala;
    content: "\e043";
    line-height: 1
}


.c-checkbox {
    width: 19px;
    height: 18px;
    position: relative;
    display: inline-block
}

    .c-checkbox input {
        visibility: hidden;
        position: absolute
    }

.c-checkbox_check {
    border: 1px solid #d8d88d;
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 4px;
    cursor: pointer
}

    .c-checkbox_check::before {
        font-family: digikala;
        content: "\e038";
        position: absolute;
        top: 2px;
        line-height: 1;
        color: #fff;
        left: 2px;
        font-size: 11px;
    }

.c-checkbox input:checked + .c-checkbox_check {
    background-color: #00bfd6;
    border-color: #1fa4b3
}

.right-placeholder::placeholder {
    direction: rtl;
    text-align: right
}


.c-switcher {
    position: absolute;
    height: 20px;
    width: 40px;
    cursor: pointer;
}

    .c-switcher input[type="checkbox"] {
        visibility: hidden;
        position: absolute
    }

.c-switcher_slider {
    width: 15px;
    height: 15px;
    top: 2px;
    left: 2px;
    display: inline-block;
    border: 1px solid #959595;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    cursor: pointer;
    transition: all .4s ease-in-out
}

.c-switcher_bg {
    width: 100%;
    height: 100%;
    border-radius: 29px;
    transition: all .4s ease-in-out;
    border: 1px solid #8c8c8c;
    display: block;
    background-color: rgb(229,229,229);
}

input[type="checkbox"]:checked + .c-switcher_slider + .c-switcher_bg {
    background-color: #00bfd6;
    border-color: #148693
}

input[type="checkbox"]:checked + .c-switcher_slider {
    left: 21px;
    border-color: #148693
}

.btn-primary.btn-primary_grey {
    background-color: #7a7a7a;
    border-color: #7a7a7a
}

.c-checkout_pages .container {
    max-width: 1366px;
}

.page-row {
    display: flex
}

.c-cart_page-content {
    max-width: 71.5%;
    flex-basis: 71.5%;
    padding-left: 10px
}

.page-headline {
    background-color: #ffffff;
    width: 100%;
    margin: 18px 0 0px;
    padding: 18px 30px;
}

    .page-headline > span {
        font-size: 18px;
        line-height: 31px;
        font-weight: 700;
        color: var(--color-primary-500);
    }

.c-checkout {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, .1);
    border: 1px solid #e7e7e7;
    margin: 0 0 10px;
}

.c-checkout_item {
    border-top: 1px solid #eaeaea
}

    .c-checkout_item:first-child {
      
        box-shadow: 0px 0px 4px 1px rgb(185 255 255);
        border-top: none
    }

.c-checkout_row {
    display: flex;
    padding-top: 18px;
    padding-bottom: 16px;
    padding-left: 10px;
    box-shadow: 0px 0px 4px 1px rgb(185 255 255);
}

.c-checkout_col {
    line-height: 22px;
    width: 100%;
    position: relative
}

.c-checkout_col-thumb {
    flex-basis: 19%;
    max-width: 19%;
    padding-right: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

    .c-checkout_col-thumb img {
        max-width: 107%
    }

.c-checkout_btn-remove:hover {
    background-color: #ce0000;
    transition: all 0.2s ease-in-out 0.1s;
}

.c-checkout_btn-remove {
    position: relative;
    left: 8px;
    border: none;
    background-color: #0009a9;
    border-radius: 50px;
    height: 31px;
    width: 38px;
    top: 8%;
    transform: translateY(-50%);
    color: #fff;
    cursor: pointer;
    text-align: center;
}

    .c-checkout_btn-remove::before {
        font-family: digikala;
        content: "\e043";
        font-size: 12px;
        vertical-align: top;
      
        display: block;
    }

.c-checkout_col-desc {
    right: 35px;
    flex-basis: 40%;
    max-width: 40%;
}

.c-checkout_title {
    width: 103%;
    line-height: 1.88;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 400
}

.c-checkout_seller {
    font-size: 13px;
    margin-top: 20px;
}

.c-checkout_guarantee {
    font-size: 13px;
    margin: 7px 0;
    color: #610303
}

.c-checkout_color {
    line-height: 1.692;
    font-size: 13px;
    margin-top: 18px;
}

.c-checkout_color-value {
    margin-right: 8px;
    padding-left: 25px;
    position: relative;
}

.c-checkout_color-shape {
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #bdbdbd;
    border-radius: 5px
}

.c-checkout_col-information {
    flex-basis: 46%;
    max-width: 46%;
    display: flex
}

.c-checkout_row-inner {
    width: 100%;
    display: flex
}

.c-checkout_col-counter {
    flex-basis: 52%;
    max-width: 52%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

.c-checkout_price {
    padding-top: 17px;
    color: #c60000;
    text-align: center;
    font-size: 17px;
}

.c-checkout_col-price {
    left: 15px;
    flex-basis: 60%;
    max-width: 60%;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.c-cart_page-aside {
    max-width: 28.5%;
    flex-basis: 28.5%;
    padding-right: 10px
}

.c-checkout_aside {
    margin-top: 88px;
    margin-bottom: 83px;
    position: sticky;
}

.c-checkout_summary {
    line-height: 22px;
    background-color: #fff;
    box-shadow: 0px 0px 4px 3px rgb(2 3 207 / 11%);
    border: 1px solid #e7e7e7
}

.c-checkout_summary-ul {
    padding: 15px 10px
}

    .c-checkout_summary-ul > li {
        display: flex;
        padding-bottom: 5px;
        margin: 10px 0px 5px 6px
    }

        .c-checkout_summary-ul > li:last-child {
            padding-bottom: 0;
            color: #fb3449;
        }

        .c-checkout_summary-ul > li span:last-child {
            margin-right: auto
        }

.c-tooltip {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.c-checkout_summary-ul .c-tooltip:last-of-type {
    margin-right: 5px
}

.c-tooltip_icon {
    position: relative;
    margin-right: 5px;
    display: block;
    width: 22px;
    height: 100%;
    top: -3px
}

    .c-tooltip_icon::before {
        font-family: digikala;
        content: "\e13d";
        position: absolute;
        font-size: 21px;
        line-height: 1.048;
        top: 50%;
        transform: translateY(-50%);
        color: #ababab;
        font-weight: 400
    }

.c-tooltip_icon1 {
    position: relative;
    margin-right: 6px;
    display: block;
    width: 22px;
    height: 100%;
    top: 25px
}

    .c-tooltip_icon1::before {
        font-family: digikala;
        content: "\e13d";
        position: absolute;
        font-size: 21px;
        line-height: 1.048;
        top: 50%;
        transform: translateY(-50%);
        color: #ababab;
        font-weight: 400
    }

.c-tooltip_container {
    position: absolute;
    top: calc(100% + 17px);
    min-width: 273px;
    max-width: 394px;
    right: -10px;
    z-index: 110;
    background-color: #fff;
    box-shadow: 0 -6px 12px 0 rgba(181, 181, 181, .3);
    border: 1px solid #b8b8b8;
    padding: 11px 11px 21px;
    display: none
}


.c-tooltip:hover .c-tooltip_container {
    display: block
}

.c-tooltip_container.is-right {
    left: -10px;
    right: unset;
}

.c-tooltip_arrow {
    position: absolute;
    background-color: #fff;
    width: 13.7px;
    height: 13.7px;
    transform: rotate(-135deg);
    right: 16px;
    top: -8px;
    box-shadow: inset -1px -1px 0 0 #b8b8b8
}

.c-tooltip_container.is-right .c-tooltip_arrow {
    left: 14px;
    right: unset;
}

.c-tooltip_container1 {
    position: absolute;
    top: calc(100% + 40px);
    min-width: 273px;
    max-width: 394px;
    right: -8px;
    z-index: 110;
    background-color: #fff;
    box-shadow: 0 -6px 12px 0 rgba(181, 181, 181, .3);
    border: 1px solid #b8b8b8;
    padding: 11px 11px 21px;
    display: none
}

.c-tooltip:hover .c-tooltip_container1 {
    display: block
}

.c-tooltip_container1.is-right {
    left: -10px;
    right: unset;
}

    .c-tooltip_container1.is-right .c-tooltip_arrow {
        left: 14px;
        right: unset;
    }

.c-tooltip_text {
    font-size: 13px;
    letter-spacing: -.3px;
    color: #777
}

.c-checkout_summary-devider {
    padding: 0 10px;
}

    .c-checkout_summary-devider div {
        border: 1px solid #cfc2c2;
        width: 100%;
        height: 4px;
        border-right: none;
        border-left: none
    }

.c-checkout_summary-content {
    padding: 15px;
    color: #a0a0a0;
    font-size: 11px
}

.c-checkout_summary-price_title {
    font-size: 18px;
    text-align: center;
    color: #676767;
    line-height: normal
}

.c-checkout_summary-price_value {
    font-size: 15px;
    color: #fb3449;
    text-align: center;
    padding: 9px;
}

.c-checkout_summary-price_value-amount {
    font-size: 20px;
    line-height: 2;
    font-weight: 700
}

.c-checkout_pages .btn-submit {
    font-size: 15px;
    padding: 15px 80px 15px 15px;
    font-weight: 700;
    letter-spacing: -.6px;
    margin-top: 2px;
    line-height: unset
}

    .c-checkout_pages .btn-submit::before {
        content: "\e039";
        font-size: 21px;
        right: 21px;
        top: 18px;
        font-weight: 400
    }

    .c-checkout_pages .btn-submit::after {
        width: 85px;
        height: 85px;
        right: -20px;
        top: -17px
    }

    .c-checkout_pages .btn-submit:hover::after {
        width: 900px;
        height: 900px;
        right: -450px;
        top: -450px
    }

.c-checkout_summary-content div:last-child {
    padding-right: 5px;
    line-height: 2;
    margin-top: 9px
}

.c-checkout_summary-content .c-tooltip {
    top: 5px
}

.c-checkout_summary-content p {
    padding-right: 5px;
    line-height: 2.4;
    margin-top: 6px
}

.c-checkout_aside-feature {
    background-color: #fff;
    margin-top: 10px;
    box-shadow: 0 8px 13px -7px rgba(0, 0, 0, .05);
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 15px;
    letter-spacing: -.2px;
    color: #aaa
}

.c-checkout_aside-feature_item {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 0 34px 0 20px;
    line-height: 1.692
}

.c-checkout_aside-feature_item-guarantee {
    background: url(../svg/checkout/guarantee.svg) no-repeat 100% 50%;
    background-size: 22px auto
}

.c-checkout_aside-feature_item-cash {
    background: url(../svg/checkout/cash.svg) no-repeat 100% 50%;
    background-size: 22px auto
}

.c-checkout_aside-feature_item-express {
    background: url(../svg/checkout/express.svg) no-repeat 100% 50%;
    background-size: 22px auto;
    margin-bottom: 0
}

.c-checkout_pages-highlight_logo .c-header {
    height: 110px;
    box-shadow: 0 2px 12px 0 rgba(112, 112, 112, .1)
}

.c-checkout_pages-highlight_logo .c-hedaer_logo-img {
    width: 180px;
    height: 170%;
    position: absolute;
    left: 50%;
    top: 18px;
    transform: translate(-50%);
    background-size: cover;
}

.c-checkout_stpes {
    display: flex;
    position: absolute;
    top: 100px;
    z-index: 11111;
    left: 50%;
    transform: translateX(-50%);
    justify-content: space-between;
    width: 783px;
    line-height: 1.692;
    color: #a0a0a0;
    font-size: 13px;
}

    .c-checkout_stpes li {
        position: relative;
    }

        .c-checkout_stpes li::before {
            position: absolute;
            content: "";
            width: 372px;
            height: 3px;
            background-color: #d0d0d0;
            left: 10px;
            top: 50%;
            transform: translateY(-50%)
        }

        .c-checkout_stpes li:first-of-type::before {
            content: unset
        }

        .c-checkout_stpes li.is-completed::before {
            background-color: #00bfd6;
        }

.c-checkout_stpes-item {
    width: 20px;
    height: 20px;
    background-color: #d0d0d0;
    border-radius: 100%;
    position: relative;
    z-index: 1;
}

    .c-checkout_stpes-item::before {
        position: absolute;
        content: attr(data-title);
        top: -25px;
        white-space: nowrap;
        left: 50%;
        transform: translateX(-50%)
    }

.c-checkout_stpes li.is-completed .c-checkout_stpes-item {
    background-color: #00bfd6;
    color: #00bfd6;
}

.c-checkout_pages-highlight_logo .c-checkout_aside {
    margin-top: 61px;
    margin-bottom: 100px
}

.page-headline_checkout {
    color: #858585;
    margin-top: 11px;
    margin-bottom: 10px;
}

    .page-headline_checkout span {
        font-weight: 400
    }

.c-checkout_contact {
    top: 11px;
    margin-right: 15px;
    background-color: #fff;
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, .1);
    border: 1px solid #e7e7e7;
    padding-bottom: 38px;
    position: relative;
}

.c-checkout_contact1 {
    right: 4px;
    background-color: #fff;
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, .1);
    border: 1px solid #e7e7e7;
    position: relative;
}

.c-profile_personal-info {
    margin: 35px:
}

.c-checkout_contact-content {
    padding: 20px 35px 22px 15px;
    color: #6d6d6d
}

.c-checkout_contact-content1 {
    padding: 20px 43px 22px 20px;
    color: #6d6d6d;
    text-align: center;
}

    .c-checkout_contact-content1::before {
        position: absolute;
        content: "";
        background-color: #da77f3;
        top: 0;
        bottom: 0;
        width: 5px;
        right: -1px;
    }

.c-checkout_contact-content::before {
    position: absolute;
    content: "";
    background-color: #8dd4dc;
    top: 0;
    bottom: 0;
    width: 5px;
    right: -1px;
}

.c-profile_content-row1 {
    margin: 35px;
}

.c-checkout_contact-item {
    font-size: 12px;
    line-height: 34px;
}

.c-checkout_contact-item_username {
    font-size: 15px;
    line-height: 1.467;
    font-weight: 700;
    margin-bottom: 20px
}

.c-checkout_contact-content-btn_edit {
    border: none;
    background: none;
    font-size: 14px;
    margin-right: 44px;
    color: #00bfd6;
    border-bottom: 1px dashed #00bfd6;
    font-weight: 700;
    line-height: 21px;
    cursor: pointer;
}

.c-checkout_contact-item_location {
    padding-bottom: 3.5px
}

.c-checkout_contact-item_mobile {
    display: inline-block;
    font-size: 14px;
    line-height: 1.571;
    padding-left: 10px;
    border-left: 1px solid #e4e4e4;
    font-weight: 800;
}

.c-checkout_contact-item_post-code {
    display: inline-block;
    font-size: 14px;
    line-height: 1.571;
    margin-right: 10px;
    font-weight: 800;
}

.c-checkout_contact-badge {
    background-color: #f3feff;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    border: 1px solid #8dd4dd;
    top: 50%;
    position: absolute;
    right: -20px;
    transform: translateY(-50%)
}

    .c-checkout_contact-badge::before {
        font-family: digikala;
        content: "\e036";
        position: absolute;
        top: 12px;
        left: 7px;
        font-size: 18px;
        color: #00bfd6;
        line-height: 1;
    }

.c-checkout_contact-location_edit-btn {
    position: absolute;
    left: 8%;
    border: none;
    background-color: #ebdcdc;
    padding: 3px 10px 4px;
    color: #6d6d6d;
    border-radius: 5px;
    line-height: 25px;
    bottom: 75%;
    transform: translateX(-50%);
    cursor: pointer;
}

    .c-checkout_contact-location_edit-btn:hover {
        background-color: #efebeb;
        color: black;
        transition: all 0.3s ease-in-out 0.1s;
    }

.c-checkout_product-content {
    background: #fff;
    border: 1px solid #e7e7e7;
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, .1)
}

    .c-checkout_product-content .c-swiper {
        margin: 0;
        padding: 10px 15px 0;
        box-shadow: unset;
        border-bottom: 1px solid #e7e7e7
    }

    .c-checkout_product-content .c-swiper_url {
        padding: 10px
    }

    .c-checkout_product-content .c-swiper_img {
        height: 90px;
        padding: 0 10px 5px;
        justify-content: center
    }

        .c-checkout_product-content .c-swiper_img img {
            max-height: 100%;
            max-width: 50%;
        }

    .c-checkout_product-content .c-swiper_title {
        margin-top: 0;
        font-size: 11px;
        letter-spacing: -.3px;
        line-height: 22px;
    }

.c-checkout_time {
    padding: 18px
}

.c-checkout_time-title {
    color: #393549;
    line-height: 2;
    letter-spacing: -.3px
}

.c-checkout_time-subtitle {
    font-size: 11px;
    display: flex;
    color: #a2a2a2;
    letter-spacing: -.2px;
    line-height: 2;
}

    .c-checkout_time-subtitle > li:not(:last-child) {
        border-left: 1px solid #e0e0e0;
        margin-left: 10px;
        padding-left: 10px
    }





.c-checkout_invoice {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, .1);
    border: 1px solid #e7e7e7;
    padding: 25px 48px;
    margin-bottom: 29px
}

.c-checkout_invoice-headline {
    display: flex
}

.c-checkbox_primary {
    width: 22px;
    height: 21px
}

    .c-checkbox_primary .c-checkbox_check {
        border-color: #b7b7b7;
        border-radius: 5px
    }

    .c-checkbox_primary input[type="checkbox"]:checked + .c-checkbox_check::before {
        left: 3px;
        top: 3px;
        font-size: 12px
    }

.c-checkout_invoice-headline > span {
    margin-right: 10px;
    font-size: 15px;
    line-height: 1.467;
    color: #5e5e5e
}

.c-message {
    padding: 15px 20px;
    line-height: 22px;
    border-radius: 5px
}

.c-message_info {
    font-size: 16px;
    background-color: #d9f7e2;
    border: 1px solid #f6e8a1;
    color: #a37731;
    text-align: center;
    margin-bottom: 11px;
}

.c-checkout_actions {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 5px 0;
    margin-top: 15px;
}

    .c-checkout_actions button {
        border: none;
        background: none;
        padding: 0
    }

.c-remodal_checkout .c-profile_headeline-address {
    background-color: #f6f6f6;
    padding: 7px 15px 8px;
    font-size: 18px;
    line-height: 1.39;
    margin: 0
}

    .c-remodal_checkout .c-profile_headeline-address::before {
        content: unset
    }

.c-remodal_checkout .c-from_address-row {
    margin-top: 20px
}

.c-remodal_checkout .c-from_address-col .c-from_address-row:first-child {
    margin-top: 0
}

.c-remodal_checkout .c-input, .c-remodal_checkou .selectric {
    border-color: #9b9b9b
}

.c-remodal_checkout .btn-submit {
    font-size: 18px;
    font-weight: 400;
    padding: 20px 100px 20px 20px;
    line-height: 1.222;
    letter-spacing: -.7px
}

    .c-remodal_checkout .btn-submit::before {
        content: "\e028";
        font-size: 27px;
        top: 16px;
        right: 23px;
    }

    .c-remodal_checkout .btn-submit::after {
        width: 95px;
        height: 95px;
        right: -15px;
        top: -20px;
    }

.page-header {
    margin-top: 17px;
    margin-bottom: 20px;
}

.page-header_row {
    display: flex;
    margin-right: -10px;
}

.page-header_content {
    width: 72%;
    padding-right: 10px;
}

.c-checkout_paymethod {
    box-shadow: 0px 0px 4px 1px rgb(185 255 255);
    background-color: #fff;
    border: 1px solid #e7e7e7
}

.c-checkout_paymethod-item {
    padding: 30px 158px 25px 94px;
    position: relative;
    display: flex
}

    .c-checkout_paymethod-item.is-selected {
        background-color: #f6f9ff;
    }

    .c-checkout_paymethod-item.is-selected1 {
        background-color: #f6f9ff;
        border-top: 1px solid #e7e7e7;
    }

.c-checkout_paymethod-item_cash::before {
    font-family: digikala;
    content: "\e0c7";
    position: absolute;
    right: 86px;
    font-size: 26px;
    top: 43px;
    line-height: 1;
    color: #c6c6c6
}

.c-checkout_paymethod-item_PraiceHome::before {
    font-family: digikala;
    content: "\e0c7";
    position: absolute;
    right: 86px;
    font-size: 25px;
    top: 38px;
    line-height: 1;
    color: #c6c6c6
}

.c-checkout_paymethod-item_cash.is-selected::before {
    color: #00bfd6
}

.c-checkout_paymethod-item_PraiceHome1::before {
    font-family: digikala;
    content: "\e031";
    position: absolute;
    right: 86px;
    font-size: 37px;
    top: 35px;
    line-height: 1;
    color: rgb(0 159 209)
}

.c-checkout_paymethod-item_PraiceHome.is-selected1::before {
    color: #00bfd6
}

.c-radio {
    width: 14px;
    height: 14px;
    position: relative;
    display: inline-block
}

    .c-radio input[type="radio"] {
        visibility: hidden;
        position: absolute
    }

.c-radio_check {
    width: 100%;
    height: 100%;
    background: #ffffff;
    border: 3px solid #6a62b5;
    position: absolute;
    border-radius: 50%;
}

.c-radio input[type="radio"]:checked + .c-radio_check::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #00bfd6;
    border-radius: inherit;
    left: 2px;
    top: 2px;
}

.c-checkout_paymethod-item .c-radio {
    position: absolute;
    right: 40px;
    top: 41px;
}

.c-radio_primary {
    width: 25px;
    height: 25px;
}

    .c-radio_primary input[type="radio"]:checked + .c-radio_check::before {
        width: 15px;
        height: 15px;
    }

.c-checkout_paymethod-title {
    font-size: 16px;
    line-height: 1.375;
    font-weight: 700;
    letter-spacing: -.7px;
}

.c-checkout_paymethod-title1 {
    font-size: 1.4rem;
    line-height: 1.375;
    font-weight: 700;
    letter-spacing: -.7px;
    text-align: center;
    margin: 30px 0 70px 0;
}

.c-checkout_paymethod-title span {
    display: block;
    font-size: 14px;
    color: #a0a0a0;
    margin-top: 5px;
    letter-spacing: -.5px;
    line-height: 1.571
}

.c-checkout_paymethod-options {
    border-top: 1px solid #e2f2f4;
    padding: 18px 20px 24px;
    line-height: 1.571
}

.c-checkout_paymethod-providers {
    display: flex;
    margin: -16px 4px 0 0;
    position: relative;
}

.c-checkout_paymethod-providers_arrow {
    width: 14px;
    height: 14px;
    position: absolute;
    border-left: 1px solid #cbf1f5;
    border-top: 1px solid #cbf1f5;
    transform: rotate(45deg);
    top: -10px;
    right: 100px;
    background-color: #fbffff
}

.c-checkout_paymethod-providers label {
    height: 64px;
    border: 1px solid #cbf1f5;
    padding: 7px 16px;
    margin-right: 16px;
    margin-top: 16px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .c-checkout_paymethod-providers label.is-selected {
        background-color: #cbfdff;
    }

    .c-checkout_paymethod-providers label img {
        max-width: 80px;
        max-height: 75px
    }

.c-checkout_paymethod-providers_title {
    display: block;
    margin-right: 10px;
}

.c-checkout_paymethod-providers .c-radio {
    display: none
}

.c-checkout_order-summary {
    margin-bottom: 29px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, .1);
}

.c-checkout_order-summary1 {
    margin: 0px 11% 7px 11%;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, .1);
}

.c-checkout_order-summary-item {
    border: 1px solid #e7e7e7;
    border-radius: 6px
}

.c-checkout_order-summary_header {
    background-color: #fcfcfc;
    padding: 9px 25px 9px 50px;
    cursor: pointer;
    position: relative;
    border-radius: 6px;
}

    .c-checkout_order-summary_header.is-active {
        border-bottom: 1px solid #e7e7e7;
        border-radius: 6px 6px 0 0;
    }

    .c-checkout_order-summary_header::before {
        font-family: digikala;
        position: absolute;
        content: "\e014";
        left: 15px;
        font-size: 20px;
        top: 35%;
        transform: translateY(-50%);
        color: #c6c6c6
    }


    .c-checkout_order-summary_header.is-active::before {
        transform: rotate(180deg) translateY(50%)
    }

.c-checkout_order-summary_row {
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
}

.c-checkout_order-summary_col {
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
    flex-basis: 20%;
    font-weight: 500;
    letter-spacing: -.4px;
    color: #858585;
    flex-grow: 1;
    line-height: 23px
}

    .c-checkout_order-summary_col > span {
        padding-bottom: 7px;
        display: block;
        color: #919191;
        line-height: 21px;
        border-bottom: 1px solid #e3e3e3;
    }

.c-checkout_order-summary_col1 > span {
    display: block;
    color: #0c0c0c;
    line-height: 21px;
    font-weight: 700;
}

.c-checkout_order-summary_col-post-time {
    letter-spacing: -.7px
}

.c-checkout_order-summary_content {
    /* padding: 30px 0;*/
    display: none
}

.is-active + .c-checkout_order-summary_content {
    display: block
}

.c-checkout_order-summary_content .c-swiper {
    box-shadow: unset;
    padding: 0 10px;
    margin-top: 0
}

.c-checkout_order-summary_content .c-swiper_slide {
    padding: 0 10px;
    text-align: center;
    width: 100%;
}

.c-checkout_order-summary_content .c-swiper_slide1 {
    padding: 0 10px;
    text-align: justify
}

.c-checkout_order-summary_content .c-swiper_img {
    height: 145px;
    margin-top: 10px;
    margin-bottom: 15px;
    display: block
}

.c-checkout_order-summary_content .c-swiper_title {
    font-size: 13px;
    font-weight: 700;
    color: #858585;
    letter-spacing: -.4px;
    padding: 5px 10px;
}

.c-checkout_order-summary_option {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 700;
    color: #b9b9b9;
    letter-spacing: -.4px;
    line-height: 1.833
}

.c-checkout_order-summary_option1 {
    margin: 11px 0px;
    font-size: 14px;
    text-align: justify;
    color: #000000;
    line-height: 1.833
}

.c-checkout_order-summary_option span {
    display: block
}


.c-cart_page_row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.c-checkout_price-options {
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.c-checkout_price-options_container {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 rgba(181, 181, 181, .1);
    border: 1px solid #e6e6e6;
    padding: 15px 15px 30px;
}

.c-checkout_price-options_header {
    padding-right: 5px;
    margin-bottom: 9px;
}

    .c-checkout_price-options_header > span:first-of-type {
        font-size: 18px;
        line-height: 31px;
        color: #777676
    }

.c-checkout_price-options_desc {
    line-height: 2.36;
    margin-bottom: 14px;
    font-size: 13px;
}

.c-checkout_price-options_row {
    display: flex;
    justify-content: space-between
}

.c-checkout_price-options_fields {
    width: calc(100% - 171px);
    position: relative;
}

.c-checkout_price-options_gift-input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc(100% - 40px);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-color: #acacac;
}

.c-checkout_price-options_button {
    width: 161px;
}

    .c-checkout_price-options_button .btn-primary {
        width: unset;
        padding: 11px 31px;
        letter-spacing: 0;
        white-space: nowrap;
        font-weight: 400;
        border: 1px solid #148693
    }

.c-payment_page .c-checkout_aside {
    margin-bottom: 72px;
    margin-top: 0
}

.c-checkout_paymethod-item .c-tooltip {
    height: 0;
    margin-top: 15.5px;
}


.c-stars {
    left: -11px;
    display: flex;
    position: relative;
    font-size: 18px;
}

.c-profile_wishlist .c-stars {
    bottom: 60px
}

.c-stars_item::before {
    width: 15px;
    height: 14px;
    display: inline-block;
    background: url(../svg/star.svg) no-repeat 50% 50%;
    content: "";
    background-size: 100%
}

.c-stars_selected {
    position: absolute;
    display: flex;
    overflow: hidden;
}

    .c-stars_selected .c-stars_item::before {
        background-image: url(../svg/star_fill.svg);
    }

.btn-gray {
    background-color: #7a7a7a;
    border: unset
}

.mobile-container {
    display: none
}

.mobile-main_menu {
    display: none
}

.mobil-main_slider {
    display: none
}

.mobile-discount_title {
    display: none
}

.mobile-discount_price-primary {
    display: none
}

.mobile-discount_image-title {
    display: none
}

.mobile-discount_show-more {
    display: none
}

.c-profile_message.in-mobile {
    display: none
}

.c-checkout_swiper-product_amount {
    display: none
}

.c-remodal_gallery .c-slider_dots {
    display: none
}

.in-mobile {
    display: none
}

.c-product_headline.in-mobile {
    display: none
}


.c-slide.fadein {
    opacity: 1;
}

.c-slider_dots {
    left: 50%;
    z-index: 3;
    height: 15px;
    position: absolute;
    display: inline-flex;
    bottom: 34px;
    transform: translateX(-50%);
    align-items: center
}

.swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    background-color: #fff;
    margin: 0 6px;
    border-radius: 100%;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .3);
    opacity: .8;
    cursor: pointer;
}

    .swiper-pagination-bullet:hover {
        width: 11px;
        height: 11px;
        margin: 0 5.5px;
    }


.swiper-pagination-bullet-active {
    background-color: #00bfd6;
    opacity: 1;
}



.c-remodal_share {
    max-width: 719px;
}

.c-remodal_share-main {
    display: flex
}

.c-remodal_share-aside {
    flex-basis: 43%;
    max-width: 43%;
    padding: 15px 8px
}

.c-remodal_share-title {
    font-size: 17px;
    letter-spacing: -.4px;
    color: #565656
}

.c-remodal_share-icon {
    height: 389px;
    position: relative;
}

    .c-remodal_share-icon::before {
        font-family: digikala;
        content: "\E101";
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 196px;
        transform: translate(-50%,-50%);
        color: #e0e0e0
    }

.c-remodal_share-content {
    flex: 57%;
    max-width: 57%;
    padding: 46px 21px 0;
    background-color: #fcfcfc;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.c-form_share {
    text-align: center;
}

.c-form_share-title {
    letter-spacing: -.3px;
    line-height: 1.571;
    color: #565656;
    margin-bottom: 18px
}

.c-form_share-row {
    display: flex;
    margin: 0 -10px 30px
}

.c-form_share-col {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px
}

.c-form_share-row_btn-share {
    margin-bottom: 23px;
}

.c-btn_share-group {
    margin-right: -12px
}

    .c-btn_share-group li {
        margin-right: 12px;
        display: inline-flex
    }

.btn-share {
    width: 40px;
    height: 38px;
    background: #ccc;
    display: inline-block;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    color: #fff
}

    .btn-share::before {
        position: absolute;
        font-family: digikala;
        line-height: 1
    }

    .btn-share::after {
        width: 200%;
        height: 200%;
        position: absolute;
        right: -50%;
        top: -50%;
        background: #fff3;
        content: "";
        opacity: 0;
        transition: all .3s ease-in-out;
    }

    .btn-share:hover::after {
        opacity: 1;
    }

.btn-share_twitter {
    background-color: #4dcceb
}

    .btn-share_twitter::before {
        content: "\e04c";
        font-size: 20px;
        left: -1px;
        top: 1px
    }

.btn-share_fb {
    background-color: #4d8deb
}

    .btn-share_fb::before {
        content: "\e06c";
        font-size: 24px;
        left: 11px;
        top: 9px
    }

.btn-share_gplus {
    background: #eb4d4d
}

    .btn-share_gplus::before {
        content: "\e097";
        font-size: 22px;
        left: 9px;
        top: 10px;
    }

.btn-share_TL {
    background-color: #4d8deb
}

    .btn-share_TL::before {
        content: "\e11d";
        font-size: 24px;
        left: 6px;
        top: 10px
    }

.c-input_send-top-email {
    position: relative;
    display: block
}

    .c-input_send-top-email::before {
        position: absolute;
        font-family: digikala;
        line-height: 1;
        content: "\e0db";
        font-size: 22px;
        left: 11px;
        top: 15px;
        color: #877979
    }

    .c-input_send-top-email .c-input {
        padding-right: 20px;
    }

.c-form_share-row_submit {
    margin-top: -15px
}

.c-form_share .btn-primary {
    width: unset;
    padding: 11px 31px;
    margin-left: 10px;
    font-weight: normal;
    letter-spacing: normal;
    min-width: 129px;
    border-color: #148693
}

.c-remodal_share-url_title {
    margin-bottom: 12px;
    color: #454545;
    line-height: 1.571;
    letter-spacing: -.3px
}

.c-remodal_share-url_row {
    display: flex;
    margin-right: -21px;
    margin-left: -21px;
}

.c-remodal_share-url_col {
    width: 100%
}

.c-url {
    position: relative;
    ;
    display: inline-block;
    width: 100%
}

    .c-url::before {
        position: absolute;
        font-family: digikala;
        line-height: 1;
        content: "\e024";
        font-size: 23px;
        left: 10px;
        top: 15px;
        color: #bababa
    }

.c-url_input {
    background: none;
    border: none;
    padding: 17px 7px 16px 38px;
    width: 100%;
    direction: ltr;
    color: #a9a9a9;
    font-size: 16px;
    letter-spacing: -.4px;
    border-top: 1px solid #efefef;
    line-height: 1.294
}

.c-brand_profile {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    margin: 0 0 33px;
}

.c-brand_profile-header {
    height: 214px;
    width: 100%;
    background: url(../svg/brand_background.svg) repeat 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 110%;
}

.c-brand_profile-avatar {
    background-color: #fff;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #ebebeb;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .08)
}

.c-brand_profile-avatar_img {
    width: 145px;
    height: 145px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.c-brand_profile-details {
    height: 72px;
    position: relative;
    padding: 0 48px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column
}

.c-brand_profile-name {
    font-size: 17px;
    line-height: 29px;
    letter-spacing: -.4px;
    color: #555;
    font-weight: 700
}

.c-brand_profile-share_btn {
    position: absolute;
    top: 3px;
    right: 15px;
    width: 34px;
    height: 34px;
    cursor: pointer;
}

    .c-brand_profile-share_btn::before {
        color: #001dff;
        font-family: digikala;
        content: "\E101";
        font-size: 20px;
        border: 1px solid #00a5f3;
        padding: 6px 9px;
        line-height: 1.1;
        position: absolute;
        border-radius: 8px;
    }

.c-brand_profile-url {
    font-size: 12px;
    text-align: left;
    direction: ltr;
    color: #ababab;
    width: 100%;
    max-width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}


.c-404_page {
    background: url(../img/404_background.png);
    background-size: auto 100%
}

.c-404 {
    padding: 68px 0;
    text-align: center;
    line-height: 22px
}

.c-404_title h1 {
    font-size: 36px;
    line-height: 1.222
}

.c-404_action {
    display: inline-flex
}

    .c-404_action .btn-primary {
        background-color: #6ab946;
        border: 1px solid #4aa42e;
        min-width: 161px;
        padding: 10px 20px;
        margin: 10px 19px 46px;
        text-align: center;
    }

.c-404_img {
    width: 90%;
    max-width: 677px;
    margin: auto
}

    .c-404_img img {
        width: 100%;
    }




.c-account_box-headline {
    padding: 17px 40px;
    font-size: 18px;
    font-weight: 700;
    color: #656565;
    border-bottom: 1px solid #ececec;
    line-height: 1.222
}

.c-account_box-content {
    padding: 0 30px;
}

.c-form_account {
    margin-top: 9px;
    margin-bottom: 9px
}

.c-form_account-title {
    position: relative;
  /*  top: 11px;*/
    font-size: 15px;
    margin-bottom: 9px;
    letter-spacing: -.6px;
    line-height: 1.467;
    color: #656565;
}

.c-form_account-row {
    margin: 0 -10px 9px;
}

.c-form_account-col {
    padding-right: 10px;
    padding-left: 10px;
}

.c-form_account-label {
    position: relative;
    display: inline-block;
    width: 100%
}

    .c-form_account-label::before {
        font-family: digikala;
        position: absolute;
        font-size: 26px;
        right: 17px;
        top: 9px;
        color: #929292;
        line-height: 1
    }

.c-form_account-label_username::before {
    content: url(/img/Icon/mobile-phone.png);
    right: 6px;
    top: -2px;
}

.c-form_account-label_password::before {
    content: url(/img/Icon/password.png);
    right: 4px;
    top: 5px;
}

.c-form_account-input {
    font-family: inherit;
    padding: 11px 60px 11px 15px;
    width: 100%;
    border: 1px solid#c8c8c8;
    border-radius: 5px;
    font-size: 18px;
    text-align: left;
    letter-spacing: -.8px;
    line-height: 21px;
}

    .c-form_account-input::placeholder {
        font-size: 14px;
        text-align: right;
        color: #c6c6c6;
        line-height: 1.571
    }

    .c-form_account-input:focus {
        border-color: #777
    }

.c-form_account-title_passowrd {
    right: 10px;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

.c-form_account-link {
    color: #1ca2bd;
    font-size: 13px;
    position: relative;
    cursor: pointer;
    line-height: 2;
}

    .c-form_account-link::after {
        position: absolute;
        content: "";
        border-bottom: 1px dashed #1ca2bd;
        left: 0;
        right: 0;
        top: 50%;
        margin-top: 11px;
    }

.c-form_account-btn {
    padding: 13px 100px 13px 13px;
    width: 100%;
    font-family: inherit;
    background-color: #00bfd6;
    color: #fff;
    border: 1px solid #41a7b4;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    letter-spacing: -.7px;
    line-height: 22px;
    position: relative;
    overflow: hidden;
}

    .c-form_account-btn::before {
        font-family: digikala;
        position: absolute;
        line-height: 1
    }

    .c-form_account-btn::after {
        position: absolute;
        content: "";
        width: 95px;
        height: 95px;
        background-color: rgba(255, 255, 255, .2);
        right: -15px;
        top: -23px;
        border-radius: 50%;
        transition: all .3s ease-in-out
    }

    .c-form_account-btn:hover::after {
        width: 900px;
        height: 900px;
        right: -450px;
        top: -450px;
    }

.c-form_account-btn_login::before {
    content: "\e059";
    font-size: 28px;
    right: 23px;
    top: 10px;
}

.c-form_account-remember {
    position: relative;
    padding-right: 30px;
    margin: -3px 0 7px;
    font-size: 12px;
    color: #5c5c5c;
    line-height: 2.5
}

.c-form_account-label_remember {
    width: 22px;
    height: 21px;
    position: absolute;
    right: 0px;
    top: 8px
}

    .c-form_account-label_remember input[type="checkbox"] {
        visibility: hidden;
    }

.c-checkbox_check {
    border: 1px solid #d8d88d;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    cursor: pointer
}

    .c-checkbox_check::before {
        font-family: digikala;
        content: "\e021";
        position: absolute;
        top: 3px;
        line-height: 1;
        color: #fff;
        left: 3px;
        font-size: 12px;
    }

.c-form_account-label_remember input[type="checkbox"]:checked + .c-checkbox_check {
    background-color: #00bfd6;
    border-color: #1fa4b3
}

.c-account_box-footer {
    background-color: rgba(0, 190,214, .04);
    border-top: 1px solid rgba(0, 190, 214, .13);
    padding: 23px 40px;
    text-align: center;
    font-size: 15px;
}

    .c-account_box-footer a {
        font-size: 15px;
    }

    .c-account_box-footer.is-highlighted {
        background-color: rgba(93, 214, 0, .06);
        border-top: 1px solid #d7e6bb
    }

.c-account_page-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}





.c-form_account-message {
    background-color: #fffde4;
    line-height: 22px;
    border: 1px solid #f6e8a1;
    padding: 7px 20px;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #a37731
}

.c-remodal_login {
    text-align: right;
    height: 600px;
    width: 450px;
}

.btn-option_wishlist.is-active {
    color: #fb3449;
}

.btn-primary.active {
    color: #fb3449;
    border-color: #fb3449;
    background: #fff
}

.c-remodal_compare-content_img img {
    max-height: 100%;
    max-width: 100%;
}


.c-discount_banner-item_searchpage {
    display: flex;
    align-items: center;
    padding: 40px 10px 40px 20px;
    border-radius: 5px;
    border: 1px solid hsla(0,0,0,0.1)
}

.c-discount_banner-item_searchpage-img {
    max-height: 170px;
    width: unset !important;
    box-shadow: unset !important;
    border-radius: unset !important;
    margin-left: 8px;
}

.c-discount_banner-item_searchpage-prop {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.c-discount_banner-item_searchpage-discount {
    color: #fff;
    background: #ef5661;
    font-size: 15px;
    padding: 0 14px;
    border-radius: 0 20px 20px 20px;
    margin-bottom: 15px;
    line-height: 40px;
}

.c-discount_banner-item_searchpage-discount_value {
    font-weight: 700
}

.c-discount_banner-item_searchpage-title {
    font-size: 18px;
    color: #393939;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 32px;
}

.c-discount_banner-item_searchpage-button {
    display: inline-flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    background: #535353;
    line-height: 36px;
    font-weight: 700;
    min-width: 75px;
    padding: 0 10px;
    border-radius: 18px;
}

    .c-discount_banner-item_searchpage-button:after {
        font-family: digikala;
        content: "\e011";
        margin-right: 10px
    }

.c-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    z-index: 10000;
}



.c-header_row {
    display: flex;
    flex-wrap: wrap;
    padding: 13px 0;
    align-items: center;
    /*height: 75px;*/
    width: 100%;
    background-color: #fff;
}

.c-header_right {
    display: flex;
    align-items: center;
    flex-grow: 1
}

.c-header_logo {
    margin-right: 5px;
    margin-left: 30px;
    max-width: 110px;
    max-height: 100%;
    width: 100%;
    /*padding-right: 25px;*/
}

.c-hedaer_logo-img {
    width: 140px;
    background: url(../svg/footer/12.jpg) no-repeat 50%;
    background-size: 177px;
    display: block;
    height: 44px;
    text-indent: -1000em;
}

.c-header_search {
    transition: all .3s ease-in-out;
    width: 60%;
}

.c-search {
    height: 100%;
    position: relative;
}

    .c-search:before {
        font-family: digikala;
        content: '\e089';
        position: absolute;
        right: 4px;
        top: 55%;
        transform: translateY(-50%);
        color: #ff0052;
        font-size: 24px;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 55;
    }

    .c-search input {
        width: 100%;
        height: 100%;
        font-size: 12px;
        font-family: inherit;
        padding: 14px 45px 14px 10px;
        border-radius: 5px;
        background-color: #f0f0f1;
        border: none;
        color: #474747;
        position: relative;
        font-weight: 400;
        z-index: 51;
        line-height: 1.833;
    }

        .c-search input:focus {
            border: 1px solid red
        }

        .c-search input::placeholder {
            color: #81858b
        }

        .c-search input.is-active {
            background-color: #fff;
            border-radius: 5px 5px 0 0;
        }



.c-search_result {
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #e7e7e7;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .2);
    z-index: 50;
    border-radius: 0 0 7px 7px;
    padding: 54px 12px 10px;
    display: none;
}

    .c-search_result.is-active {
        display: block;
    }

.c-search_result-footer {
    font-size: 12px;
    margin: 5px 0 0 10px;
    padding: 15px 0 15px 15px;
    font-weight: 400;
}

    .c-search_result-footer ul {
        list-style: none;
        margin: 0;
        padding-right: 0
    }

        .c-search_result-footer ul li {
            display: inline-block;
            background-color: #eceff1;
            height: 26px;
            border-radius: 13px;
            margin-top: 15px;
            margin-left: 15px
        }

            .c-search_result-footer ul li a {
                color: #4a4a4a;
                padding: 0 11px;
                line-height: 26px
            }

            .c-search_result-footer ul li:hover {
                background-color: #e0e0e0;
            }

.c-header_action {
    height: 100%;
    max-width: 370px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 370px;
}

.c-heder_action-btn {
    position: relative;
    /*height: 100%;*/
    padding: 0 12px;
}

    .c-heder_action-btn:last-child {
        padding-left: 0;
    }

.c-header_btn-user {
    /*width: 154px;*/
    font-size: 12px;
    padding: 10px 12px;
    border-radius: 5px;
    border: 1px solid #d2d3a5;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #616161;
    position: relative;
    /*padding-left: 30px;*/
    margin-left: 20px;
    box-shadow: 0px 0px 4px 1px rgb(185 255 255);
}

    .c-header_btn-user:hover {
        opacity: 3;
        background-color: #faf6f6
    }

    .c-header_btn-user:before {
        font-family: digikala;
        content: '\e0df';
        font-size: 24px;
        margin-left: 8px;
        line-height: 1;
        color: #51aadf;
    }

.c-header_btn-user-has-dropdown {
    border: none;
    padding: 8px 15px;
}

    .c-header_btn-user-has-dropdown:before {
        margin-left: 4px;
    }

    .c-header_btn-user-has-dropdown.is-active {
        background: rgba(239,57,78,.05)
    }

    .c-header_btn-user-has-dropdown:after {
        font-family: digikala;
        content: '\e05d';
        font-size: 18px;
        line-height: 1;
    }

.c-header_user-dropdown {
    position: absolute;
    background-color: #fff;
    width: 200px;
    display: none;
    border-radius: 5px;
    left: 12px;
    /*padding: 15px;*/
    top: calc(100% + 2px);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .3);
    z-index: 123;
    height: 203px;
}

    .c-header_user-dropdown.is-active {
        display: block;
    }

.c-header_btn-user_has-notification {
    height: 10px;
    width: 10px;
    position: absolute;
    background: #ef394e;
    border-radius: 50%;
    border: 2px solid #fff;
    top: 9px;
    right: 9px
}

.c-header_user-dropdown_account {
    padding-top: 17px;
    padding-bottom: 26px;
    position: relative;
    cursor: pointer;
}

    .c-header_user-dropdown_account:after {
        position: absolute;
        left: 16px;
        bottom: -1px;
        content: "";
        width: calc(100% - 32px);
        height: 1px;
        background: #f0f0f1;
    }

.c-header_user-dropdown_account-container {
    display: flex;
    padding: 0 12px;
    align-items: center;
}

.c-header_user-dropdown_account-img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #fbf400;
}

    .c-header_user-dropdown_account-img img {
        border-radius: 25px;
        color: #eaef00;
        background: #1d959b;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.c-header_user-dropdown_account-info {
    margin-right: 9px;
}

.c-header_user-dropdown_account-name {
    color: darkslategrey;
    font-size: 14px;
    line-height: 1.571;
    font-weight: 700;
    margin-bottom: 11px
}

.c-header_user-dropdown_account-info > span {
    display: flex;
    width: 110%;
    align-items: center;
    color: #19bfd3;
    font-size: 12px;
    margin-left: 2px;
}

    .c-header_user-dropdown_account-info > span > a:hover {
        background-color: #e9f2f9;
        padding: 4px 8px;
        border-radius: 5px;
    }

    .c-header_user-dropdown_account-info > span:after {
        font-family: digikala;
        content: "\e02e";
        font-size: 21px;
        line-height: 1.222;
        margin-top:8px;
    }

.c-header_user-dropdown_account-wallet {
    padding-right: 52px;
    padding-top: 12px;
    padding-left: 16px;
}

.c-header_user-dropdown_account-wallet_item {
    top: 5px;
    position: relative;
    font-size: 10px;
    color: #81858b;
    display: flex;
    align-items: center;
    justify-content: space-between
}

    .c-header_user-dropdown_account-wallet_item:not(:last-child) {
        margin-bottom: 12px;
    }

    .c-header_user-dropdown_account-wallet_item:before {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #c0c2c5;
        right: -27px;
        top: 45%;
        transform: translateY(-50%)
    }

    .c-header_user-dropdown_account-wallet_item:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 33px;
        background: #c0c2c5;
        right: -24px;
        top: -30px;
    }

.c-header_user-dropdown_account-amount {
    font-size: 12px;
    color: #424750
}

.c-header_user-dropdown_action {
    color: #424750;
    cursor: pointer;
    line-height: 40px;
    position: relative;
    padding: 6px 20px;
    display: flex;
    align-items: center;
    font-size: 11px;
    line-height: 1.833;
}

    .c-header_user-dropdown_action::before {
        font-family: "digikala";
        font-size: 18px;
        margin-left: 11px;
        line-height: 1px;
    }


    .c-header_user-dropdown_action::after {
        content: "";
        width: calc(100% - 32px);
        height: 1px;
        position: absolute;
        left: 16px;
        bottom: 0;
        background: #f0f0f1
    }


.c-header_user-digiclub::before {
    content: "\e055"
}

.c-header_user-order::before {
    content: "\e0b5"
}

.c-header_user-logout::before {
    content: "\e0af"
}

.c-header_user-dropdown_action:hover {
    background-color: #e1d9d9;
}

.divider {
    height: 24px;
    width: 0;
    border-right: 1px solid #bdbdd7;
}

.c-heder_action-btn-cart_container {
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-header_btn-cart {
    position: relative;
}


    .c-header_btn-cart::before {
        left: 5px;
        position: relative;
        content: url(/img/Icon/cart.png);
    }

    .c-header_btn-cart[data-counter="۰"]::after {
        content: unset
    }

    .c-header_btn-cart span {
        position: relative;
        right: 10px;
        top: -58px;
        display: inline-flex;
    }

        .c-header_btn-cart span::after {
            content: attr(data-counter);
            height: 27px;
            width: 27px;
            border-radius: 100%;
            text-align: center;
            font-size: 21px;
            margin-right: 5px;
            background-color: #fff;
            color: #00bfd6;
            border: 1px solid;
        }

        .c-header_btn-cart span[data-counter="۰"]::after {
            background-color: #00bfd6;
            color: #fff
        }

.c-header_basket-dropdown {
    position: absolute;
    top: calc(27% + 10px);
    background-color: #fff;
    z-index: 10;
    width: 354px;
    left: -10px;
    padding: 0 0 45px;
    line-height: 22px;
    border: 1px solid #c6c6c6;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .15);
    display: none;
}

    .c-header_basket-dropdown.is-active {
        display: block
    }

.c-header_basket-dropdown_header {
    display: flex;
    padding: 14px 11px;
    background-color: rgba(250, 250, 250, .9);
    position: relative;
}

.c-header_basket-dropdown_total {
    line-height: 20px;
    color: #fb3449;
    font-size: 15px
}

    .c-header_basket-dropdown_total span:first-of-type {
        color: #090b56;
        font-size: 13px
    }

.c-header_basket-dropdown_link {
    color: #4f3dd9;
    font-size: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding-right: 15px;
    padding-left: 15px;
    transition: background-color .3s ease-in-out
}

.c-header_basket-dropdown_link-arrow {
    height: 10px;
    width: 10px;
    background-color: #fafafa;
    position: absolute;
    top: -6.5px;
    left: 30px;
    transform: rotate(45deg);
    border-top: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
    transition: background-color .3s ease-in-out
}

.c-header_basket-dropdown_link:hover, .c-header_basket-dropdown_link:hover .c-header_basket-dropdown_link-arrow {
    background-color: #e5e5e5;
}

.c-header_basket-dropdown_list {
    padding: 0 15px;
    margin: 0
}

.c-header_basket-dropdown_item {
    padding: 10px 24px 10px 0;
    min-height: 88px;
    display: block;
    position: relative;
}

.c-header_basket-dropdown_item-content {
    display: inline-flex;
    align-items: center
}

.c-header_basket-dropdown_item-image {
    top: 17px;
    height: 60px;
    width: 60px;
    flex-basis: 60px;
    flex-shrink: 0;
    position: relative;
}

    .c-header_basket-dropdown_item-image img {
        bottom: 20px;
        position: absolute;
        max-width: 100%;
        max-height: 100%;
    }

        .c-header_basket-dropdown_item-image img[alt]::after {
            background: #fff url(../img/discount/digikala.png) no-repeat 50%;
            content: attr(alt);
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            background-size: contain;
            color: transparent
        }

.c-header_basket-dropdown_item-details {
    padding-right: 10px;
    display: flex;
    flex-direction: column
}

.c-header_basket-dropdown_item-title {
    font-size: 12px;
    line-height: 20px;
    color: #454545;
    font-weight: 700
}

.c-header_basket-dropdown_item-params {
    margin-top: 12px
}

.c-header_basket-dropdown_item-props {
    right: 15px;
    font-size: 10px;
    line-height: 17px;
    position: relative;
}

    .c-header_basket-dropdown_item-props span:not(:first-of-type) {
        border-right: 1px solid #e0e0e0;
        padding-right: 10px;
        margin: 10px;
        color: #959595
    }


.c-header_basket-dropdown_submit {
    background-color: #00bfd6;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 15px;
    line-height: 26px;
    padding-top: 9px;
    text-align: center;
    letter-spacing: -.5px;
    padding-bottom: 10px;
    border-radius: 0 0 8px 8px;
    border-top: 1px solid #c6c6c6;
    font-weight: 700
}



.c-header .container {
    z-index: 101;
    position: relative;
    background: #fff;
}

.c-header_nav {
    background-color: #fff;
    box-shadow: 0 7px 8px 0 rgba(0,0,0,.04);
    transition: transform .3s,-webkit-transform .3s;
    z-index: 100;
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
}


.c-topmenu_list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    position: relative;
}

.c-topmenu_list-categoris_items {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    line-height: 30px;
    font-size: 12px;
}


.c-topmenu_list-location {
    display: flex;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 30px;
}

    .c-topmenu_list-location li {
        display: flex;
        padding: 4px 0 11px;
        align-items: center;
        cursor: pointer
    }

        .c-topmenu_list-location li:after {
            font-family: digikala;
            content: '\e0a1';
            font-size: 18px;
            line-height: 18px;
            margin-left: 8px;
            color: #424750;
        }

.c-topmenu_list-location-send-to {
    color: #81858b;
    margin-left: 4px;
}

.c-topmenu_list-main_menu-title {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 12px;
    margin-left: 20px;
    color: #616161;
    padding: 4px 8px 11px;
    line-height: 30px;
}

    .c-topmenu_list-main_menu-title:before {
        font-family: digikala;
        content: "\e086";
        font-size: 18px;
        margin-left: 4px;
        color: #424750;
    }

    .c-topmenu_list-main_menu-title:after {
        content: "";
        background: #f0f0f1;
        left: -28px;
        height: 20px;
        width: 1px;
        position: relative;
    }

.c-topmenu_list-main_menu-container {
    position: absolute;
    width: 100%;
    max-width: 1280px;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,.15);
    border-radius: 0 0 5px 5px;
    background: #fff;
    display: none
}



    .c-topmenu_list-main_menu-container.is-active {
        display: flex
    }

.c-topmenu_list-main_menu-list {
    padding: 8px 8px 8px 0;
    background: #f7f7f7;
    width: 20%;
    flex-shrink: 0;
}

.c-topmenu_list-a {
    color: #616161;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 9px;
    cursor: pointer;
    display: flex;
    align-items: center;
    line-height: 1.833;
}

    .c-topmenu_list-a.is-active {
        background: #fff;
        border-radius: 0 5px 5px 0;
        color: #ef394e;
        padding-right: 11px;
    }

    .c-topmenu_list-a:before {
        font-family: digikala;
        line-height: 1;
        font-size: 19px;
        margin-left: 11px;
        font-weight: 400;
    }

.c-topmenu_list-a-1:before {
    content: "\e0a7";
}

.c-topmenu_list-a-2:before {
    content: "\e05e";
}

.c-topmenu_list-a-3:before {
    content: "\e068";
}

.c-topmenu_list-a-4:before {
    content: "\e0ca";
}

.c-topmenu_list-a-5:before {
    content: "\e08f";
}

.c-topmenu_list-a-6:before {
    content: "\E029";
}

.c-topmenu_list-a-7:before {
    content: "\e099";
}

.c-topmenu_list-a-8:before {
    content: "\e090"
}

.c-topmenu_list-a-9:before {
    content: "\e075";
}

.c-topmenu_list-a-10:before {
    content: "\e112";
}

.c-topmenu_list-a-11:before {
    content: "\E125";
}

.c-topmenu_list-a-12:before {
    content: "\E0A9";
}

.c-topmenu_list-a-13:before {
    content: "\e028";
}

.c-topmenu_list-a-14:before {
    content: "\e077";
}

.c-topmenu_list-main_menu-content {
    height: 100%;
    width: 100%;
    padding: 12px;
}

.c-topmenu_sublist {
    display: none;
}

    .c-topmenu_sublist.is-active {
        display: flex;
    }

.c-topmenu_sublist-menulist-header {
    padding: 8px 0 12px;
}

    .c-topmenu_sublist-menulist-header > a {
        display: flex;
        align-items: center;
        line-height: 22px;
        font-weight: 700;
        color: #00bfd6;
    }

        .c-topmenu_sublist-menulist-header > a:after {
            font-family: digikala;
            content: "\e027";
            margin-left: 4px;
            font-size: 18px;
            font-weight: 400;
            padding-right: 7px
        }

.c-topmenu_list-categoris_items > li.show-menu .c-topmenu_sublist {
    display: block;
}

.c-topmenu_sublist-menulist {
    height: 100%;
    width: 100%
}

    .c-topmenu_sublist-menulist ul {
        overflow-y: hidden;
        overflow-x: scroll;
        list-style: none;
        display: flex;
        flex-direction: column;
        max-height: 520px;
        flex-wrap: wrap;
        align-content: flex-start;
        margin: 0;
        padding: 0;
    }

.c-topmenu_sublist-li {
    height: 30px;
    max-width: 100%;
    display: inline-flex;
    width: 25%;
    align-items: center;
}

.c-topmenu_sublist-main::after {
    font-family: digikala;
    content: "\e027";
    /*color: #1ca2bd;*/
        right: 0;
        margin-top: 6px;
        font-size: 18px;
    }

.c-topmenu_sublist-main:hover {
    color: #ef394e
}


.c-topmenu_sublist-main a {
    color: #072865;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.833;
    padding-left: 10px
}

    .c-topmenu_sublist-main a:hover {
        border-bottom: 1px dashed #1ca2bd;
        font-weight: 700;
        color: #ef394e
    }

.c-topmenu_sublist-item {
    color: #37314d;
    font-size: 12px;
    padding-right: 15px;
    font-weight: 500;
}

    .c-topmenu_sublist-item a:hover {
        /*font-weight: 700;*/
        color: #ef394e
    }

.c-topmenu_list-li_main-a {
    display: block;
    padding: 4px 12px 11px;
    color: #616161
}

.c-topmenu_list-li_main-a_bold {
    font-weight: 700
}

.c-topmenu_list-categoris_items li {
    z-index: 5;
}

/* menu hover */
.c-topmenu_list-hover {
    /*box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);*/
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    transform: scaleX(0);
    z-index: 3;
    transition: all .3s ease-in-out;
}

    .c-topmenu_list-hover > div::before {
        background-color: #ef5661;
        content: "";
        height: 2px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0
    }


.c-topmenu_list-special_items .c-topmenu_list-a:hover {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);
}

.c-topmenu_list-special_items .c-topmenu_list-a::before {
    background-color: #ef5661;
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    left: 0;
    transform: scaleX(0);
    transition: all .3s ease-in-out;
}

.c-topmenu_list-special_items .c-topmenu_list-a:hover::before {
    transform: scaleX(1);
}

.c-search_result-category:after {
    content: "";
    bottom: -1px;
    position: absolute;
    width: calc(100% - 33px);
    right: 33px;
    height: 1px;
    background-color: #eceff1;
}

.c-header_search_result-content {
    position: relative;
    letter-spacing: -.4px;
    font-size: 12px;
    line-height: 1.833;
    font-weight: 700;
}

    .c-header_search_result-content li a {
        color: #474747;
        display: block;
        padding: 8px 4px;
        margin: 0 -12px;
    }

.c-header_search_result-item {
    padding-right: 40px;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    font-weight: 400
}

.c-header_search_result-icon-search:before {
    font-family: digikala;
    content: '\e089';
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    color: #a1a3a8;
    font-size: 24px;
    width: 36px;
    height: 36px;
    font-weight: 400
}

.c-header_search_result-item-category {
    top: 7px;
    color: #07a1b4;
    /* background-color: #f1eeee; */
    /* width: -webkit-fill-available;*/
    /* position: relative; */
    cursor: pointer;
    /* padding: 3px 13px 2px 0px; */
    margin-right: 20px;
}
/*   .c-header_search_result-item-category:hover {
        background-color: #f3f4f7
    }*/
.c-shippingtype_form ul {
    padding-right: 15px;
    padding-bottom: 15px;
}

#mainform ul > li {
    display: flex;
    padding: 10px;
    align-items: center;
}

    #mainform ul > li .c-filter_label {
        margin-right: 10px
    }

.c-checkout_col-remove {
    display: none;
}

.btn-add_cart:before {
    font-family: digikala;
    content: '\e049';
    opacity: .21;
    border-radius: 100%;
    right: -20px;
    top: -15px;
    background-color: #fff;
}

.Slidersweper {
    width: 100%;
}

.sliderswepercont {
    background-color: #c6c6c6;
}

.adres-post {
    font-size: 14px;
    top: 21px;
    position: relative;
}

.c-text-t {
    margin: 15px 0px;
    color: #3f4064;
    font-weight: 400
}

.c-text-top1 {
    margin: 35px 0px;
    color: black
}

.c-text-top {
    margin-bottom: 35px;
}

.c-Text-top {
    color: cornflowerblue;
    bottom: 11px;
    right: 45%;
    text-align: center;
    position: relative;
}

.s-text {
    font-size: 20px;
    color: black;
    letter-spacing: -1px;
    font-weight: 700;
}

.c-text-top2 {
    border-bottom: 2px solid red;
    margin: 15px 0px;
    width: 20%;
    padding-bottom: 17px;
}

.c-foter-text {
    /*    left: 60px;*/
    width: 1250px;
    position: relative;
}

.c-profil-order {
    margin-bottom: 21px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px
}

.c-btn-order {
    margin-right: 44px;
    position: relative;
}

.c-m-profil {
    position: relative;
    top: 22px;
}

.c-profil-order-user {
    position: relative;
    bottom: 50px;
    right: 151px;
}

.C_Comper_Mogayese {
    position: relative;
    top: 7px;
}

    .C_Comper_Mogayese:hover {
        color: #1ca2bd
    }

.c-link_underline3 {
    color: #1ca2bd;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
    line-height: 2;
}

.c-takhfif {
    color: #ef4056;
}
.c-swiper-top {
    position: relative;
    display: flex;
    justify-content: center;
    background-color: white;
}
.c-swiper_img-top {
    width: 120px;
    height: 120px;
    display: flex;
    position: relative;
    align-items: center;
}
.c-swiper_img-top img {
    width:122px;
}
.c-swiper_slide-top {
    width: 130px;
    margin:20px;
}
.c-swiper_title-top {
    left: 22px;
    width: 122%;
    display: flex;
    justify-content: center;
    color: black;
    position: relative;
    top: 16px;
    text-align: center;
}
.c-swiper-top1 {
    padding: 15px 0px 34px 0px;
    background-color: white;
    position: relative;
    display: flex;
    justify-content: center;
}
.text-h3 {
    margin-bottom: 25px;
    width: 100%;
    padding: 30px 0 40px 0px;
    background-color: white;
    text-align: center;
    top: 36px;
    position: relative;
    font-size: 20px;
}
.c-checkout_color1 {
    line-height: 1.692;
    font-size: 13px;
}
.c-header_basket-dropdown_item-image1 img {
    right: -12px;
    bottom: 20px;
    position: absolute;
    max-width: 75%;
    max-height: 74%;
}
.c-header_basket-dropdown_item-params1 {
    margin-top: 8px;
    text-align: justify;
}
.c-header_basket-dropdown_item-details1 {
    padding-right: 65px;
    display: flex;
    flex-direction: column;
}