
.c-sliders {
    margin-top: 17px;
}

.c-top_banner {
    height: 80px;
    width: 100%;
    margin-top: -10px;
    margin-bottom: 10px;
    display: none
}

.c-top_banner_img {
    background: url("../img/banner/topbanner.jpg") no-repeat;
    height: 100%;
    width: 100%;
    background-size: auto 100%;
    background-position: center;
    border-radius: 5px;
    background-color: #fbd007;
}

.c-sliders_row {
    display: flex
}

.c-sliders_right {
    display: none
}

.c-sliders_right-singleimg {
    height: 440.7px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    display: none;
    margin-bottom: 15.5px;
}

    .c-sliders_right-singleimg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.c-sliders_left {
    max-width: 100%;
    min-width: 100%;
}

.c-main_slider {
    height: 239px;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0,.1);
    position: relative;
    margin-bottom: 15.5px;
}

.c-slider_slide {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2
}

.c-slide {
    height: 100%;
    width: 100%;
    background: no-repeat 50% 50%;
}


.c-slider_next, .c-slider_prev {
    position: absolute;
    z-index: 10;
    width: 61px;
    height: 100%;
    top: 0;
    bottom: 0;
    cursor: pointer;
    line-height: 26px
}

.c-slider_next {
    left: 0;
}

    .c-slider_next::before {
        content: "\e016";
        left: 20px;
    }

    .c-slider_next:hover::before {
        left: 17px
    }


.c-slider_prev {
    right: 0;
}

    .c-slider_prev::before {
        content: "\e01a";
        right: 20px;
    }

    .c-slider_prev:hover::before {
        right: 17px;
    }

    .c-slider_next::before, .c-slider_prev::before {
        font-family: digikala;
        color: #fff;
        position: absolute;
        font-size: 26px;
        top: 50%;
        text-shadow: 0 2px 4px #616161;
        transition: all .3s ease-in-out;
        transform: translateY(-50%);
    }

.c-sliders_right-feature {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03)
}

.c-sliders_right-feature_items {
    height: 408px;
    width: 100%;
    padding: 25px 10px;
    display: flex;
    flex-wrap: wrap
}

    .c-sliders_right-feature_items a {
        flex-basis: 50%
    }

        .c-sliders_right-feature_items a:first-of-type {
            flex-basis: 100%;
        }


.c-sliders_right-feature_item {
    background-size: auto 58px;
    font-size: 10px;
    color: #606060;
    padding-top: 75px;
    text-align: center;
    line-height: 17px;
    padding-bottom: 20px;
    letter-spacing: .2px;
}


/* discount */

.c-sliders_discount {
    min-width: 100%;
    max-width: 100%;
    display: flex
}

.c-discount {
    background-color: #fff;
    border-radius: 5px;
    height: 410px;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .07);
    overflow: hidden;
}

.c-discount_left {
    flex-basis: 77.5%;
    max-width: 77.5%;
    /*  padding-right: 15px;*/
}

.c-discount_container {
    display: none;
    animation: fadein .4s;
    height: 353px;
    padding: 60px 20px 20px 30px;
}

    .c-discount_container.is-active {
        display: block
    }

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.c-discount_product {
    width: 100%;
    position: relative;
}

