
@font-face {
    font-family: "mobile-digikala";
    src: url(../fonts/mobile_digikala/mobile-digikala.eot?#iefix) format("embedded-opentype"),url(../fonts/mobile_digikala/mobile-digikala.ttf) format("truetype"), url(../fonts/mobile_digikala/mobile-digikala.woff) format("woff"),url(../fonts/dmobile_digikala/mobile-digikala.woff2) format("woff2");
}


.c-header_row, .c-header_nav {
    display: none
}

body {
    background-color: #f7f7f7;
}

.c-header {
    background-color: #f9f9f9;
    border-bottom: 1px solid #e5e5e5;
    position: fixed;
    width: 100%;
    transition: all .3s ease-in-out
}

.mobile-container {
    display: block;
    padding-right: 8px;
    padding-left: 8px;
}

.container {
    padding-right: 8px;
    padding-left: 8px;
    min-width: unset;
}

html {
    min-width: unset;
}

.mobile-header_nav {
    padding: 10px 0;
    display: flex;
    justify-content: space-between
}

.mobile-header_categories {
    border: none;
    background: none;
    font-weight: 700;
    color: #858585;
    padding-right: 41px;
    position: relative;
}

.mobile-header_categories-icon, .mobile-header_categories-icon::before, .mobile-header_categories-icon::after {
    content: "";
    position: absolute;
    background-color: #929292;
    width: 31px;
    height: 3px;
    right: 0;
}

.mobile-header_categories-icon {
    top: 50%;
}

    .mobile-header_categories-icon::before {
        bottom: 100%;
        margin-bottom: 5px;
    }

    .mobile-header_categories-icon::after {
        top: 100%;
        margin-top: 5px;
    }

.mobile-header_logo {
    width: 105px;
    height: 30px;
}

    .mobile-header_logo a {
        background-image: url(../svg/12.png);
        display: block;
        height: 100%;
        background-repeat: no-repeat;
        background-position: 50% 100%;
        background-size: contain
    }

.mobile-header_search {
    padding: 13px 0 13px 8px;
    border-top: 1px solid #e5e5e5;
    display: flex;
}

.mobile-header_search-container {
    flex: 20 1 auto;
    transition: all .4s ease-in-out;
    position: relative;
}

.mobile-header_search.is-active .mobile-header_search-container {
    flex-basis: 100% !important;
    flex-shrink: 0;
    width: 100%;
}

.mobile-header_search-container::before {
    font-family: mobile-digikala;
    content: "\e057";
    font-size: 24px;
    position: absolute;
    top: 7px;
    right: 10px;
    line-height: 1;
    color: #929292
}

.mobile-header_search-container::after {
    content: "";
    border-right: 1px solid rgba(163, 163, 163, .5);
    height: 27px;
    position: absolute;
    top: 6px;
    right: 45px;
    line-height: 1;
    color: #929292
}

.mobile-input_search {
    width: 95%;
    padding: 9px 49px 8px 7px;
    border-radius: 8px;
    border: 1px solid #979797;
    font-size: 12px;
    line-height: 1.833;
    font-weight: 700;
    color: #858585
}

.mobile-header_search.is-active .mobile-input_search {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.mobile-input_search::placeholder {
    font-weight: 400;
    letter-spacing: -.7px;
    color: #c5c5c5
}

.c-search_result {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .09);
    left: 0;
    border-radius: 0 0 5px 5px;
    padding: 10px;
    top: 100%;
}

.c-search_result-footer {
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 700;
    letter-spacing: normal
}

    .c-search_result-footer ul li {
        background-color: #eee;
        border: 1px solid #d5d5d5;
        margin-left: 10px;
        display: inline-flex;
        align-items: center;
        height: unset;
        border-radius: 100px;
    }

        .c-search_result-footer ul li a {
            padding: 5px 15px;
            font-size: 15px;
            line-height: 1.467;
            color: rgba(0, 0, 0, 0.5);
        }

.mobile-header_cart {
    position: relative;
    margin-right: 22px;
    max-width: 29px;
}

    .mobile-header_cart::before {
        font-family: mobile-digikala;
        content: "\e017";
        font-size: 30px;
        color: #929292;
        line-height: 1
    }

    .mobile-header_cart[data-counter]::after {
        content: attr(data-counter);
        position: absolute;
        top: -3px;
        height: 20px;
        width: 20px;
        background-color: #00bfd6;
        right: -2px;
        color: #fff;
        border-radius: 100%;
        padding: 0 6px;
        line-height: 23px;
    }

.mobile-header_profile {
    margin-right: 22px;
    max-width: 27px;
    position: relative;
    margin-top: 2px;
}

    .mobile-header_profile::before {
        font-family: mobile-digikala;
        content: "\e002";
        font-size: 30px;
        line-height: 1;
        left: 10px;
        color: #929292;
        position: relative;
    }

    .mobile-header_profile .c-header_btn-user_has-noticcation {
        position: absolute;
        left: 12px;
        top: 12px;
        height: 21px;
        width: 21px;
    }

.mobile-main_menu {
    display: block;
    width: 285px;
    height: 100vh;
    position: fixed;
    background: #fff;
    z-index: 301;
    box-shadow: -2px 0 4px 0 rgba(0, 0, 0, .13);
    overflow: auto;
    transform: translateX(100%);
    transition: all .5s ease-in-out
}

    .mobile-main_menu.is-active {
        transform: translateX(0)
    }

.mobile-main_menu-logo {
    background: url(/svg/12.jpg) no-repeat 50% 50%;
    background-size: auto 43px;
    height: 78px;
    margin: 0 25px 0 29px;
    border-bottom: 1px solid #e5e5e5
}

.mobile-main_menu-list {
    padding: 10px 0 15px
}

.mobile-main_menu-category {
    padding: 15px 54px 15px 15px;
    position: relative;
    line-height: 22px;
    display: block;
    color: #757575
}

    .mobile-main_menu-category::before {
        font-family: mobile-digikala;
        content: "\e04f";
        position: absolute;
        right: 25px;
        top: 17px;
        font-size: 16px;
        line-height: 1
    }

    .mobile-main_menu-category.is-active::before {
        content: "\e042"
    }

.mobile-main_menu-sublist {
    padding: 10px 0;
    background-color: #f5f5f5;
    box-shadow: inset 0 5px 4px -4px rgba(0, 0, 0, .06), inset 0 5px 4px -4px rgba(0, 0, 0, .06);
    display: none
}

.is-active + .mobile-main_menu-sublist {
    display: block
}

.mobile-main_menu-subcategory {
    padding: 10px 73px 10px 15px;
    position: relative;
    color: #757575;
    line-height: 1.571;
    display: block
}

    .mobile-main_menu-subcategory::before {
        font-family: mobile-digikala;
        content: "\e04f";
        position: absolute;
        right: 46px;
        top: 13px;
        font-size: 16px;
        line-height: 1
    }

    .mobile-main_menu-subcategory.is-active::before {
        content: "\e042"
    }

    .mobile-main_menu-subcategory.is-empty::before {
        content: unset
    }


.mobile-main_menu-thirdlist {
    padding: 10px 0;
    display: none
}

.is-active + .mobile-main_menu-thirdlist {
    display: block
}

.mobile-main_menu-thirdcategory {
    padding: 10px 95px 10px 15px;
    line-height: 22px;
    display: block;
    color: #757575;
    font-weight: 300;
    position: relative;
}

.mobile-main_menu-subcategory_all::before {
    font-family: mobile-digikala;
    content: "\e006";
    position: absolute;
    right: 70px;
    top: 13px;
    line-height: 1;
    font-size: 16px
}

.mobile-main_menu-subcategory.mobile-main_menu-subcategory_all::before {
    right: 46px;
}

.mobile-menu_overlay {
    background: rgba(102, 102, 102, .3);
    height: 100vh;
    z-index: 300;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: none
}

.mobile-main_menu-special {
    margin-top: 5px
}

.mobile-main_menu-category_special {
    background-color: #f5f5f5;
}

    .mobile-main_menu-category_special::before {
        content: "\e050";
        color: #ef4746;
        font-size: 11px;
        right: 26px;
        line-height: 2
    }

.mobile-menu_overlay.is-active {
    display: block
}


.c-desktop_main-slider {
    display: none
}

.mobil-main_slider {
    display: block;
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 18px
}

.c-slide {
    background-size: cover !important
}

.c-slider_dots {
    justify-content: center;
    transform: translateX(0);
}

.c-slider_prev, .c-slider_next {
    display: none
}

.c-dicount_right {
    display: none
}

.c-discount_left {
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 0px;
}

.c-discount_aside {
    /*    display: none*/
}

.c-discount {
    background-color: transparent;
    box-shadow: unset;
    height: unset;
    padding: 15px 0;
    width: calc(100% + 16px);
    margin-right: -8px;
    padding-right: 8px;
}

.c-discount_product {
    /*    display: flex;*/
    overflow-x: auto;
    overflow-y: hidden
}

.c-discount_container {
    flex: 0 0 49.5vw;
    background-color: #fff;
    margin-left: 10px;
    border-radius: 9px;
    padding: 8px 0;
    position: relative;
    justify-content: center;
}

.c-discount_content {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 269px;
}

.c-discount_image {
    height: 124px;
}

.c-discount_prop {
    flex-basis: unset
}

.c-discount_price-dicount_content {
    position: absolute;
    right: 18;
    top: 0;
    height: unset;
    width: unset;
    padding: 4px 6px 2px;
    font-size: 13px;
    border-radius: 0 5px 0 5px;
    background-color: #fb3449;
    letter-spacing: -.8px;
    line-height: 1
}

.c-discount_image-top-bar, .c-discount_ul {
    display: none
}

.c-discount_title {
    display: none
}

.mobile-discount_title {
    position: relative;
    bottom: 20px;
    display: block;
    line-height: 22px;
    height: 55px;
    text-align: center;
    padding: 0 15px;
    color: #2a2a2a
}

.c-discount_counter-title {
    display: none
}
/*
.c-discount_price-primary{
    display: none 
}
*/
.c-swiper_slide swiper-slide swiper-slide-active {
    width: 322px;
}
.c-swiper_slide swiper-slide1{
    border-radius:4px
}
.c-discount_price {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    top: 6px
}

.mobile-discount_price-primary {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: .8px;
    color: #fb3449
}

    .mobile-discount_price-primary > span {
        font-size: 14px;
        line-height: 1.9
    }

    .mobile-discount_price-primary > del {
        font-size: 12px;
        line-height: 1.2;
        letter-spacing: .5px;
        color: #ababab;
        width: 100%;
        display: inline-block;
    }

.c-discount_counter {
    width: 80%;
    right: 35px;
    top: 8px;
    position: relative;
    padding: 15px;
}

.c-counter {
    font-size: 18px;
    padding-top: 5px;
    text-align: center;
    width: 100%;
    line-height: 1.8;
    letter-spacing: 1.8px;
    font-weight: 900;
    color: #fb3449
}

    .c-counter span {
        margin: 0;
        width: unset;
    }

.mobile-discount_image-title {
    position: relative;
    right: 80px;
    display: flex;
    height: 18px;
    width: 170px;
    margin-bottom: 15px;
}

.c-feature_main-page {
    display: none
}

.mobile-discount_show-more {
    display: block;
    background-color: #00bfd6;
    color: #fff;
    padding: 14px;
    text-align: center;
    border-radius: 9px;
    box-shadow: 0 2px 6px 0 rgba(0, 191, 214, .5);
    font-size: 18px;
    letter-spacing: -.6px;
    margin-top: 10px
}

.c-top_swiper-left {
    display: none
}

.c-top_swiper-right {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0
}

.c-swiper_btn-next, .c-swiper_btn-prev {
    display: none
}

.c-swiper {
    background: transparent;
    box-shadow: unset;
    border-top: 1px solid #e5e5e5;
    padding: 0
}

.c-swiper_container {
    width: calc(100% + 16px);
    margin-right: -8px;
    padding-right: 8px;
}

.c-swiper_headline > span {
    font-size: 13px;
font-weight: 600;
    color: #858585;
    /*  right: 0;*/
}

    .c-swiper_headline > span::after {
        background-color: #f5f5f5
    }

.c-swiper_slide {
    background-color: #fff;
    border-radius: 9px
}

.c-swiper_url:hover {
    box-shadow: unset
}

.c-swiper_url:after {
    display: none
}

/*.c-discount_banner-first .c-discount_banner-item:nth-child(3),
.c-discount_banner-first .c-discount_banner-item:nth-child(4)
{
    display: none
}*/

.c-discount_banner {
    justify-content: space-between;
    flex-wrap: wrap
}

.c-discount_banner-item {
    width: 49%;
    margin-left: 0 !important
}

.c-discount_banner-single .c-discount_banner-item {
    width: 100%
}

.c-swiper_brand .c-swiper_url {
    padding: 0px;
}

.c-swiper_brand .c-swiper_slide {
    height: unset;
}

.c-footer {
    width: 100%;
    background-color: #fff;
    margin-top: 10px;
}

.c-footer_links-col {
    width: unset;
    position: relative;
}

.c-footer .container hr:first-of-type {
    display: none
}

.c-footer_about {
    display: block;
    padding: 22px 5px;
}

.c-footer_links-col:nth-child(2) {
    display: none
}

.c-footer_links-headline, .c-footer_contact {
    display: none
}

.c-footer_links {
    width: 100%;
    padding: 0px 20px;
}

.c-footer_form {
    margin: 30px auto;
    border-top: 1px solid #cfd8dc;
    padding: 5px;
    width: 100%;
}

.c-footer_social {
    text-align: center;
}
/*.c-footer_social_image{
    display: flex;
    justify-content: center
}*/
.c-footer_enamd {
    position: relative;
    right: -12px;
}
.c-footer_enamd li{
    display: flex;
    justify-content: center;
    width: 127px;
margin-left: 4px;
}
.c-footer_address {
    justify-content: center
}

.c-footer_description aside {
    display: none
}

.c-footer_more-info {
    background-color: #fff;
    margin: 0px;
}

.c-footer_other_site {
    display: none
}

.c-discount_price-finish {
    font-size: 15px;
    max-width: 380px;
}

.c-search_page-right {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0px;
    margin-bottom: 10px
}

.c-search_page-left {
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 0px;
}

.c-listing_counter, .c-listing_type-list {
    display: none;
}

.c-search_page-left > nav {
    position: absolute;
    top: 0
}

.c-search_page-container {
    position: relative;
    padding-top: 35px
}

.c-breadcrumb {
    overflow: auto;
    display: flex
}

    .c-breadcrumb li {
        white-space: nowrap;
    }

.c-listing_sort::before, .c-listing_header::before {
    content: unset
}

.c-listing_header {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    overflow: auto;
}

.c-listing_sort {
    display: inline-flex;
}

.c-product_box-prop, .c-product_box-tags, .c-product_box-title-en, .c-product_box-compare-checkbox {
    display: none !important
}

.c-search_page-list.is-list .c-product_box-img {
    flex-basis: 145px;
    max-height: 128px
}

.c-search_page-list.is-list .c-product_box-title {
       
        background: transparent;
        font-size: 12px;
        padding: 0;
        letter-spacing: normal;
        margin-right: 0px;
        position: relative;
}

.c-product_box-row_price {
    flex-direction: row-reverse;
}

.c-product_box-price {
    justify-content: flex-start;
}

.c-product_box-price_value {
margin-bottom: 36px;
    position: relative;
    top: 18px;
    text-align: right;
    right: 25px;
}

.c-search_page-list.is-list .c-product_box-content {
    left: 10px;
    padding: 0px;
}

.c-compare_images-button {
    display: none !important
}

.c-compare_list-header {
    position: relative;
}

.c-compare_header-img {
    padding: 15px
}

.c-compare_title {
    font-size: 10px;
    letter-spacing: -.3px
}

.c-compare_header {
    max-width: 45%;
    flex-basis: 45%;
    border-right: 1px solid #e4e4e4;
    position: relative;
}

.c-compare_btn {
    padding: 7px 10px;
    font-size: 12px;
    margin-right: -10px;
    margin-left: -10px;
    border: unset;
    border-radius: 4px
}

.c-compare_add {
    justify-content: center
}

.c-compare_btn-gray {
    display: none
}

.c-compare_add-btn {
    height: 90%;
    border: 1px solid;
    border-radius: 6px;
    padding: 5px;
    font-size: 11px !important;
    margin: -6px;
    width: 150%;
}

    .c-compare_add-btn::before {
        font-size: 80px
    }

.c-remodal_compare-content_title {
    font-size: 11px;
    line-height: 1.6;
    padding: 0 6px;
    letter-spacing: -.3px;
    margin-top: 20px
}

.c-compare_list-span {
    padding: 4px 8px 0px;
    font-size: 12px
}

.page_row {
    flex-wrap: wrap
}

.page_aside {
    flex-basis: 100%;
    max-width: 100%;
}

.c-profle_box-header {
    height: 90px
}

.c-profle_box-avatar {
    height: 102px;
    width: 102px
}

.c-profle_box-avatar_edit {
    width: 35px;
    height: 35px;
    top: 85%;
    left: 48%;
    background-color: #909090
}

    .c-profle_box-avatar_edit::before {
        color: #fff;
        font-size: 20px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

.c-profle_box-username {
    margin-top: 7px
}

.c-profle_box-tabs {
    justify-content: center;
    align-items: center;
    background-color: transparent
}

.c-profle_box-tab {
    flex-basis: unset;
    border: 1px solid #00bfd6 !important;
    margin-left: 15px;
    padding: 5px 30px 5px 5px;
    border-radius: 4px;
    color: #00bfd6
}

    .c-profle_box-tab::before {
        top: 50%;
        left: unset;
        right: 8px;
        transform: translateY(-50%)
    }

.page_content {
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 0px;
}

.c-profile_message.in-mobile {
    display: block
}

.c-profile_message.in-desktop {
    display: none
}

.c-profile_message-content {
    display: block
}

.c-profile_message-btn {
    display: block;
    margin-right: auto;
    background-color: transparent;
    color: #000;
    border: 1px solid #000
}

.c-profile_content-row {
    margin-right: 0;
    margin-left: 0
}

.c-profile_content-col {
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

.c-profile_address-add{
display: flex;
}

.c-profile_address-container {
    padding-right: 0px;
    padding-left: 0px;
}

.c-remodal_address .container {
    padding-left: 15px;
    padding-right: 15px;
}

.c-form_edit-user_row {
    flex-wrap: wrap
}

.c-form_edit-user_col {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 10px;
}

.c-form_edit-user_row-submit {
    flex-wrap: nowrap
}

.c-selectric-input {
    display: none
}

.mobile-discount_image-title img {
    width: 100%
}

.c-swiper_img img {
    width: 100%
}

.c-profile_return-form_field {
    width: calc(100% - 122px);
}

.c-profile_return-form_button {
    width: 112px;
}

.c-profile_return-form > p {
    font-size: 13px;
    margin-right: 0px;
    letter-spacing: -.3px
}

.c-profile_content-col-12 {
    padding-right: 0px;
    padding-left: 0px;
}

.c-profile_personal-info_col {
    flex-basis: 100%;
    max-width: 100%;
    border-right: none
}

.c-account_page-footer {
    position: relative;
}

.c-account_page-footer_links > li {
    margin: 0 5px;
}

    .c-account_page-footer_links > li a {
        font-size: 12px
    }

.c-form_account-message {
    font-size: 12px
}

.c-account_page {
    min-height: unset
}

.c-category_card {
    display: flex;
    flex-wrap: wrap;
    height: unset !important;
}

.c-category_card_item {
    position: relative;
    flex-basis: 100%;
    max-width: 100%;
    right: unset !important;
    top: unset !important;
    margin: 7px 10px;
    border: 1px solid #e5e5e5;
    padding: 0
}

.c-category_card_image {
    display: none
}

.c-category_card_title {
    position: relative;
    width: 100%;
    background: transparent;
    color: #000;
    border-bottom: 1px solid #e5e5e5
}

.page-row {
    flex-wrap: wrap
}

.c-cart_page-content {
        right: 2px;
        position: relative;
        max-width: 100%;
        flex-basis: 100%;
        padding-left: 0px;
}

.c-cart_page-address {
    max-width: 100%;
    flex-basis: 100%;
    padding-left: 0px;
}

.c-checkout_row {
        display: flex;
        padding-top: 15px;
        padding-bottom: 15px;     
}

.c-checkout_col-desc {
    flex-basis: 77%;
    max-width: 77%;
}

.c-checkout_guarantee {
    display: none
}


.c-checkout_col-thumb {
        flex-basis: 30%;
    max-width: 30%;
    padding-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .c-checkout_col-thumb img {
      max-width: 170%;
        left: 2px;
        position: relative;
    }

.c-checkout_title {
    text-align: justify;
    width: 130%;
    font-size: 14px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.c-checkout_col-information {
    flex-basis: 102%;
    max-width: 100%;
    margin-top: 10px
}

.c-checkout_row-inner {
    justify-content: flex-end;
    align-items: center;
}

.c-checkout_col-counter {
          top: 32px;
        right: 70px;
}

.c-checkout_price-discount {
    display: none;
}

.c-price-cartpraic {
    display: none;
}

.c-checkout_col-counter > span {
    margin-left: 5px
}

.c-checkout_price {
    display: none;
}

.c-checkout_price {
    font-size: 14px;
    padding-right: 5px;
    color: #fb3449
}

.c-checkout_col-remove {
    display: none;
}

    .c-checkout_col-remove a {
        border: 1px solid #979797;
        padding: 4px 13px 3px;
        border-radius: 4px;
        color: #969696
    }

.c-footer_feature {
    display: none
}

.c-cart_page-aside {
    right: 3px;
    position: relative;
    max-width: 100%;
    flex-basis: 100%;
    padding-right: 0px;
    z-index: 1000;
}

.c-checkout_aside {
    margin-top: 10px;
    margin-bottom: 10px;
}

.c-checkout_summary-ul > li:last-child {
    color: #fb3449;
 
}

.c-tooltip {
    display: none
}

.btn-submit_content {
    position: fixed;
    bottom: 0;
    right: 0px;
    left: 0px;
    padding: 10px 8px;
    background-color: #f9f9f9;
    z-index: 1000;
}

.btn-submit {
    left: 12px;
    padding: 14px !important;
    font-size: 17px !important
}

    .btn-submit::after, .btn-submit::before {
        content: unset !important
    }

.cart-page, .c-checkout_pages {
    padding-bottom: 50px
}

    .c-checkout_pages .c-header {
        width: 102%;
        position: relative;
    }

.c-checkout_pages {
    padding-top: 0
}

.c-checkout_stpes {
    width: 100%;
    left: unset;
    transform: unset
}

    .c-checkout_stpes li {
        width: 100%;
        display: flex;
        justify-content: center;
    }

        .c-checkout_stpes li::before {
            width: 100%;
            right: -50%;
            left: unset;
        }

.c-checkout_stpes-item::before {
    font-size: 11px
}

.c-checkout_contact-content {
    padding: 13px 8px 8px 2px
}

.c-checkout_contact-item_mobile, .c-checkout_contact-item_post-code {
    font-size: 12px
}


.c-from_address-col_half {
    max-width: 100%;
    flex-basis: 100%;
}

.c-from_address-col_submit {
    max-width: 100%;
    flex-basis: 100%;
}

.c-remodal_checkout .btn-submit {
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
}

.c-from_address-col_return {
    max-width: 100%;
    flex-basis: 100%;
    justify-content: center;
    margin-top: 10px
}

.c-checkout_swiper-product_amount {
    display: flex;
    background-color: #00bfd6;
    color: #fff;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 15px;
    top: 5px;
    z-index: 5;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    padding-top: 3px
}

.c-checkout_product-content .c-swiper_title {
    display: none
}

.c-checkout_product-content .c-swiper_url {
    padding: 5px;
    border: 1px solid #e9e9e9;
    border-radius: 9px;
    margin-bottom: 15px
}

.c-checkout_product-content .c-swiper_img {
    padding: 0
}

.c-checkout_actions {
    padding-bottom: 22px;
}

.c-checkout_invoice-content {
    display: none
}

.c-checkout_paymethod-item_cash::before {
    content: unset
}

.c-checkout_paymethod-item {
    padding: 16px 39px 38px 8px;
}

    .c-checkout_paymethod-item .c-radio {
        right: 15px;
        top: 20px
    }

.c-checkout_paymethod-title {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500
}

.c-checkout_paymethod-providers {
    flex-direction: column
}

.c-checkout_order-summary {
        padding: 0;
}

.c-checkout_order-summary_header {
    pointer-events: none;
    border: none !important;
    background: transparent;
    padding: 9px 23px 9px 10px;
}

    .c-checkout_order-summary_header::before {
        content: unset
    }

.c-checkout_order-summary_col:not(:nth-child(1)) {
    display: none
}

.c-checkout_order-summary_content {
    display: block;
}

    .c-checkout_order-summary_content .c-swiper {
        border: none
    }

    .c-checkout_order-summary_content .c-swiper_slide {
        /*   border: 1px solid #e5e5e5;*/
        margin-left: 10px;
        height: unset;
        width: 322px;
    }

.c-checkout_price-options_container {
    padding: 5px 5px 26px;
    margin-bottom: 10px
}

.c-checkout_price-options_header > span:first-of-type {
    font-size: 15px
}

.c-checkout_price-options_desc {
    display: none
}

.c-checkout_price-options_fields .selectric-wrapper {
    display: none
}

.c-checkout_price-options_fields {
    width: 100%;
}

    .c-checkout_price-options_fields .c-input {
        border-radius: 5px;
        width: 95%;
        font-size: 12px
    }

.c-checkout_price-options_button {
    width: 100px;
}

    .c-checkout_price-options_button .btn-primary {
        font-size: 12px;
        padding: 12px 6px;
        border-radius: 5px;
        border: none
    }

.c-remodal_gallery {
    height: 65vh;
}

.c-remodal_gallery-main {
    flex-wrap: wrap
}

.c-remodal_gallery-content {
    flex-basis: 100%;
    max-width: 100%;
}

.c-remodal_gallery-aside {
    display: none
}

.c-remodal_gallery .c-slider_dots {
    width: 105px !important;
    display: inline-flex
}

.c-remodal_gallery .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background-color: #d8d8d8;
    opacity: 1;
}

.c-remodal_gallery .swiper-pagination-bullet-active {
    background-color: gray
}

.c-product {
    flex-wrap: wrap;
    background-color: transparent;
    padding: 6px;
}

.c-product_gallery {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    background-color: #fff
}


.in-desktop {
    display: none
}

.c-gallery {
    width: unset;
    height: unset
}

.c-gallery_options {
    margin-right: 8px
}

.btn-option_stats {
    display: none
}

.c-product_headline.in-mobile {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 9px 15px;
}

.c-product_title {
    font-size: 14px;
    color: #2a2a2a;
    line-height: 1.7;
}

.c-product_headline span {
    text-align: left;
    line-height: 1.75;
    color: #707070
}

.c-product_info {
    width: 257px;
    padding: 0 10px;
    background-color: #fff;
}

.c-product_config {
    flex-basis: 70;
    padding: 12px 0 0 10px;
}

.c-product_params, .c-product_price-question {
    /*    display: none*/
}

.btn-add_cart::before, .btn-add_cart-text::before, .btn-add_cart-text::after {
    content: unset
}

.btn-add_cart {
    padding: 14px 20px;
    border: unset;
    max-width: unset;
    font-size: 15px;
}

.c-product_price-value {
    font-size: 24px;
}

.c-product_price-discount {
    padding: 0px 13px;
    height: 27px;
}

.c-product_feature-col:nth-child(2) {
    display: none
}

.c-product_feature-body {
    padding: 0
}

    .c-product_feature-body .c-product_feature {
        top: 2px;
        font-size: 10px;
        line-height: 1.8;
        height: unset;
        padding: 10px 0;
        right: 6px;
    }

.c-product_feature-col {
    flex-basis: 25%;
    max-width: 25%;
}

.c-product_feature-item {
    background-size: auto 40px;
    padding: 45px 5px 0;
    background-position: 50% 0;
    text-align: center
}

.c-box_suppliers-headline > span {
    font-size: 14px;
}

.c-box_suppliers-headline {
    padding-right: 42px;
    margin: 12px 0 11px;
}

    .c-box_suppliers-headline::before {
        font-size: 18px
    }

.c-box_suppliers .c-box {
    background: transparent
}

.c-table_suppliers-head {
    display: none
}

.c-table_suppliers-row {
    flex-wrap: wrap;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 9px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .09)
}

.c-table_suppliers-main .c-table_suppliers-row:nth-child(2n) .c-table_suppliers-cell {
    background: #fff
}

.c-table_suppliers-cell {
    flex-basis: 100%;
    max-width: 100%;
    padding: 8px 11px !important;
    border-bottom: 1px solid #ededed
}

.c-table_suppliers-main .c-table_suppliers-cell_title p {
    font-size: 14px;
    width: 100%;
    max-width: unset
}

.c-table_suppliers-line {
    display: inline-flex !important;
    font-size: 12px !important;
    margin-right: 10px;
    color: #515151 !important;
}

.c-table_suppliers-cell_title .c-table_suppliers-line::before,
.c-table_suppliers-main .c-table_suppliers-cell_no-lead_time::before,
.c-table_suppliers-main .c-table_suppliers-cell_guarantee::before {
    content: unset
}

.c-table_suppliers-main .c-table_suppliers-cell_guarantee {
    font-size: 12px;
}

.c-table_suppliers-price {
    color: #fb3449;
}

.in-mobile {
    display: block
}

.c-tabs_content {
    padding: 0
}

.c-box_tabs-tab {
    background-color: #f8f8f8;
    border-left: none;
    list-style: none;
}

    .c-box_tabs-tab a {
        border: 1px solid #dfdfdf
    }

.c-params_headline {
        width: 95%;
        position: relative;
        right: 11px;
        font-size: 15px;
        color: #000;
        line-height: 2;
        padding: 5px 10px;
}

    .c-params_headline > span {
        font-size: 12px;
        width: 95%;
        color: #919191;
        letter-spacing: normal;
margin:0px
    }

.c-tabs_content-desc_summary::before {
    content: unset
}

.c-tabs_content-desc_summary {
    padding: 10px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 12px;
    line-height: 1.833;
    color: #858585
}

.c-mask_text.is-active {
    padding: 0 0 30px
}
.c-mask_text{
line-height: 26px;
}
.c-tabs_content-desc_stats {
    margin: 0;
    flex-wrap: wrap
}

.c-tabs_content-desc_stats-aside {
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

.c-tabs_content-desc_rating {
    background-color: #fff;
    padding-right: 4px;
    padding-left: 4px;
}

    .c-tabs_content-desc_rating > li {
        margin-right: 0;
        margin-left: 0
    }

        .c-tabs_content-desc_rating > li .cell:first-child {
            flex-basis: 50%;
            max-width: 50%;
            font-size: 12px
        }

        .c-tabs_content-desc_rating > li .cell:last-child {
            flex-basis: 50%;
            max-width: 50%;
        }

        .c-tabs_content-desc_rating > li .cell {
            padding-right: 0px;
            padding-left: 0px;
        }

.c-rating[data-rate]::before {
    content: unset
}

.c-tabs_content-desc_stats-evaluation {
            display: flex;
}

.c-tabs_content-desc_stats-evaluation_positive, .c-tabs_content-desc_stats-evaluation_negative {
    padding-right: 20px;
    flex-basis: 100%;
    max-width: 100%;
}

    .c-tabs_content-desc_stats-evaluation_positive > span, .c-tabs_content-desc_stats-evaluation_negative > span {
        font-size: 13px;
        border-bottom: 1px solid #e5e5ea;
        padding: 3px 0 5px 10px
    }

.c-tabs_content-desc_stats-evaluation ul {
    margin-top: 12px
}

.c-tabs_content-desc_stats-evaluation_positive ul li, .c-tabs_content-desc_stats-evaluation_negative ul li {
    font-size: 12px;
    margin: 0
}

.c-tabs_content-desc_review {
    font-size: 12px;
    line-height: 1.833;
    padding: 15px;
    color: #858585;
}

.c-tabs_content-desc_articles {
    margin: 27px 15px 0px 28px;
        line-height: 27px;
}

.c-tabs_content-desc_article {
    padding-left: 10px;
    padding-right: 33px;
}

.c-tabs_content-desc_article-button {
    color: #00bfd6;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #00bfd6;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 8px;
    top: 12px
}

    .c-tabs_content-desc_article-button::before {
        font-size: 9px
    }

.c-tabs_content-desc_article-title {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 2
}

.c-tabs_content-desc_article-text {
    font-size: 12px;
    line-height: 1.571;
    color: #858585
}

.c-tabs_content-desc_article-blockquote {
    font-size: 12px;
    padding: 5px 50px 5px 45px;
    margin-bottom: 5px
}

    .c-tabs_content-desc_article-blockquote::before {
        background-size: 100%;
        height: 30px;
        width: 30px;
        right: 8px;
        top: 0
    }

    .c-tabs_content-desc_article-blockquote::after {
        background-size: 100%;
        height: 30px;
        width: 30px;
        left: 8px;
        bottom: 0
    }

.c-tabs_content-desc_article-img {
    margin: 10px 0
}

.c-prop_list li {
    flex-wrap: wrap
}

.c-prop_list-name {
    flex-basis: 100%;
    max-width: 100%;
}

.c-prop_list-value {
    flex-basis: 100%;
    max-width: 100%;
}

.c-prop_list-span:hover {
    background-color: #ede1e1;
}

.c-prop_list-span {
    background-color: #f1f1f1;
    padding: 8px 18px;
    font-size: 14px;
    color: #2a2a2a;
}

.c-prop_list-value .c-prop_list-span {
    background-color: #fff
}

.c-prop_list {
    margin-bottom: 30px;
}

.c-tabs_content-comments_summary, .c-tabs_content-comments_headline {
    display: none
}

.c-tabs_content-comments_headline-action {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    line-height: 1;
    align-items: center
}

.c-tabs_content-comments_headline-btn {
    background-color: #00bfd6;
    color: #fff;
    padding: 9px 35px 9px 15px;
    border-radius: 5px;
    position: relative;
    line-height: 22px;
}

    .c-tabs_content-comments_headline-btn::before {
        font-family: mobile-digikala;
        content: "\e050";
        position: absolute;
        right: 12px;
        font-size: 12px
    }

.c-tabs_content-comments_filter {
    margin-top: 0
}

.c-faq_filter-title {
    display: none
}

.c-faq_filter-items[data-title]::before {
    display: block;
    font-size: 12px
}

.c-faq_filter-items {
    font-size: 12px;
    margin-right: 3px;
}

    .c-faq_filter-items li {
        margin-right: 4px;
    }

        .c-faq_filter-items li a {
            padding: 11px 3px
        }

.c-comments_list {
    margin-top: 0px;
    padding-top: 10px;
    background-color: #f5f5f5
}

    .c-comments_list > li {
        background-color: #fff;
        border-radius: 9px;
        padding: 0 10px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .09)
    }

        .c-comments_list > li > section {
            flex-wrap: wrap;
            margin: 0
        }

.c-comments_list-aside {
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}



.c-comments_list-content {
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px
}

.c-comments_list-header {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding-bottom: 5px
}

    .c-comments_list-header > div {
        font-size: 14px;
        color: #2a2a2a;
        padding-top: 10px;
        letter-spacing: -.5px;
        font-weight: 700
    }

        .c-comments_list-header > div > span {
            font-size: 12px;
            font-weight: 300;
            color: #424242
        }

.mobile-comment_user-purchased {
    position: relative;
    display: block;
    height: 70px;
    width: 46px;
    background-image: url(../svg/purchase1.svg);
    padding-top: 35px !important;
    font-size: 12px !important;
    text-align: center;
    color: #64d979 !important
}


    .mobile-comment_user-purchased::before {
        position: absolute;
        content: "";
        background-image: url(../svg/purchase2.svg);
        height: 23px;
        width: 26px;
        top: 12px;
    }

.c-comment_user-shopping > li {
    display: flex;
    margin: 0
}

.c-comments_list-aside_row {
    color: #2a2a2a
}

.c-comments_list-aside_row {
    margin-right: 10px;
    margin-left: 0;
    display: flex;
    align-items: center;
}

.c-comments_list-aside_seller-row::before {
    content: unset
}

.c-comments_list-header.in-desktop {
    display: none
}

.c-comments_list-content > p {
    font-size: 12px;
    line-height: 21px;
    color: #858585
}

.c-comments_list-footer {
    position: relative;
    left: unset;
}

.c-comments_likes {
    letter-spacing: -.5px;
    color: #2a2a2a
}

.btn-like {
    border: 1px solid #00bfd6;
    color: #00bfd6;
}

    .btn-like[data-counter]::before {
        color: #00bfd6;
    }

.btn-dislike {
    border: 1px solid #ef5661;
    color: #ef5661;
}

    .btn-dislike[data-counter]::before {
        color: #ef5661;
    }

.c-comments_evaluation {
    flex-wrap: wrap
}

.c-comments_evaluation-positive, .c-comments_evaluation-negative {
    padding-right: 20px;
    flex-basis: 100%;
    max-width: 100%;
    display: block;
}

    .c-comments_evaluation-positive > span, .c-comments_evaluation-negative > span {
        font-size: 13px;
        border-bottom: 1px solid #e5e5e5;
        padding: 3px 0 5px 55px;
        margin-bottom: 5px;
        display: block
    }

    .c-comments_evaluation-positive ul li::before, .c-comments_evaluation-negative ul li::before {
        height: 4px;
        width: 4px
    }

    .c-comments_evaluation-positive ul li, .c-comments_evaluation-negative ul li {
        font-size: 12px;
        padding-right: 11px;
        margin: 0
    }

.c-faq_tab-headline {
    font-size: 16px;
    color: #000;
    line-height: 2;
    padding: 5px 10px
}

    .c-faq_tab-headline span {
        font-size: 14px;
        color: #6f6f6f
    }

.c-form_faq-row {
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    flex-direction: row-reverse
}

.c-form_faq-col_agreement {
    flex-basis: 70%;
    max-width: 70%;
    padding-right: 40px;
    font-size: 12px;
    line-height: 21px;
    color: #2a2a2a;
}

    .c-form_faq-col_agreement .c-checkbox {
        right: 10px;
    }

.c-form_faq-col_submit {
    flex-basis: 30%;
    max-width: 30%;
    padding-right: 0;
}

.btn-primary::after {
    content: unset
}

.c-form_faq .btn-primary {
    font-size: 12px;
    padding: 7px 10px;
    line-height: 25px;
    letter-spacing: -.5px;
    color: #00bfd6;
    border: 1px solid #00bfd6;
    background-color: transparent
}

.c-form_faq-agreement-policy {
    font-size: 12px;
    line-break: 27px;
    columns: #858585;
    margin-top: 10px;
    border-top: 1px solid #e5e5e5;
    padding-top: 8px
}

    .c-form_faq-agreement-policy a {
        color: #4a90e2;
        text-decoration: underline
    }

.c-faq_list-content {
    background-color: #f5f5f5;
    padding-top: 10px
}

.c-faq_list {
    margin: 0
}

    .c-faq_list > li {
        margin-right: 0;
        padding: 10px;
        min-height: unset;
        border-radius: 0 !important;
        border: none;
        border-top: 1px solid #dbdbdb;
        background: #fff
    }

        .c-faq_list > li::before, .c-faq_list > li::after {
            content: unset
        }

.c-faq_header {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    margin: 0 0 8px;
    font-weight: 700;
    padding: 0 46px 0 0;
}

    .c-faq_header::before {
        font-family: mobile-digikala;
        left: unset;
        top: 8px
    }

.c-faq_header-question::before {
    content: "\e053";
    font-size: 20px;
    transform: rotateY(180deg);
    right: 13px;
    color: #979797
}

.c-faq_header-answer::before {
    content: "\e019";
    font-size: 15px;
    color: #64d979;
    transform: unset;
    right: 8px;
}

.c-faq_header::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    border: 1px solid #929292;
    display: block
}


.c-faq_header-answer::after {
    border: 1px solid #64d979;
}

.c-faq_header p {
    font-size: 12px;
    color: #424242;
    text-align: right
}

    .c-faq_header p span:first-child {
        display: block;
        color: #2a2a2a;
    }

    .c-faq_header p span {
        display: inline-block;
        margin-left: 5px
    }

.c-faq_content {
    font-size: 12px;
    line-height: 1.833;
    color: #858585
}

.c-faq_footer {
    position: relative;
    padding: 10px 0;
    bottom: unset;
    display: flex;
    justify-content: flex-end
}

    .c-faq_footer a {
        font-size: 12px
    }

.c-faq_answer-col_rules {
    display: none
}

.c-faq_answer-col_form {
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

    .c-faq_answer-col_form > span {
        font-size: 14px;
        margin-bottom: 0;
        color: #2a2a2a;
        letter-spacing: -.5px;
        font-weight: 700
    }

.c-faq_form-answer .c-textarea {
    height: 195px;
}

.c-faq_form-answer_col-submit {
    display: flex;
    align-items: center
}

.c-faq_answer-btn {
    font-size: 12px;
    padding: 7px 10px;
    line-height: 25px;
    letter-spacing: -.5px;
    color: #00bfd6;
    border: 1px solid #00bfd6;
    background-color: transparent
}

.c-faq_form-answer_col-agreement {
    flex-basis: 71%;
    max-width: 71%;
    font-size: 13px;
    color: #858585;
    font-weight: 400;
    padding-right: 0;
    padding-left: 0;
}

.c-comment_product-col_img {
    display: none
}

.c-comment_product-col_info {
    flex-basis: 100%;
    max-width: 100%;
    background: #fff;
    padding: 10px;
}

.c-comment_product-title {
    font-size: 14px;
    color: #2a2a2a;
    line-height: 20px
}

.c-comment_product-attributes {
    padding: 5px 0px 0 8px;
}

.c-comment_product-attributes_row {
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
}

.c-comment_product-attributes_col {
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 4px;
    padding-left: 0px;
    margin-top: 20px;
}

.c-comment_product-attributes-title {
    font-size: 12px;
    line-height: 1
}

.c-rating_slider::before {
    margin-right: 10px;
    font-size: 12px
}

.c-comment_add-col_content {
    display: none
}

.c-comment_add {
    border-top: 1px solid #e5e5e5;
    margin-top: 10px
}

.c-comment_add-col_form {
    flex-basis: 100%;
    max-width: 1000%;
    padding: 10px
}

.c-form_comment-title {
    font-size: 13px
}

.c-form_comment-row {
    flex-wrap: wrap
}

.c-product_config-feature {
    display: none
}

.c-checkout_col-thumb {
    flex-basis: 35%;
    max-width: 35%;
    padding-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-checkout_col-desc {
   
    flex-basis: 110%;
    max-width: 100%;
}

.c-checkout_col-information {
    flex-basis: 100%;
    max-width: 100%;
    display: flex;
}

.c-checkout_contact-location_edit-btn { 
    font-size: 12px;
    margin: 0 0 12px 30px;
}

.c-checkout_paymethod-item_PraiceHome1::before {
    display: none
}

.c-product_buy {
    flex-basis: 60.5%;
}

.c-gallery_options li {
    display: block
}

.c-form_account-label_password::before {
    content: url(/img/Icon/password.png);
    right: 6px;
    top: 5px;
}
.c-form_account-label_Phone::before {
    content: url(/img/Icon/mobile-phone.png);
    right: 6px;
    top: -2px;
    /*   content: "\e073"*/
}

.c-checkout_contact-content-btn_edit {
    border: none;
    background: none;
    font-size: 12px;
    margin-right: 2px;
    color: #00bfd6;
    border-bottom: 1px dashed #00bfd6;
    font-weight: 700;
    line-height: 21px;
    cursor: pointer;
}

.c-profil-order {
    display: block;
    flex-wrap: wrap;
    column-gap: 50px;
    margin: 20px 11px;
}

.c-heder_action-btn {
    right: 15px;
    padding: 0px 10px;
}

.c-header_btn-cart {
    left: 26px;
    top: 18px;
    position: relative;
}

.c-from_address-row {
    display: block;
    margin-left: 0px; 
     margin-right: 0px;
}

.c-profile_empty::before {
    display: none
}

.c-footer_jump-top {
    position: relative
}
.c-checkout_btn-remove{
 top: -30%;
left: 8px;
}
.c-checkout_btn-remove:hover {
    color: red
}

.c-header_btn-user {
    font-size: 11px;
    padding: 9px 4px;
    border-radius: 5px;
    border: 1px solid #d2d3a5;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #616161;
    position: relative;
    margin-left: 4px;
}

.c-product_seller-row-guarantee::before {
    margin: 2px 13px 0;
}

    .c-product_directory ul li {
        margin: 4px 13px;
        display: inline-block;
        font-size: 13px;
    }

.c-product_params {
    width: 327px;
}

    .c-product_params ul {
        line-height: 1.233;
        font-size: 11px;
        margin: 5px 10px 35px 0px;
        width: 165px;
    }

.c-checkout_paymethod-title1 {
    font-size: 15px;
    margin: 25px 0px;
}

.c-comment_add-col_content1 p {
    font-size: 15px;
    line-height: 31px;
    color: #03031e;
    padding: 0 5px;
}

.c-foter-text {
    left: 35px;
    width: 410px;
}

.c-checkout_order-summary1 {
    left: 23px;
    width: 354px;
    position: relative;
    margin: 0px 3% 7px 3%;
}

.c-link_underline {
    right: 20px;
}

.c-comment_add-col_content1 {
    padding: 30px 10px;
}

.c-imag-text {
    width: 117%;
    position: relative;
    left: 32px;
}

.c-tabs_content-desc_rating1 {
    right: -30px;
    width: 400px;
    padding: 20px 15px 20px 15px;
}

.c-remodal_share-title {
    width: 100px;
    font-size: 14px;
}

.c-tabs_content-comments_summary-rating1 a {
    left: 15px;
}

.c-text-top2 {
    width: 70%;
}

.C_Comper_Mogayese {
    top: 20px;
    left: 16px;
}

    .C_Comper_Mogayese:hover {
        color: #00bfd6
    }

.c-product_seller-row {
    padding: 8px;
}

.c-product_price {
    padding: 23px 15px 20px 45px;
}

.c-product_params ul li {
  
    width: 200%;
}

    .c-product_params ul li::before {
        margin-left: 4px;
        position: relative;
        content: "";
        width: 3px;
        height: 20px;
        background: #1ca2bd;
        border-radius: 20%;
    }

.c-checkout_order-summary_option1 {
    width: 306px;
}

.c-from_address-content_col {
}

#map {
    display: none
}

.claim light-green small altSlider_el_active {
    width: 84%
}

.c-checkout_time-title {
    font-size: 11px;
}

.c-search_page-list.is-list .c-product_box {
    padding: 20px 0 20px;
}
.c-search_page-list .c-product_box{
    padding: 26px 14px 50px;
}
.c-search_page-list .c-product_box-img{
justify-content: flex-end;
    align-items: flex-end;

}
.c-search_page-list .c-product_box-img img {
     
        max-width: 100%;
        max-height: 100%;
        position: relative;
}

.c-product_box {
    border-top: 1px solid #979797
}

.c-gallery_items {
    width: 310px
}

.c-product_attributes {
    display: block
}

.c-remodal_compare-content_items > li {
    flex-basis: 33%;
    max-width: 33%;
}

.c-remodal_compare-content_item {
    width: 120%;
    height: 185px;
    display: block;
}

.c-remodal_compare-content_img {
    height: 100px;
    margin: 5px 0px;
}

.c-category_card-list li::before {
    background-color: #a4b1eb;
}

.c-discount_image img {
    position: relative;
    top: -12px;
}

.c-profile_personal-info_col > p .c-profile_personal-info_value {
    white-space: normal;
    width: 100%;
    font-size: 15px;
    line-height: 1.88;
    letter-spacing: -.5px;
    color: #939393;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: ltr;
    text-align: right;
    padding: 2px 15px 0px 0px;
}

.c-profile_personal-info_col > p .c-profile_personal-info_value2 {
    white-space: normal;
    max-width: 110%;
    font-size: 13px;
    line-height: 1.88;
    letter-spacing: -.3px;
    color: #939393;
    text-overflow: ellipsis;
    direction: ltr;
    text-align: right;
    padding: 3px 14px 0px 0px;
}

.c-profile_nav h4 {
    font-size: 18px;
}

.C_Profil_ordername {
    display: block;
}

    .C_Profil_ordername li {
        margin-left: 5px;
    }

.c-profil-user-t {
    padding: 0px 15px
}

.c-profile_recent-fav_col-img {
    margin-right: -12px;
    flex-basis: 45%;
    max-width: 40%;
}

.c-profile_recent-fav_col-title {
    flex-basis: 100%;
    max-width: 100%;
}

.btn-primary2 {
    bottom: 15px;
    right: 62%;
    font-size: 12px;
    padding: 25px 20px 0px 75px;
}

.c-profile_empty {
    font-size: 14px;
    margin: 11px 15px;
}

.c-profil-order-user {
    position: absolute;
    top: 9px;
    right: 37%;
}

.c-header_btn-user:before {
    font-size: 22px;
    margin-left: 3px;
}

.c-swiper_img {
    height: 140px;
}

.c-swiper_title {
    margin-top: 2px;
    width: 130%;
    background-color: #fbfbfb;
}

.c-swiper_price-value {
    text-align: center;
}

.C-swiper-serch {
    left: -3px
}

.c-gallery_img img {
    position: relative;
    left: 26px;
    max-width: 76%;
}

.c-account_box-footer {
    background-color: #d7d9eb;
    padding: 23px 10px;
    font-size: 14px;
}

.c-form_account-btn {
    padding: 12px 80px 13px 13px;
}

.c-remodal_login {
    padding: 0px;
    text-align: right;
    height: 600px;
    width: 340px;
}

.c-from_address-required_star1 {
    position: relative;
    top: 24px;
}

.c-input2 {
    width: 45%;
    margin-right: 20px;
}

.c-Text-top {
    right: 30%;
}

.c-header_basket-dropdown {
   /* width: 320px;*/
    left: -30px;
    top: calc(30% + 26px);
}

.c-header_basket-dropdown_list {
    padding: 0 3px;
    margin: 0;
}

.c-header_basket-dropdown_link {
    display: none;
}

.c-header_basket-dropdown_header {
    padding: 14px 26px 14px 2px;
}

.c-form_account-row {
    margin: 0px -30px -5px;
}

.c-checkout_summary-ul {
    padding: 14px 11px;
}

.c-form_account-remember {
    margin: 15px 0 7px;
}

.c-account_box {
    width: 350px;
}

.c-form_account-btn {
    margin: 20px 0px;
}

.c-checkout_product-content .c-swiper_img img {
    max-height: 100%;
    max-width: 100%;
}

.c-checkout_order-summary_content .c-swiper_img {
    height: 58px;
    margin-top: 4px;
    margin-bottom: 4px;
    display: block;
}

.c-header_btn-user_has-notification {
    top: 19px;
    right: 11px;
}

.c-checkout_contact-item_username {
    font-size: 14px;
}

.c-from_address-title {
    margin: 10px 17px 11px 0;
}

.teaser {
    padding: 1.5% 1.5%;
}

.c-product_params ul li span {
    right: 5px;
}

.c-profile_wishlist-list_item-thumb {
    padding: 0px;
}

.c-profile_wishlist-list_item-container {
    position: relative;
    right: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0px;
    width: 102%;
}

.c-stars {
    display: none;
}

.c-profile_wishlist-list_item-img {
    top: 33%;
    width: 100px;
    display: flex;
    justify-content: center;
    height: 120px;
    position: relative;
}

.c-profile_wishlist-list_item-remove {
    width: 30px;
    height: 30px;
    top: 13%;
}

.c-profile_wishlist-list_item-remove {
    font-size: 14px;
}

.btn-share_fb {
    display: none;
}

.btn-share_twitter {
    display: none;
}

.c-remodal_share-icon::before {
    font-size: 130px;
}

.c-input_send-top-email .c-input {
    padding-right: 11px;
        font-size: 13px;
}

.c-filter_action {
    text-align: center;
}

.c-btn-order {
    position: absolute;
    bottom: 28px;
}
.page {
    width: 100%;
}

.c-link_underline1 {
    color: #1ca2bd;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
    line-height: 2;
    position: relative;
    right: -10px;
}

.c-checkout_contact {
    width: 100%;
    margin-right: 3px;
}

.c-m-profil {
    right: 20px;
    position: relative;
    top: 30px;
}
.remodal{
padding: 18px 8px;
}
.c-remodal_compare .remodal-close {
    left: 10px;
    font-size: 14px;
}
.remodal-close{
    height: 35px;
    width: 35px;
font-size: 16px;
}
.c-remodal_compare-header {
    padding: 33px 30px 14px 10px;
}

.c-remodal_compare-search_row {
    display: block;
    margin-right: -30px;
    margin-left: -9px;
}
.c-remodal_compare-search_col{
padding: 5px 10px;
}
.c-cateogry_desc {
    padding: 30px 20px;
}

.c-cateogry_desc-btn {
    width: calc(100% - 20px);
}
.page-headline{
    width: 100%;
}
.c-checkout_product-content{
right: 5px;
    position: relative;
}
.c-form_share-col{
     padding-right:0px; 
     padding-left:0px;
}
.c-profile_recent-fav_col-title div{
    right: 0px;
}
.text-h3 {
    right: 0px;
    width: 100%;
    top: 3px;
    display: block;
}
.c-swiper-top {
    margin: 0px;
    display: inline-flex;
}
.c-swiper-top1 {
    margin:0px;
    display: inline-flex;
    padding:0px;
    bottom:15px;
}
.c-header_basket-dropdown_item-image1 img{
    right:0px;
}
.c-header_basket-dropdown_item-details1{
    padding-right:80px;
}
.c-swiper_slide-top {
    width: 75px;
    margin: 14px;
}
.c-swiper_title-top {
    font-size: 12px;
    left: 20px;
    width: 135%;
    padding-bottom: 15px;
}
.c-swiper_img-top img {
    width: 80px;
}
.c-swiper_img-top {
    width: 80px;
    height: 80px;
}
.c-checkout_contact-content1{
 padding: 0px;
}
.c-account_box-content{
    padding: 12px 32px;
}
.c-remodal_share-content{
    flex: 90%;
    max-width: 90%;
    padding: 46px 4px 0;
}
.c-remodal_share-url_row{
    margin-right: -30px;
    margin-left: -8px;
}
.c-form_share-row{
    margin: 0 0px 20px;
}
.c-remodal_share-url{
    bottom: 15px;
    position: relative;
}
.c-url_input{
font-size: 11px;
}
.c-remodal_share-url_title{
    margin-bottom: 0px;
}
.page-header_content{
    width: 100%;
}
.c-footer_copyright-text{
    font-size: 14px;
}
.remodal-wrapper{
    right: -20px;
}
.c-remodal_address-header{
    display: none;
}
.c-search_page-list .c-product_box-seller{
display: none;
}
.c-404_title h1{
    font-size: 23px;
}
.c-product_box-img_discount {
    position: relative;
        display: none;
    left: 45%;
}
.c-product_box-price_value1 {
    margin: 15px 0px;
}
.p-adress {
    font-size: 13px;
}
.zoomContainer{
    display: none;
}
.c-checkout_seller {
    width: 115%;
}
page_content1{
    width: 100%;
}
.c-profile_empty1{
text-align: center;
margin: 22px 30px;
}
.c-prop_title::before{
border-width: 10px 0 0 10px;
}
.c-prop_title{
padding-right: 22px;
}
.c-mask_btn::before{
    bottom: 22px;
}