.c-discount_content {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.c-discount_box {
    display: flex;
    flex-direction: column
}

.c-discount_image {
    display: flex;
    position: relative;
    height: 344px;
    flex-basis: 43%;
    justify-content: center;
    align-items: center;
}

.c-discount_image-top-bar {
    height: 46px;
    position: absolute;
    left: 42%;
    top: -60px;
    z-index: 4;
    transform: translateX(-50%)
}

    .c-discount_image-top-bar::before {
        background: #ef5661 url(../img/discount/topbar.png) no-repeat 50% 50%;
        width: 223px;
        height: 46px;
        display: block;
        content: "";
        background-size: auto 19px;
        border-radius: 0 0 24px 24px;
    }

.c-discount_image img {
    position: relative;
    top: 20px;
    max-width: 90%;
    max-height: 90%;
}

    .c-discount_image img[alt]::after {
        background: #fff url(../img/discount/digikala.png) no-repeat 50%;
        content: attr(alt);
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        text-align: center;
        color: transparent;
        background-size: contain
    }

.c-discount_prop {
    text-align: center;
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.c-discount_price {
    margin-bottom: 5px;
    display: inline-flex;
}

    .c-discount_price.not-active {
        display: none
    }


.c-discount_price-primary {
    margin-right: 5px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.c-discount_price-original {
    bottom: 18px;
    color: #727272;
    position: relative;
    line-height: 23px
}

    .c-discount_price-original::after {
        content: "";
        background-color: #727272;
        height: 2px;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
    }

    .c-discount_price-original > span {
        vertical-align: middle;
    }

.c-discount_price-now {
    color: #ef5661;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 27px
}

    .c-discount_price-now > span {
        letter-spacing: 0;
        font-size: 16px;
    }

.c-discount_price-discount {
    color: #fff;
    display: flex;
    justify-content: center;
    height: 50px;
    margin-right: 20px;
    font-size: 16px;
}

    .c-discount_price-discount span {
        padding-right: 6px;
    }

.c-discount_price-dicount_content {
    background-color: #ef5661;
    border-radius: 20px;
    width: 115px;
    height: 38px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -45px;
}

.c-discount_price-finish {
    border: 2px solid rgba(145, 145, 145, .3);
    font-size: 20px;
    line-height: 22px;
    border-radius: 8px;
    max-width: 350px;
    box-shadow: 0 0 20px 0 rgba(145, 145, 145, .1);
    padding: 15px 10px;
    text-align: center;
    color: #919191;
    display: none;
}

    .c-discount_price-finish.is-active {
        display: block;
    }




.c-discount_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.89;
    margin: 10px 0 10px;
    border-top: 1px solid #d9d9d9;
    padding-top: 10px;
    text-align: justify;
}

.c-discount_ul {
    text-align: right;
    list-style: none;
    margin: 13px 0 8px 0;
    padding: 0
}

    .c-discount_ul li {
        font-size: 12px;
        padding-right: 17px;
        margin: 5px 0;
        line-height: 24px;
        position: relative;
font-weight: 600;
    }

        .c-discount_ul li::before {
            content: "";
            width: 7px;
            height: 7px;
            position: absolute;
            background-color: #444eb3;
            border-radius: 50%;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
        }

.c-discount_counter {
    box-shadow: 0px 0px 4px 1px rgb(110 179 179);
    padding: 14px 0 4px 0;
    display: block;
    margin-top: 20px;
}

    .c-discount_counter.not-active {
        display: none
    }

.c-counter {
    font-size: 34px;
    line-height: 1;
    /*  width: 181px;*/
    font-weight: 700;
    direction: ltr;
    white-space: nowrap;
    color: #bb9e17
}

    .c-counter.not-active {
        display: none
    }

    .c-counter span {
        display: inline-block;
        margin: 0 5px;
        width: 45px;
        text-align: center
    }

.c-discount_counter-title {
    color: #787878;
    margin-top: 6px;
    font-weight: 700;
    line-height: 2.43;
}

.c-discount_counter-finish .c-discount_price-now {
    color: #8b0808;
}

.c-discount_counter-finish {
    display: none
}

    .c-discount_counter-finish.is-active {
        display: block
    }


.c-discount_aside {
    background-color: rgba(240, 246, 250, .9);
    position: relative;
}

.c-discount_aside-ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.c-discount_aside-li {
    cursor: pointer;
}

.c-discount_aside-a, .c-discount_aside-a::before {
    transition: all .3s ease-in-out;
}

    .c-discount_aside-a:not(.c-discount_aside-button):not(.is-active):hover {
        background-color: #ebebeb
    }

.c-top_swiper {
    display: flex;
    margin: 15px 0 0;
}

.c-top_swiper-right {
    flex-basis: 75%;
    max-width: 75%;
    min-height: 400px;
    padding-right: 4px
}


.c-top_swiper-left {
    flex-basis: 25%;
    max-width: 25%;
}

.c-single_swiper {
    background: #fff;
    border-radius: 5px;
}
.c-single_swiper1 {
    background: #fff;
    border-radius: 5px;
}
.c-single_swiper-content {
    height: 100%;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .03);
    border: 1px solid rgba(0, 191, 214, .3);
    text-align: center
}

.c-single_swiper-headline {
    height: 57px;
    line-height: 56px;
    font-weight: 500;
    margin: 0 13px;
    color: #6a6a6a;
    position: relative;
}

    .c-single_swiper-headline::before {
        position: absolute;
        content: "";
        height: 1px;
        right: 0;
        left: 0;
        background-color: #f5f5f5;
        bottom: 0
    }

    .c-single_swiper-headline::after {
        position: absolute;
        content: "";
        height: 1px;
        width: 0;
        background-image: linear-gradient(90deg,#ffd3db,#fb3449);
        bottom: 0;
        left: 0;
        box-shadow: 0 0 8px 0 rgba(255, 138, 138, .5);
    }

    .c-single_swiper-headline.is-active::after {
        animation: headline 5s ease-in-out;
    }

    .c-single_swiper-headline.pause::after {
        animation-play-state: paused;
    }


@keyframes headline {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}


.c-single_swiper-container {
    overflow: hidden;
    padding-top: 3px;
    height: calc(100%-57px);
}

.c-single_swiper-box {
    display: flex;
    transition: transform .4s ease-in-out
}

.c-single_swiper-slide {
    flex-shrink: 0;
    height: 100%;
}

.c-single_swiper-img {
    width: 210px;
    height: 210px;
    display: flex;
    margin: 20px auto 7px
}

.c-single_swiper-desc {
    padding: 15px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 252px);
}

.c-single_swiper-title {
    height: 50px;
    font-weight: 500;
    color: #4f4f4f;
    padding: 0 10px;
    font-size: 12px;
    line-height: 25px
}

.c-single_swiper-price del {
    font-size: 16px;
    line-height: 1.375;
    color: #acacac
}

.c-single_swiper-price span {
    display: block;
    color: #fb3449;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin-top: 15px
}

.c-about-digikala-banner {
    margin-top: 20px
}

.c-swiper_brand .c-swiper_slide {
    display: flex;
    height: 135px;
    justify-content: center;
    align-items: center
}

.c-swiper_brand img {
    max-height: 70%;
    max-width: 70%;
}
