﻿@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/iranyekan_400/IRANYekan.eot?#iefix) format("embedded-opentype"), url(../fonts/iranyekan_400/IRANYekan.ttf) format("truetype"), url(../fonts/iranyekan_400/IRANYekan.woff) format("woff"), url(../fonts/iranyekan_400/IRANYekan.woff2) format("woff2");
    font-weight: 400;
}

@font-face {
    src: url(../fonts/iranyekan_700/IRANYekan.eot?#iefix) format("embedded-opentype"), url(../fonts/iranyekan_700/IRANYekan.ttf) format("truetype"), url(../fonts/iranyekan_700/IRANYekan.woff) format("woff"), url(../fonts/iranyekan_700/IRANYekan.woff2) format("woff2");
    font-weight: 700;
}

@font-face {
    font-family: "woodmart";
    src: url(../fonts/woodmart/woodmart-font.woff2) format("woff2"), url(/../fonts/woodmart/woodmart-font.woff) format("woff");
}


@font-face {
    font-family: "webniz";
    src: url(../fonts/webniz/webniz.eot?#iefix) format("embedded-opentype"),url(../fonts/webniz/webniz.ttf) format("truetype"), url(../fonts/webniz/webniz.woff) format("woff"),url(../fonts/webniz/webniz.woff2) format("woff2");
}

/*///////////////////////*/



/*#cart-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #4CAF50;
    color: white;
    padding: 15px;
    border-radius: 5px;
    display: block;*/
/*content: "ssssssssssssssssssssssssssssss";*/
/*}*/




/* علامت ضربدر */
.product-NotAvailable:before {
    content: "\00d7"; /* کد unicode برای علامت ضربدر */
    color: #ff0000; /* رنگ علامت ضربدر */
}

/* علامت تیک */
.product-orderable {
    font-family: "woodmart";
    content: "\F115"; /* کد unicode برای علامت تیک */
    /*content: "\F00C";*/ /* کد unicode برای علامت تیک */
    /*content: "\2713";*/ /* کد unicode برای علامت تیک */
    color: #008000; /* رنگ علامت تیک */
}

:root {
    --white-color: #fff;
    --purple-color: #9013FE;
    --Magenta-color: #B1BBB3;
    --default-border-color: rgba(129, 129, 129, .20);
    --btn-default-bgcolor-hover: #e5479a;
    --default-brd-radius: 35px;
}

*, *::before, *::after {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333
}

    a:hover {
        color: unset
    }

body, html {
    direction: rtl;
}

ul, p, h4, h3 {
    list-style: none;
    padding: 0;
    margin: 0
}

input, button {
    font-family: inherit;
    font-size: inherit;
    outline: none;
    /*appearance: none;*/
    border: none;
}

body {
    position: relative;
    margin: 0;
    font-family: IRANYekan;
    font-size: 14px;
}

    body.noscroll {
        overflow-y: hidden
    }

.ltr {
    direction: ltr;
}

.font-woodmart {
    font-family: woodmart;
}

.c-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .7);
}

    .c-overlay.open {
        opacity: 1;
        visibility: visible;
        transition: opacity .25s ease, visibility 0s ease;
    }

    .img-404 {
        width: 70%;
        /*margin: 200px;*/
    }
 
/* header*/

.c-header {
    position: fixed;
    top: 0;
    right: -15px;
    left: 0;
    z-index: 98;
}

.c-header_top {
    background-color: var(--Magenta-color);
    height: 55px;
}

.container {
    max-width: 1222px;
}

.c-header_top > .container, .c-header-nav > .container {
    max-width: 100%;
    width: 95%;
    display: flex;
    height: 55px;
    margin-right: 15px;
}

.c-header_top-social {
    display: flex;
    margin-right: auto;
    align-self: center;
}

    .c-header_top-social img {
        width: 35px
    }

.c-header_top-aparat {
    margin-right: 60px;
    margin-left: 5px
}

.c-header-nav {
    height: 120px;
    transition: all .2s;
    background: var(--white-color)
}

    .c-header-nav.scrolled {
        height: 60px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    }

.c-header_logo {
    flex: 1 1 0%;
    margin-right: 30px;
}

    .c-header_logo img {
        width: 85px;
    }

.scrolled .c-header_logo img {
    width: 45px;
}

/* menu */

.c-header_menu-ul > li {
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
}

    .c-header_menu-ul > li:not(:last-child) {
        border-left: 1px solid rgba(129, 129, 129, .2);
    }

    .c-header_menu-ul > li > a {
        color: #000;
        height: 40px;
        display: flex;
        align-items: center;
    }

        .c-header_menu-ul > li > a:hover {
            color: #333
        }

    .c-header_menu-ul > li.has_dropdown > a::after {
        margin-right: 4px;
        font-weight: 400;
        font-style: normal;
        font-size: 50%;
        content: "\f129";
        font-family: woodmart;
    }

.c-header_menu .c-dropdown {
    padding: 12px 20px;
    width: 220px;
}

.c-header_menu-dropdown-ul a {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #848484;
    line-height: 2.3
}
.c-header_menu-dropdown-ul > li {
    /*display: flex;*/
    flex-wrap: nowrap;
    width: fit-content;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}
.c-header_menu-dropdown-ul a:hover {
    color: var(--Magenta-color)
}

/*end menu */

.c-header_action {
    flex: 1 1 0%;
}

.c-header_action-account {
    cursor: pointer;
}

.c-header_action-cart {
    position: relative;
}

/*.cart-icon span*/

.c-header_cart_count {
    /*color: var(--Magenta-color);*/

    position: absolute;
    top: 30px;
    left: 25px;
    z-index: 1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--Magenta-color);
    color: #FFF;
   
    text-align: center;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 9px;
    line-height: 15px;
}
.cart-icon::before {
    content: "\f126";
    color: #00002b;
    font-size: 32px;
    padding-left: 5px;
}

.c-header_cart_counter {
    margin-right: 12px;
    padding-right: 12px;
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.c-header_cart_total {
    color: var(--Magenta-color);
    font-size: 15px
}


.c-header_action-cart .c-dropdown {
    padding: 20px;
    width: 330px;
    right: auto;
    left: 0;
}

.c-header_cart-list_link {
    padding-left: 20px;
}

.c-header_cart-list_ul > li {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(119, 119, 119, .2);
}

.c-header_cart-list_img {
    min-width: 65px;
    max-width: 65px;
    margin-left: 15px;
}

.c-header_cart-list_title {
    margin-bottom: 8px;
    height: 42px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.c-header_cart-list_count {
    color: #BBB;
}

.c-header_cart-list_price {
    color: var(--Magenta-color)
}

.c-header_cart-list_remove {
    position: absolute;
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
    color: rgba(0, 0, 0, .8);
    text-align: center;
}

    .c-header_cart-list_remove::after {
        font-weight: 700;
        font-size: 8px;
        content: "\f112";
        font-family: "woodmart";
    }

.c-header_cart-sum {
    color: var(--Magenta-color)
}

.c-header_cart-dropdown_buttons {
    margin-top: 20px
}

.c-header_cart-dropdown_showbasket {
    margin-bottom: 10px;
}

    .c-header_cart-dropdown_showbasket:hover {
        background-color: #efefef !important;
    }

.c-header_action-search {
    padding-right: 20px;
    padding-left: 10px
}

.c-header_action-search_icon::before {
    content: "\f130";
    font-size: 19px;
    cursor: pointer;
}

.c-header_action-search_icon.open::before {
    content: "\f112";
    font-size: 19px;
    cursor: pointer;
}

.c-header_action-search_icon:hover::before {
    color: rgba(51, 51, 51, .6)
}
/*////////////*/


.c-header_search_result-content c-search_result-category {
    position: relative;
    letter-spacing: -.4px;
    font-size: 12px;
    line-height: 1.833;
    display: none;
    font-weight: 700;
}

.c-header_search_result-content li a {
    color: #474747;
    display: block;
    padding: 10px 4px;
    margin: 0 -12px;
}

.c-header_search_result-item {
    padding-right: 40px;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    font-weight: 400
}


/* end header */

/* Login SIde */

.c-login_side {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 100;
    width: 340px;
    background-color: #FFF;
    transition: transform .25s ease;
    left: 24px;
    padding: 10px;
    transform: translate3d(-100%, 0, 0);
}

    .c-login_side.open {
        transform: none;
    }

.c-login_side-header {
    padding: 20px 15px;
    border-bottom: 1px solid rgba(119, 119, 119, .2);
}

.c-login_side-close {
    cursor: pointer;
}

    .c-login_side-close::before {
        font-family: "woodmart";
        font-size: 11px;
        content: "\f112";
        margin-left: 5px;
    }

.c-login_side-form {
    padding: 20px 15px 10px 15px;
    border-bottom: 1px solid rgba(119, 119, 119, .2)
}

.c-login_side-forgetpassword {
    color: var(--Magenta-color);
}

    .c-login_side-forgetpassword:hover {
        color: var(--btn-default-bgcolor-hover);
        text-decoration: underline
    }

.c-login_side-register {
    border-bottom: 1px solid rgba(119, 119, 119, .2);
    padding-bottom: 15px
}

    .c-login_side-register::before {
        margin-bottom: 15px;
        color: rgba(135, 135, 135, .15);
        font-size: 54px;
        line-height: 1;
        content: "\f124";
        font-family: "woodmart";
    }

.c-login_side-register-link {
    border-bottom: 2px solid var(--Magenta-color);
    color: #333;
    margin-top: 10px
}

/*End Login SIde */

/*FullScreen Search*/

.c-fullscreen_search {
    position: fixed;
    box-shadow: 0 0 14px rgba(0, 0, 0, .08);
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--white-color);
    transform: translate3d(0, 100%, 0);
    transition: opacity 0.3s ease 0.3s, transform 0.3s ease;
    opacity: 0;
    z-index: 98;
}

    .c-fullscreen_search.open {
        transform: none;
        opacity: 1;
        transition: opacity 0s, transform 0.3s ease;
    }

.c-fullscreen_search-close {
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: pointer;
    z-index: 1;
    width: 100px;
    height: 100px;
}

    .c-fullscreen_search-close::after {
        content: "\f112";
        font-family: "woodmart";
        font-size: 30px;
    }

.c-fullscreen_search-form {
    padding-right: 100px;
    padding-left: 100px;
    border-bottom: 1px solid rgba(119, 119, 119, .2);
    position: relative;
}

.c-fullscreen_search-form-input {
    height: 110px;
    border: none;
    text-align: center;
    font-weight: 600;
    font-size: 48px;
    width: 100%
}

.c-fullscreen_search-info {
    color: rgb(119, 119, 119)
}

.c-fullscreen_search-results {
    margin-top: -20px;
    background-color: var(--white-color);
    z-index: 3;
    position: relative;
}

.c-fullscreen_search-result {
    flex-basis: 200px;
    flex-grow: 0;
    padding: 10px;
}

.c-fullscreen_search-result-img {
    margin-bottom: 10px;
}

    .c-fullscreen_search-result-img img {
        max-width: 100%;
    }

.c-fullscreen_search-result-title {
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    height: 40px;
    margin-bottom: 10px
}

    .c-fullscreen_search-result-title strong {
        text-decoration: underline;
    }

.c-fullscreen_search-result-price del {
    font-size: 10px;
    color: #BDBDBD
}

.c-fullscreen_search-result-price span {
    color: var(--Magenta-color)
}

.c-fullscreen_search-showall {
    height: 50px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    width: 100%;
    margin-top: 10px;
}

    .c-fullscreen_search-showall:hover {
        background-color: #F9F9F9;
    }

/*EndFullScreen Search*/

/*Main Slider*/

main {
    padding-top: 175px;
    min-height: calc(100vh - 450px)
}

.c-main {
    /*margin-top: 50px*/
}

.c-mainslider {
    /* width: calc(100vw - 17px); 
height:400px;*/
}

.c-menucategory {
    flex-basis: 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}

.c-menucategory_title {
    background-color: var(--Magenta-color);
    color: var(--white-color);
    font-size: 16px;
    margin-bottom: 20px;
    padding: 10px
}

.c-menucategory_menu-ul {
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
}

    .c-menucategory_menu-ul li:not(:last-child) {
        border-bottom: 1px solid rgba(129, 129, 129, .15);
    }

    .c-menucategory_menu-ul li > a {
        width: 100%;
        display: flex;
        padding: 12px 18px;
        line-height: 20px;
        color: #333;
    }

        .c-menucategory_menu-ul li > a:hover {
            background-color: #F9F9F9;
        }

.c-mainslider_slider {
    flex-basis: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-right: 10px;
    margin-left: 10px;
}

.c-mainslider_slider-container {
    /*max-height: 540px;*/
    /*min-height: 540px;*/
    height: 100%;
    overflow: hidden;
}

.c-mainslider_slider-slider img {
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet {
    margin-right: 10px;
}

/*End Main Slider*/

/* Category slider */

.c-slider_category_container {
    overflow: hidden;
    margin-left: 20px;
    margin-right: 20px;
    /* padding-left: 15px;
    padding-right: 15px;*/
}

.c-slider_category-slide_title {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold
}

.c-slider_category-slide img {
    filter: none;
    width: 100%;
}

    .c-slider_category-slide img:hover {
        /*filter: drop-shadow(0px 0px 15px #fff);*/
        /*filter: drop-shadow(0px 0px 15px var(--Magenta-color));*/
        filter: drop-shadow(0px 0px 15px #494949);
    }

/*End Category slider */

/* Main Slider */

.c-main_product-slider-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

    .c-main_product-slider-tab > span {
        margin-left: 15px;
        position: relative;
        cursor: pointer;
    }

        .c-main_product-slider-tab > span::after {
            content: '';
            position: absolute;
            top: 100%;
            right: 0;
            width: 0;
            height: 2px;
            transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
            background-color: var(--Magenta-color);
        }

        .c-main_product-slider-tab > span.selected::after, .c-main_product-slider-tab > span:hover::after {
            width: 100%
        }

.c-main_product-slider_container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 0 100px;
    justify-content: center;
    /*
    width: 100%;
    padding-left: 10px;
    padding-right: 0px;
    margin: 10px;
*/
}

.c-main_product-slider_slide {
    border-radius: 20px;
    position: relative;
    box-shadow: 0 0 10px var(--Magenta-color);
    margin: 0px;
    padding: 5px;
    /*
width:310px;
height:400px;
*/
    /*border: 1px solid #eee*/
}

.c-main_product-slider-labels {
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 1;
}

.c-product_label-out-stock {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 7px;
    min-height: 50px;
    border-radius: 35px;
    background-color: rgba(255, 255, 255, .9);
    color: #2d2a2a;
    font-size: 12px;
}

.c-main_product-slider_img img {
    width: 100%;
    /*
width:310px;
height:310px;
*/
}

.c-main_product-slider_title {
    font-size: 15px;
    margin-top: 10px;
    /*margin-bottom: 15px;
    height: 42px;*/
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 2rem;
}

.c-main_product-slider_price {
    /*margin-bottom: 15px;*/
    font-size: 10px;
}

    .c-main_product-slider_price del {
        font-size: 8px;
        color: #BDBDBD;
    }

    .c-main_product-slider_price span {
        color: var(--Magenta-color);
        /*font-weight: bold;*/
        font-size: 15px
    }

.c-main_product-slider_buttons {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    transform: translateY(25px);
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
}

.c-main_product-slider_img:hover .c-main_product-slider_buttons {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.c-main_product-slider_buttons-container {
    background-color: var(--white-color);
    padding-right: 2px;
    padding-left: 2px;
}

.c-main_product-slider_buttons a {
    max-width: 43px;
    /*color: #333;*/
    color: var(--Magenta-color);
    height: 25px;
    width: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.c-main_product-slider_buttons-add::before {
    font-family: "woodmart";
    content: "\f126";
    font-size: 20px;
    margin-left: 12px;
}

.c-main_product-slider_buttons-favorite::before {
    font-family: "woodmart";
    content: "\F106";
    font-size: 20px;
}

.c-main_product-slider_buttons-detail::before {
    font-family: "woodmart";
    content: "\f130";
    font-size: 20px;
}

.c-main_product-slider-quick_shop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: transform .3s ease;
    transform: translate3d(0, 103%, 0);
    background-color: rgba(255, 255, 255, .95);
}

    .c-main_product-slider-quick_shop.open {
        transition: transform .4s ease;
        transform: translate3d(0, 0, 0);
    }

.c-main_product-slider-quick_shop-close {
    position: absolute;
    top: 5px;
    left: 8px;
    font-size: 11px;
    cursor: pointer;
}

    .c-main_product-slider-quick_shop-close::before {
        font-family: "woodmart";
        content: "\f112";
        display: inline-block;
        width: 14px;
        height: 14px;
        vertical-align: middle;
        font-size: 10px
    }

.c-main_product-slider-quick_shop-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
}

.c-main_product-slider-quick_shop-variants {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: auto;
    text-align: center;
    height: 100%;
    justify-content: center;
}

.c-main_product-slider-quick_shop-variant {
    margin-bottom: 20px;
}

.c-main_product-slider-quick_shop-variant-title {
    margin-bottom: 10px;
    display: block
}

/*.c-main_product-slider-quick_shop-add-to-cart {
    width: 100%;
    text-align: center;
    color: #fff;*/
/*padding: 32px 20px;*/
/*padding: 30px 20px;
    background-color: #fb3449;
    cursor: pointer;
}*/

.c-main_product-slider-quick_shop-add-to-cart {
    width: 100%;
    text-align: center;
    color: #fff;
    /*padding: 32px 20px;*/
    /* padding: 30px 20px;*/
    margin: 5px 10px;
    height: inherit;
    max-height: 60px;
    background-color: #fb3449;
    cursor: pointer;
}

    .c-main_product-slider-quick_shop-add-to-cart:hover {
        color: #fff
    }

    .c-main_product-slider-quick_shop-add-to-cart::before {
        display: inline-block;
        margin-left: 10px;
        font-size: 19px;
        content: "\f123";
        font-family: "woodmart";
    }

.c-main_product-slider_show-more {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

    .c-main_product-slider_show-more span {
        padding: 12px 25px 12px 25px;
        /* border: 1px solid #E9E9E9;*/
        color: white;
        font-weight: 900;
        cursor: pointer;
    }

        .c-main_product-slider_show-more span:hover {
            border-width: 2px
        }

/* End Main Slider */

/* Detail Model */

.c-model_detail {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding: 0 8px;
    direction: rtl;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: transform .3s ease, visibility .3s ease, opacity .3s ease;
    transform: translateX(100px);
}

    .c-model_detail.open {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

.c-model_detail-container {
    max-width: 920px;
    margin: 25px auto;
    width: 100%;
    background-color: #FFF;
    position: relative;
}

.c-model_detail-close {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

    .c-model_detail-close::before {
        font-size: 16px;
        line-height: 50px;
        content: "\f112";
        font-family: "woodmart";
    }

.c-model_detail-img {
    position: relative;
    padding: 0;
    overflow: hidden;
}

    .c-model_detail-img img {
        width: 100%
    }

.c-model_detail-show_detail {
    position: absolute !important;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-color: var(--Magenta-color);
    color: var(--white-color);
    padding: 12px 20px;
    height: 42px;
    text-align: center;
    transition: all 0.25s ease !important;
    transform: translateY(100%);
}

.c-model_detail-img:hover .c-model_detail-show_detail {
    transform: translateY(0);
    color: var(--white-color);
}

.c-model_detail-content {
    padding-top: 30px;
    padding-left: 45px;
    scrollbar-width: thin;
    overflow-y: scroll;
    height: 450px;
}

.c-model_detail-title {
    font-size: 20px;
    height: 52px;
    display: flex;
    text-overflow: ellipsis;
    overflow: hidden;
}

.c-model_detail-price del {
    font-size: 17px;
    color: #BDBDBD
}

.c-model_detail-price > span {
    font-size: 20px;
    color: var(--Magenta-color);
    margin-right: 5px
}

.c-model_detail-props span {
    color: #777
}

.c-model_detail-variant {
    display: flex;
    margin-bottom: 10px
}

.c-model_detail-variant-title {
    margin-left: 20px;
}

.c-model_detail-add_to_cart .c-btn {
    width: auto
}

.c-model_detail-meta {
    padding-top: 20px;
    border-top: 1px solid rgba(119, 119, 119, 0.2);
    margin-bottom: 15px;
    margin-top: 15px
}

.c-model_detail-meta-row {
    margin-bottom: 10px
}

.c-model_detail-meta_value {
    color: #777;
    font-size: 13px;
    margin-right: 5px
}

.c-model_detail-social {
    color: rgba(0, 0, 0, 0.6);
    margin-left: 10px;
    display: inline-flex
}

    .c-model_detail-social.email::before {
        content: "\f157";
        font-family: "woodmart";
    }

    .c-model_detail-social.whatsapp::before {
        content: "\f175";
        font-family: "woodmart";
    }

    .c-model_detail-social.telegram::before {
        content: "\f179";
        font-family: "woodmart";
    }

/*End Detail Model */

/* Footer */

.c-footer {
    background-color: var(--Magenta-color);
    color: var(--white-color);
    padding-top: 40px;
    margin-left: -15px;
}

.c-footer-clomun_title {
    margin-bottom: 20px;
    font-size: 15px
}

.c-footer_about-text {
    color: wheat;
    margin-bottom: 10px
}

.c-footer_product {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

    .c-footer_product:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

.c-footer_product-img {
    margin-left: 15px
}

    .c-footer_product-img img {
        max-width: 65px;
    }

.c-footer_product-title {
    margin-bottom: 5px;
    height: 42px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.c-footer_product-price del {
    color: rgba(255, 255, 255, .6);
    font-size: 12px
}

.c-footer_links a {
    color: var(--white-color);
    margin-bottom: 10px
}

    .c-footer_links a:hover {
        color: #fffc
    }

.c-copyright {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 15px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center
}

/* Mobile Search */
.c-search_result {
    position: relative;
    background-color: var(--Magenta-color);
    border-radius: 15px;
}

.c-search_result-category {
    /*padding: 5px;*/
    margin: 7px;
    position: relative;
}

c-header_search_result-content {
    /*padding: 5px;*/
    margin: 5px;
    position: relative;
}

.c-mobile_search, .c-mobile_search-form {
    width: 100%;
    position: relative;
    z-index: 1;
}
/*todo*/
.c-mobile_search-form::before {
    font-family: "webniz";
    content: "\e089";
    position: absolute;
    top: 60%;
    left: 8%;
    margin-top: -10px;
    margin-left: -10px;
    width: 20px;
    font-size: 30px;
    line-height: 20px;
    color: #00002b;

}


.c-mobile_search-form {
    height: 42px;
    z-index: 1;
}

.c-mobile_search-input {
    min-width: 100%;
    height: 42px;
    border-radius: var(--default-brd-radius);
    border: 1px solid rgba(129, 129, 129, .20);
    padding: 15px;
    padding-left: 50px;
}

.c-mobile_search-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 52px;
    border-top-left-radius: var(--default-brd-radius);
    border-bottom-left-radius: var(--default-brd-radius);
    background-color: var(--Magenta-color);
    color: var(--white-color)
}

    .c-mobile_search-btn::after {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -10px;
        margin-left: -10px;
        width: 20px;
        font-size: 20px;
        line-height: 20px;
        font-family: "woodmart";
        content: "\f130";
    }

.c-mobile_search-results {
    position: absolute;
    top: 100%;
    background-color: #FFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    z-index: 100;
    right: 23px;
    left: 23px;
    margin-top: -6px;
    max-height: 50vh;
    overflow-y: scroll;
    overflow-x: hidden
}

.c-mobile_search-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -1px;
    margin-left: -1px;
}

.c-mobile_search-result {
    flex: 1 1 285px;
    padding: 15px;
    border-bottom: 1px solid;
    border-left: 1px solid;
    cursor: pointer;
}

.c-mobile_search-result-img {
    margin-left: 15px;
    max-width: 65px;
}

    .c-mobile_search-result-img img {
        width: 100%;
    }

.c-mobile_search-result-title {
    font-size: 12px;
    color: #333;
    height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.c-mobile_search-result-price del {
    color: #BDBDBD;
    font-size: 10px
}

.c-mobile_search-result-price span {
    color: var(--Magenta-color);
    font-size: 12px
}

.c-mobile_search-showall {
    height: 45px
}

    .c-mobile_search-showall:hover {
        background-color: #F9F9F9;
    }

/* End Mobile Search */

/* Mobile Menu */

.c-mobile_menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 300px;
    background-color: #FFF;
    transition: transform .25s ease;
    left: 0;
    transform: translate3d(-100%, 0, 0);
}

    .c-mobile_menu.open {
        transform: none;
    }

.c-mobile_menu-search-form {
    width: 100%;
    position: relative;
    box-shadow: 0 -1px 9px rgba(0, 0, 0, .17);
}

.c-mobile_menu-search-input {
    padding-left: 50px;
    padding-right: 20px;
    height: 70px;
    width: 100%;
    font-weight: 600;
    font-size: 15px;
}

    .c-mobile_menu-search-input::placeholder {
        color: #777;
        font-weight: normal
    }

.c-mobile_menu-search-btn {
    position: absolute;
    top: 0;
    left: 2px;
    bottom: 0;
    width: 50px;
    background-color: transparent;
    color: #777;
}

    .c-mobile_menu-search-btn::after {
        font-family: "woodmart";
        content: "\f130";
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -10px;
        margin-left: -10px;
        font-size: 20px;
        line-height: 20px;
    }

.c-mobile_menu-container {
    overflow-y: scroll
}

.c-mobile_menu-tab {
    border-bottom: 1px solid rgba(129, 129, 129, .2);
    background-color: rgba(0, 0, 0, .04);
    display: flex;
    text-align: center
}

    .c-mobile_menu-tab span {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 16px 15px;
        position: relative;
    }

        .c-mobile_menu-tab span.selected {
            background-color: rgba(0, 0, 0, .05);
        }

    .c-mobile_menu-tab > span::after {
        content: '';
        position: absolute;
        top: 100%;
        right: 0;
        width: 0;
        height: 2px;
        transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
        background-color: var(--Magenta-color);
    }

    .c-mobile_menu-tab > span.selected::after, .c-mobile_menu-tab > span:hover::after {
        width: 100%
    }

.c-mobile_menu-ul {
    padding-bottom: 15px
}

    .c-mobile_menu-ul li {
        display: flex;
        cursor: pointer;
        flex-wrap: wrap
    }

        .c-mobile_menu-ul li a {
            padding: 5px 20px;
            min-height: 50px;
            display: flex;
            align-items: center;
            border-bottom: 1px solid rgba(129, 129, 129, .2);
            position: relative;
            flex: 1 1 0%;
        }

    .c-mobile_menu-ul .has-dropdown.active > a {
        background-color: rgba(0, 0, 0, .04)
    }

    .c-mobile_menu-ul .dropdown-icon {
        border-right: 1px solid rgba(129, 129, 129, .2);
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid rgba(129, 129, 129, .2);
    }

        .c-mobile_menu-ul .dropdown-icon::after {
            content: "\f114";
            font-family: "woodmart";
            font-weight: 700;
            font-size: 12px;
            transition: transform .25s ease;
        }

    .c-mobile_menu-ul .has-dropdown.active .dropdown-icon {
        background-color: var(--Magenta-color);
        color: var(--white-color)
    }

        .c-mobile_menu-ul .has-dropdown.active .dropdown-icon::after {
            transform: rotate(90deg);
        }

.c-mobile_menu-dropdown {
    flex: 1 1 100%;
    color: #777;
    padding-right: 20px;
}

.c-mobile_menu-ul .account-icon {
    display: flex;
    margin-left: 10px
}

.account-icon::before {
    content: "\f124";
    font-family: "woodmart";
}

/* End Mobile Menu */

/* Bottom Toolbar */

.c-mobile_bottom-toolbar {
    position: sticky;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 5px;
    height: 55px;
    background-color: #fff;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
    z-index: 99;
    margin-left: -15px;
}

.c-mobile_bottom-toolbar_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.c-mobile_bottom-toolbar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 0 20%;
    font-size: 12px;
    color: #000;
}

.c-mobile_bottom-toolbar-item-icon {
    position: relative;
}

    .c-mobile_bottom-toolbar-item-icon::before {
        font-family: 'woodmart';
        font-size: 19px;
        color: #000
    }

.phone-icon::before {
    content: "\f175";
}

.shop-icon::before {
    content: "\f146";
}

.setting-icon::before {
    content: "\f140";
}

.user-icon::before {
    content: "\f132";
}

.c-mobile_bottom-toolbar-item-badge {
    position: absolute;
    top: 0;
    left: -9px;
    z-index: 1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--Magenta-color);
    color: #FFF;
    text-align: center;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 9px;
    line-height: 15px;
}

/* End Bottom Toolbar */

/*End Footer */

.c-dropdown {
    background-color: var(--white-color);
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 15px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    visibility: hidden;
    opacity: 0;
    transform: translateY(15px) translateZ(0);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}

.c-header-nav.scrolled .c-dropdown {
    margin-top: 6px;
}

.c-dropdown::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 15px;
}

.c-header-nav.scrolled .c-dropdown::before {
    height: 20px;
}

.has_dropdown:hover > .c-dropdown {
    visibility: visible;
    opacity: 1;
    transform: none
}
/*/////*/
.c-dropdowns {
    background-color: var(--white-color);
    position: absolute;
    top: 100%;
    /*right: 0;*/
    /*margin-top: 15px;*/
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    visibility: hidden;
    opacity: 0;
    transform: translateY(15px) translateZ(0);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}

.c-header-nav.scrolled .c-dropdowns {
    margin-top: 6px;
}

.c-dropdowns::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 15px;
}

.c-dropdowns::before {
    height: 20px;
}

.has_dropdowns:hover > .c-dropdowns {
    visibility: visible;
    opacity: 1;
    transform: none
}

.c-input {
    width: 100%;
    height: 42px;
    border-radius: var(--default-brd-radius);
    border: 1px solid var(--default-border-color);
    padding: 0 15px;
}

    .c-input:focus {
        outline: none;
        border-color: rgba(129, 129, 129, .3)
    }

.c-textarea {
    overflow: auto;
    padding: 10px 15px;
    min-height: 110px;
    width: 100%;
    border-radius: var(--default-brd-radius);
    border: 1px solid var(--default-border-color);
}

    .c-textarea:focus {
        outline: none;
        border-color: rgba(129, 129, 129, .3)
    }

.c-btn {
    width: auto;
    ;
    background-color: var(--Magenta-color);
    border-radius: var( --default-brd-radius);
    padding: 12px 20px;
    color: #fff;
    text-align: center;
    border: none
}

    .c-btn:hover {
        color: #fff;
        font-size: 10px;
        background-color: var( --btn-default-bgcolor-hover);
    }

.c-box_switcher {
    padding: 8px 53px 8px 20px;
    position: relative;
}

.c-statusswitcher {
    position: absolute;
    right: 0;
    top: 10px
}

    .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: var(--Magenta-color);
    border-color: var(--Magenta-color)
}

    input[type="checkbox"]:checked + .c-statusswitcher_slider span {
        right: 21px
    }



/*.clients img:hover {
    filter: none;
    transform: scale(1.1);
}*/

.img-hover {
    border-bottom-width: thin;
    border: var(--Magenta-color);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}

.img-hover_container {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}


    .img-hover_container:hover .img-hover {
        opacity: 1;
        transform: scale(1.09);
    }

.c-product_color ul li {
    margin-left: 5px;
    width: 25px;
    height: 25px;
}

.c-color {
    position: relative;
}

/*.c-imgshape {*/
.js-changeimg {
    display: block;
    /*width: 25px;*/
    /*height: 25px;*/
    border: 1px solid #ccc;
    /*right: 8px;*/
    /*top: 8px;*/
    cursor: pointer;
    border-radius: 15px;
}

.c-color input[type="radio"] {
    visibility: hidden;
    position: absolute;
}
/*input[type="radio"]:checked + .js-changeimg {*/
/*.c-color input[type="radio"]:checked + .js-changeimg {
*/
/*
border-color: red;
border-radius: 20px;
    }*/
input[type="radio"]:checked + .js-changeimg {
    border-color: var(--Magenta-color);
    box-shadow: 0 0 10px var(--Magenta-color);
}

.c-select {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
    padding-left: 30px;
    padding-right: 15px;
    background-position: left 10px top 50%;
    background-size: auto 18px;
    background-repeat: no-repeat;
    /*width: 100%;*/
    border-radius: var(--default-brd-radius);
    border: 1px solid rgba(129, 129, 129, .20);
    appearance: none;
    /*todo :ناموجود ها به این رنگ در بیاد*/
    /*color: #777;*/
    height: 42px;
}

.c-product_count {
    min-width: 80px;
    max-width: 80px;
    height: 42px;
    border: 1px solid rgba(129, 129, 129, .20);
    border-radius: var(--default-brd-radius);
    margin-left: 15px;
    overflow: hidden;
}

    .c-product_count input {
        width: 30px;
        height: 100%;
        border: none;
        text-align: center;
        border-right: 1px solid rgba(129, 129, 129, .20);
        border-left: 1px solid rgba(129, 129, 129, .20);
    }

    .c-product_count span {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

        .c-product_count span:hover {
            background-color: var(--Magenta-color);
            color: var(--white-color)
        }

.select2-container {
    width: 100% !important
}

.select2-container--default .select2-selection--single {
    border: none
}

.select2-container--default .select2-selection--single {
    padding: 0 15px;
    height: 42px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(129, 129, 129, .2);
    border-radius: var(--default-brd-radius)
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        display: inline;
        padding-right: 0 !important;
        padding-left: 0 !important;
        color: #777;
        line-height: 1.4;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==");
        top: 8px;
        left: 10px !important;
        background-position: left 1px top 50%;
        background-size: auto 18px;
        background-repeat: no-repeat;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            display: none;
        }

.select2-container--open .select2-dropdown--above, .select2-container--open .select2-dropdown--below {
    border: 1px solid rgba(129, 129, 129, .2);
}

.select2-search--dropdown {
    padding: 18px;
    border-bottom: 1px solid rgba(129, 129, 129, .2);
    background-color: #F9F9F9;
    position: relative;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 0 15px;
    height: 42px;
    border: 1px solid rgba(129, 129, 129, .2);
    background-color: #FFF;
    background-image: none;
    color: #777;
    border-radius: var(--default-brd-radius)
}

.select2-search--dropdown::after {
    content: "\f130";
    font-family: "woodmart";
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -9px;
    color: #8C8C8C;
    font-size: 18px;
    line-height: 18px;
}

.select2-results__option {
    padding: 10px
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--Magenta-color);
    color: var(--white-color)
}

/* Cart Page */

.c-cartpage_products-header {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid rgba(129, 129, 129, .20);
    padding-bottom: 10px;
    text-align: center
}

.c-cartpage_products-item {
    border-bottom: 1px solid rgba(129, 129, 129, .20);
}

.c-cartpage_products-remove::before {
    font-weight: 600;
    font-size: 10px;
    content: "\f112";
    font-family: "woodmart";
    cursor: pointer;
    padding-right: 6px
}

.c-cartpage_products-img img {
    min-width: 80px;
    max-width: 80px;
    margin: 15px 12px;
    margin-right: 6px;
    box-shadow: 0 0 10px var(--Magenta-color);
    width: 100%;
    border-radius: 15px;
}



.c-cartpage_products-title {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

    .c-cartpage_products-title h5 {
        font-size: 15px;
        height: 38px;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0
    }

    .c-cartpage_products-title p {
        color: #777;
        font-size: 12px;
        width: 100%;
    }

    .c-cartpage_products-title .c-cartpage_products-remove {
        position: absolute;
        left: 12px;
    }

.c-cartpage_products-price {
    color: #777;
    align-items: center;
    display: flex;
    justify-content: center;
}

.c-cartpage_products-total {
    color: var(--Magenta-color);
    font-size: 17px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.c-cartpage_update {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
}

    .c-cartpage_update .c-btn {
        max-width: 150px;
        margin-bottom: 15px
    }

.c-cartpage_summery-container {
    padding: 25px;
    border: 3px solid #EFEFEF
}

.c-cartpage_summery-total {
    border-bottom: 1px solid rgba(129, 129, 129, .20);
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-top: 20px;
}

.c-cartpage_summery-label {
    font-weight: bold;
}

.c-cartpage_summery-total-price {
    color: #777
}

.c-cartpage_summery-shipping {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.c-cartpage_summery-shipping_method-row {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 13px
}

.c-cartpage_summery-shipping_label {
    color: #242424;
}

.c-cartpage_summery-shipping_price {
    color: var(--Magenta-color);
    font-weight: bold;
    margin-right: 5px
}

.c-cartpage_summery-shipping_city {
    margin-right: 5px
}

.c-cartpage_summery-shipping_change_city {
    color: var(--Magenta-color);
    font-weight: bold;
    cursor: pointer;
}

.c-cartpage_summery-shipping_method-row .c-btn {
    max-width: 100px
}

.c-cartpage_summery-sum {
    border-top: 1px solid rgba(129, 129, 129, .20);
    padding-top: 15px;
    margin-top: 5px
}

.c-cartpage_summery-sum-price {
    color: var(--Magenta-color);
    font-size: 25px;
}

.c-cartpage_summery-sum .c-btn {
    margin-top: 20px
}

.cart-page-slider.container {
    max-width: 100%;
    display: flex;
    margin-top: 20px;
    overflow: hidden;
}

/*End Cart Page */

/* Product Slider */

.c-product-slider-container {
    margin-top: 10px
}

.c-product_slide {
    padding: 5px;
    border: 1px solid var(--Magenta-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    border-radius: 15px;
}

.c-cartpage_product-slider {
    width: 100%;
}

.c-product_slide-img img {
    width: 100%
}

.c-product_slide-title h5 {
    font-size: 15px;
    margin: 10px;
    height: 35px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.c-product_slide-price del {
    color: #BDBDBD;
}

.c-product_slide-price span {
    color: var(--Magenta-color);
    font-weight: bold;
    font-size: 15px;
}

.c-product_slide-add-to-cart {
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    padding: 0 5px;
    width: 100%;
    height: 36px;
    justify-content: center;
    align-items: center
}

    /* .c-product_slide-add-to-cart::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 400;
        font-size: 20px;
        transition: opacity .15s ease, transform .25s ease;
        transform: translateY(100%);
        content: "\f123";
        font-family: "woodmart";
    }

    .c-product_slide-add-to-cart span {
        font-size: 12px;
        display: block;
        transition: transform .25s ease, opacity .15s ease;
        padding: 10px 14px;
        color: white;
    }

    .c-product_slide-add-to-cart:hover span {
        transform: translateY(-100%) translateZ(0);
    }

    .c-product_slide-add-to-cart:hover::before {
        transform: translateY(0) translateZ(0);
    }*/

    .c-product_slide-add-to-cart ::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 100;
        font-size: 17px;
        /*  transition: opacity .15s ease, transform .25s ease;
        transform: translateY(100%);*/
        color: white;
        content: "\f123";
        font-family: "woodmart";
    }

    /*.c-product_slide-add-to-cart ::after {
    font-size: 12px;
    display: block;
    content: "سبدخرید";
    transition: transform .25s ease, opacity .15s ease;
    padding: 10px 14px;
    color: white;
}
*/
    .c-product_slide-add-to-cart:hover ::before {
        transform: translateY(-100%) translateZ(0);
    }

    .c-product_slide-add-to-cart:hover::after {
        /*transform: translateY(0) translateZ(0);
*/
        content: "افزودن به سبد";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 14px;
        color: white;
    }

.c-product_slide-btn {
    background: #FFF;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    transition: all .3s ease;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    opacity: 0;
    transform: translateX(-20px);
}

.c-product_slide:hover .c-product_slide-btn {
    opacity: 1;
    transform: translateX(0);
}

.c-product_slide-btn .c-main_product-slider_buttons-detail {
    width: 50px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center
}

.c-product_slide-btn-tooltip {
    background-color: #000;
    color: #fff;
    padding: 0 15px;
    font-size: 11px;
    white-space: nowrap;
    height: 34px;
    display: flex;
    align-items: center;
    position: absolute;
    letter-spacing: .3px;
    top: 50%;
    left: 100%;
    margin-top: -17px;
    margin-left: 8px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s ease, visibility .2s ease
}

    .c-product_slide-btn-tooltip::before {
        position: absolute;
        content: '';
        top: 50%;
        right: 100%;
        margin-top: -5px;
        border-width: 5px 5px 5px 0;
        border-right-color: #000;
        border-style: solid;
    }

.c-main_product-slider_buttons-detail:hover .c-product_slide-btn-tooltip {
    visibility: visible;
    opacity: 1;
}

/*End Product Slider */

/* ShopPage */

.c-shop_filters {
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    margin-bottom: 15px
}

.c-shop_filter-title {
    font-weight: bold;
    padding: 15px 10px 10px 0;
    border-bottom: 2px solid var(--Magenta-color);
}

.c-shop_filter-content {
    padding: 15px;
    padding-top: 5px
}

.c-shop_filter {
    font-size: 15px;
    padding: 5px 0;
}

    .c-shop_filter a {
        color: #727272
    }

    .c-shop_filter:hover a {
        color: #000
    }

.form-check {
    padding-right: 1.5em;
}

    .form-check .form-check-input {
        float: right;
        margin-right: -1.5em;
    }

.form-check-input:checked {
    background-color: var(--Magenta-color);
    border-color: var(--Magenta-color);
}

.c-shop_filter-slider {
    padding: 20px;
    border-bottom: 1px solid #f5f5f5;
}

.c-range_slider {
    height: 2px;
    border: none;
    box-shadow: none;
    background-color: #c6c6c6;
}

.noUi-connect {
    background-color: var(--Magenta-color);
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    right: 0%;
    left: auto;
}

.c-range_slider.noUi-horizontal .noUi-handle {
    border: none;
    width: 6px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -5px;
    top: -7px;
    background-color: var(--Magenta-color);
    box-shadow: none;
}

.noUi-handle::after, .noUi-handle::before {
    content: unset
}

.c-filter_range {
    margin-top: 15px;
    display: flex;
    align-items: center
}

    .c-filter_range span {
        font-size: 12px;
        margin-right: 3px
    }

    .c-filter_range input {
        width: 75px;
        font-size: 15px;
        background-color: transparent;
        border: 1px solid #ccc;
        border-radius: 5px
    }

.c-filter_price-btn {
    margin-top: 10px;
    width: 200px;
}

.c-shop_products-head {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.c-breadcrumb_ul {
    display: flex;
}

    .c-breadcrumb_ul li {
        margin-left: 10px;
    }

.c-breadcrumb_ul-link {
    color: #8E8E8E;
}

    .c-breadcrumb_ul-link::after {
        content: "/";
        margin-right: 5px;
    }

.c-shop_products-order select {
    background-color: var(--white-color);
    border: none;
    border-bottom: 1px solid rgba(129, 129, 129, .2);
}

    .c-shop_products-order select:focus {
        border-color: var(--Magenta-color);
    }

.c-shop_products-filters {
    display: none;
    /*display: flex;*/
    flex-wrap: wrap
}

.c-shop_products-filter {
    margin-right: 10px;
    position: relative;
    padding-left: 15px;
    font-size: 12px
}

    .c-shop_products-filter:not(:last-child) {
        border-left: 1px solid rgba(119, 119, 119, .2);
    }

.c-shop_products-filter_title::before {
    content: "\f112";
    font-family: "woodmart";
    font-size: 10px;
    margin-left: 5px;
    width: 14px;
    display: inline-flex;
}

.c-shop_products-filter_value {
    color: var(--Magenta-color)
}

.c-shop_products-list {
    padding-right: 10px;
    padding-left: 10px
}

.c-pager_ul {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

    .c-pager_ul li {
        margin-left: 5px;
    }

.c-pager_link {
    margin-left: 5px;
    height: 30px;
    width: 30px;
    display: flex;
    font-size: 15px;
    justify-content: center;
    align-items: center;
    font-weight: bold
}

    .c-pager_link.selected {
        background-color: var(--Magenta-color);
        color: var(--white-color)
    }

    .c-pager_link:not(.selected):hover {
        background-color: #EEE;
    }

.c-pager_pre::before {
    content: "\f113";
    font-family: "woodmart";
    font-size: 12px;
}

.c-pager_next::before {
    content: "\f114";
    font-family: "woodmart";
    font-size: 12px;
}

/* End ShopPage */

/* CheckoutPage */

.c-checkout_address-content .row > div {
    margin-bottom: 10px
}

.c-checkout_order-review {
    position: relative;
    margin-bottom: 40px;
    padding: 30px;
    background-color: #F8F8F8;
}

    .c-checkout_order-review::before, .c-checkout_order-review::after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 10px;
        background-color: transparent;
        background-image: radial-gradient(farthest-side, rgba(0, 0, 0, 0) 6px, #f8f8f8 0);
        background-size: 15px 15px;
    }

    .c-checkout_order-review::after {
        bottom: -10px;
        background-position: -3px 2px, 0 0;
    }

    .c-checkout_order-review::before {
        top: -10px;
        background-position: -3px -5px, 0 0;
    }

.c-checkout_order-review-content {
    margin-bottom: 20px;
    padding: 5px 15px;
    background-color: #FFF;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
    margin-top: 20px
}

.c-checkout_order-discount_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
}

c-checkout_order-discount_row .hidden {
    display: none;
}

.c-checkout_order-review_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
}

c-checkout_order-review_row .hidden {
    display: none;
}

.c-checkout_order-review_row:not(:first-child) {
    border-top: 1px solid var(--default-border-color);
}

.c-checkout_order-review_row .c-input {
    width: 50%
}

.c-checkout_order-review_row > h6 {
    font-weight: bold
}

.c-checkout_order-review_products span {
    color: #777;
    line-height: 1.8;
    font-size: 13px
}

.c-checkout_order-review_variant {
    font-size: 12px;
    color: #b2b2b2
}

.c-checkout_order-review_payment-note {
    margin-top: 15px;
    padding: 15px;
    background-color: #FFF;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
    color: #777;
}

.c-checkout_order-review_pay {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(119, 119, 119, 0.2);
}

/* End CheckoutPage */

/* BlogPage */

.c-blog_item {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 20px
}

.c-blog_item-img {
    position: relative;
    overflow: hidden;
}

    .c-blog_item-img img {
        width: 100%;
        transition: transform .7s ease;
    }

    .c-blog_item-img::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        z-index: 1;
        transition: opacity .7s ease;
    }

.c-blog_item:hover .c-blog_item-img::after {
    opacity: 1;
}

.c-blog_item:hover .c-blog_item-img img {
    transform: scale(1.03);
}

.c-blog_item-mask {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -5px;
    margin-right: -22px;
    text-align: center;
    font-size: 0;
    z-index: 2;
}

    .c-blog_item-mask::after, .c-blog_item-mask::before, .c-blog_item-mask span {
        display: inline-block;
        margin-left: 7px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #FFF;
        opacity: 0;
        transition: opacity .2s ease;
        transition-delay: 0s;
        animation: wd-fadeOutLeft .3s ease;
        animation-delay: 0s;
    }

    .c-blog_item-mask::after, .c-blog_item-mask::before {
        content: "";
    }

.c-blog_item:hover .c-blog_item-mask::after, .c-blog_item:hover .c-blog_item-mask::before, .c-blog_item:hover .c-blog_item-mask span {
    opacity: 1;
    animation: wd-fadeInRight .3s ease;
}

.c-blog_item .c-blog_item-mask span {
    transition-delay: .1s;
    animation-delay: .1s;
}

.c-blog_item .c-blog_item-mask::before {
    transition-delay: .2s;
    animation-delay: .2s;
}

.c-blog_item:hover .c-blog_item-mask span {
    transition-delay: .1s;
    animation-delay: .1s;
}

.c-blog_item:hover .c-blog_item-mask::before {
    transition-delay: .2s;
    animation-delay: .2s;
}

@keyframes wd-fadeInRight {
    from {
        transform: translate3d(50px, 0, 0)
    }

    to {
        transform: none
    }
}

@keyframes wd-fadeOutLeft {
    from {
        transform: none
    }

    to {
        transform: translate3d(-50px, 0, 0)
    }
}

.c-blog_item-content {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 25px;
    text-align: center;
}

.c-blog_item-category {
    position: absolute;
    top: -13px;
    right: 15px;
    left: 15px;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    text-align: center;
    z-index: 2;
}

    .c-blog_item-category > a {
        display: inline-block;
        background-color: var(--Magenta-color);
        color: var(--white-color);
        padding-right: 10px;
        padding-left: 10px;
    }

.c-blog_item-detail {
    display: flex;
    color: #A4A4A4;
    margin-top: 10px;
    justify-content: center
}

.c-bolg_item-special::before {
    font-size: 14px;
    content: "\f104";
    font-family: "woodmart";
}

.c-bolg_item-auth {
    margin-right: 10px;
    margin-left: 10px
}

    .c-bolg_item-auth img {
        margin: 0 5px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        vertical-align: top;
    }

.c-bolg_item-comment {
    position: relative;
    width: 15px;
    margin-left: 15px
}

    .c-bolg_item-comment::before {
        font-size: 16px;
        content: "\f103";
        font-family: "woodmart";
    }

.c-bolg_item-comment_badge {
    position: absolute;
    top: -4px;
    left: -6px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #A4A4A4;
    color: #FFF;
    text-align: center;
    font-size: 9px;
    line-height: 14px;
}

.c-bolg_item-share {
    position: relative;
}

    .c-bolg_item-share::before {
        content: "\f117";
        font-family: "woodmart";
        width: 20px;
        height: 20px;
        text-align: center;
        font-size: 16px;
        line-height: 20px;
    }

.c-bolg_item-share_icons {
    position: absolute;
    height: 36px;
    align-items: center;
    background-color: #000;
    display: flex;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 8px;
    padding: 5px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease
}

    .c-bolg_item-share_icons::before {
        content: "";
        top: 100%;
        margin-left: -5px;
        left: 50%;
        border-width: 5px 5px 0;
        border-color: transparent;
        border-top-color: #000;
        border-style: solid;
        position: absolute;
        width: 0;
        height: 0;
    }

    .c-bolg_item-share_icons::after {
        content: "";
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        height: 10px;
    }

.c-bolg_item-share:hover .c-bolg_item-share_icons {
    opacity: 1;
    visibility: visible
}

.c-bolg_item-share-icon {
    color: #fff;
    padding: 6px;
}

.email-icon::before {
    font-family: "woodmart";
    content: "\f157";
}

.whatsapp-icon::before {
    font-family: "woodmart";
    content: "\f175";
}

.telegram-icon::before {
    font-family: "woodmart";
    content: "\f179";
}

.c-blog_item-summery {
    margin: 10px 0;
}

    .c-blog_item-summery p {
        color: #777;
        text-overflow: ellipsis;
        overflow: hidden;
        max-height: 42px;
    }

.c-blog_item-read_more {
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--Magenta-color);
    position: relative;
}

    .c-blog_item-read_more::after {
        position: absolute;
        right: 106%;
        display: inline-block;
        margin-right: 5px;
        height: 5px;
        font-weight: 600;
        font-size: 14px;
        line-height: 5px;
        opacity: 0;
        transition: opacity .35s ease;
        content: "\f109";
        font-family: "woodmart";
    }

    .c-blog_item-read_more:hover {
        color: var(--Magenta-color);
    }

        .c-blog_item-read_more:hover::after {
            opacity: 1;
            animation: wd-ShakePrev 1s ease infinite;
        }

@keyframes wd-ShakePrev {
    25% {
        transform: translate3d(0px, 0, 0)
    }

    50% {
        transform: translate3d(3px, 0, 0)
    }

    75% {
        transform: translate3d(-3px, 0, 0)
    }
}

.c-blog_item-date {
    min-width: 53px;
    position: absolute;
    top: 10px;
    right: 20px;
    background-color: #FFF;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    color: #333;
    text-align: center;
    padding: 4px;
    z-index: 2;
}

    .c-blog_item-date span {
        display: block;
    }

        .c-blog_item-date span:first-child {
            font-size: 22px;
        }

        .c-blog_item-date span:last-child {
            font-size: 12px;
        }

/* End BlogPage */

/* Blog Detail Page */

.c-blog_detail-content {
    height: 25px;
    line-height: 25px;
    text-align: center;
    z-index: 2;
}

    .c-blog_detail-content > a {
        display: inline-block;
        background-color: var(--Magenta-color);
        color: var(--white-color);
        padding-right: 10px;
        padding-left: 10px;
    }

.c-blog_detail-title h1 {
    font-size: 35px;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}

.c-blog_detail-img {
    text-align: center;
    margin-top: 15px;
    position: relative;
}

.c-blog_detail-text {
    margin-top: 15px;
}

.c-blog_detail-footer {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 60px;
    border-top: 2px solid rgba(113, 113, 113, 0.15);
}

.c-blog_detail-tags {
    flex: 0 1 100%;
}

    .c-blog_detail-tags a {
        position: relative;
        display: inline-flex;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 15px;
        padding-left: 15px;
        padding-right: 25px;
        min-width: 70px;
        border: 2px solid #F1F1F1;
        color: #212121;
        font-weight: 600;
        line-height: 28px;
    }

        .c-blog_detail-tags a:hover {
            color: #212121;
            border-color: var(--Magenta-color);
        }

        .c-blog_detail-tags a::before {
            content: "";
            position: absolute;
            top: 50%;
            right: 10px;
            margin-top: -3px;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: #F1F1F1;
            transition: background .25s ease;
        }

        .c-blog_detail-tags a:hover::before {
            background-color: var(--Magenta-color);
        }

.c-blog_detail-social {
    flex: 1 0 auto;
}

    .c-blog_detail-social a {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: var(--white-color);
        font-size: 18px;
    }

        .c-blog_detail-social a.email-icon {
            background-color: #F89A1E;
        }

        .c-blog_detail-social a.whatsapp-icon {
            background-color: #1EBEA5;
        }

        .c-blog_detail-social a.telegram-icon {
            background-color: #37AEE2;
        }

.c-blog_detail-navigation {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid rgba(113, 113, 113, 0.15);
}

.c-blog_detail-nav.next, .c-blog_detail-nav.pre {
    flex: 0 1 50%;
    max-width: 50%;
    padding-right: 50px;
    padding-left: 20px;
    position: relative;
    display: block;
    color: #3f3f3f;
}

    .c-blog_detail-nav.next::before {
        position: absolute;
        top: 50%;
        margin-top: -20px;
        width: 40px;
        height: 40px;
        text-align: center;
        font-size: 34px;
        line-height: 40px;
        right: 0;
        content: "\f111";
        font-family: "woodmart";
        cursor: pointer;
    }

.c-blog_detail-nav span {
    display: block;
    margin-bottom: 5px;
    color: #BBB;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.c-blog_detail-nav_title {
    color: #333 !important
}

.c-blog_detail-nav.pre {
    padding-left: 50px;
    padding-right: 20px;
    text-align: left
}

    .c-blog_detail-nav.pre::before {
        position: absolute;
        top: 50%;
        margin-top: -20px;
        left: 0;
        width: 40px;
        height: 40px;
        text-align: center;
        font-size: 34px;
        line-height: 40px;
        content: "\f110";
        font-family: "woodmart";
        cursor: pointer;
    }

.c-blog_detail-nav:hover::before {
    animation: wd-ShakeNext 1s ease infinite;
    color: var(--Magenta-color)
}

@keyframes wd-ShakeNext {
    25% {
        transform: translate3d(0px, 0, 0)
    }

    50% {
        transform: translate3d(-3px, 0, 0)
    }

    75% {
        transform: translate3d(3px, 0, 0)
    }
}

.c-blog_detail-back-to-archive a {
    position: relative;
}

    .c-blog_detail-back-to-archive a::before {
        display: inline-block;
        font-size: 24px;
        content: "\f122";
        font-family: "woodmart";
        color: #BBB;
    }

.back-to-archive_tooltip {
    background-color: var(--Magenta-color);
    color: #fff;
    /*padding: 0 15px;*/
    border-radius: 50%;
    font-size: 11px;
    white-space: nowrap;
    height: 34px;
    display: flex;
    align-items: center;
    position: absolute;
    /*letter-spacing: .3px;*/
    /*right: -45px;*/
    bottom: 100%;
    width: fit-content;
    aspect-ratio: 1/1;
    justify-content: center;
    margin-bottom: 20px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s ease, visibility .2s ease
}

    .back-to-archive_tooltip::before {
        position: absolute;
        content: '';
        top: 100%;
        right: 50%;
        border-width: 5px 5px 5px 5px;
        border-top-color: var(--Magenta-color);
        border-style: solid;
    }

.c-blog_detail-back-to-archive a:hover .back-to-archive_tooltip, .c-product_summary-back-to-archive a:hover .back-to-archive_tooltip {
    visibility: visible;
    opacity: 1;
}

.c-blog_detail-slider {
    margin-top: 50px;
    overflow: hidden;
}

.c-blog_detail-slider_title {
    font-weight: bold;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--Magenta-color);
    display: inline-flex
}

.c-blog_detail-slider .c-blog_item {
    padding-right: 10px;
    padding-left: 10px
}

.c-blog_detail-comment {
    margin-top: 30px;
}

.c-blog_detail-comment-btn {
    width: 140px;
    margin-top: 15px;
}

/* End Blog Detail Page */

/* Product Detail */

.c-product_summary {
    padding: 30px 35px 15px;
    background-color: #FFF;
    /*
box-shadow: 0 0 10px var(--Magenta-color);

*/
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.c-product_summary-breadcrumb {
    display: flex;
    justify-content: space-between
}

.c-product_summary-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.c-product_summary-nav.next > a, .c-product_summary-nav.pre > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #333;
    position: relative;
}

    .c-product_summary-nav.next > a::before {
        content: "\f113";
        font-family: "woodmart";
        font-size: 12px;
    }

    .c-product_summary-nav.pre > a::before {
        content: "\f114";
        font-family: "woodmart";
        font-size: 12px;
    }

.c-product_summary-back-to-archive a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #333;
    position: relative;
}

    .c-product_summary-back-to-archive a::before {
        content: "\f122";
        font-family: "woodmart";
    }

.c-product_summary-back-to-archive .back-to-archive_tooltip {
    right: -51px;
    margin-bottom: 10px
}

.c-product_summary-nav_product {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 350;
    animation: wd-fadeOutRightShort .1s ease .1s both;
    padding-top: 10px;
    min-width: 240px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .1s ease .1s, visibility .1s ease .1s;
}

.c-product_summary-nav:hover > .c-product_summary-nav_product {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease, visibility .3s ease;
    animation: wd-fadeInRightShort .3s ease both;
}

@keyframes wd-fadeInRightShort {
    from {
        transform: translate3d(20px, 0, 0)
    }

    to {
        transform: none
    }
}

@keyframes wd-fadeOutRightShort {
    from {
        transform: none
    }

    to {
        transform: translate3d(20px, 0, 0)
    }
}

.c-product_summary-nav_product-link {
    display: flex;
    align-items: center;
    background-color: #FFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
}

.c-product_summary-nav_product img {
    max-width: 90px;
    border-radius: 20px;
}

.c-product_summary-nav_product-desc {
    margin-right: 5px;
}

    .c-product_summary-nav_product-desc h6 {
        font-size: 13px;
        line-height: 1.5;
        max-height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .c-product_summary-nav_product-desc span {
        color: var(--Magenta-color)
    }

.c-product_summary-nav_product-price del {
    font-size: 12px;
    color: #BDBDBD
}

.c-product_summary-title h1 {
    font-size: 30px;
    margin-top: 20px;
}

.c-product_summary-price {
    font-size: 25px;
    color: #BDBDBD;
    margin-top: 15px
}

    .c-product_summary-price span {
        color: var(--Magenta-color)
    }

.c-product_summary-short_props {
    color: #777;
    margin-top: 20px
}

.c-product_summary-short_prop {
    margin-bottom: 5px
}

.c-product_summary-short_prop-value {
    color: #333
}

.c-product_summary-variant {
    margin-top: 30px
}

    .c-product_summary-variant .c-model_detail-variant {
        margin-bottom: 25px
    }

    .c-product_summary-variant .c-model_detail-variant-title {
        margin-left: 30px
    }

    .c-product_summary-variant .c-product_color ul li {
        margin: 10px;
    }

    .c-product_summary-variant .c-color {
        display: flex;
        position: relative;
        position: relative;
        width: 100%;
        height: 100%;
    }

    .c-product_summary-variant .back-to-archive_tooltip {
        left: 50%;
        margin-bottom: 10px;
        transform: translate(-50%);
    }

        .c-product_summary-variant .back-to-archive_tooltip::before {
            right: unset;
            ;
            left: 50%;
            transform: translate(-50%);
        }

    .c-product_summary-variant .c-product_color ul li:hover .back-to-archive_tooltip {
        visibility: visible;
        opacity: 1;
    }

.c-product_summary-notif {
    margin-top: 30px
}

.c-product_tabs {
    padding: 0 15px;
    margin: 50px 0;
    width: 100%;
    min-height: 1px;
    border-top: 2px solid rgba(119, 119, 119, 0.17);
}

.c-product_tabs-param {
    border-bottom: 1px solid rgba(119, 119, 119, 0.17);
}

    .c-product_tabs-param a {
        position: relative;
        width: 100;
        display: flex;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #242424;
        font-size: 16px;
        font-weight: bold;
    }

        .c-product_tabs-param a:hover, .c-product_tabs-param a.active {
            color: var(--Magenta-color)
        }

        .c-product_tabs-param a::after {
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -10px;
            width: 20px;
            height: 20px;
            color: #BBB;
            text-align: center;
            font-size: 12px;
            line-height: 20px;
            transition: transform .4s ease;
            content: "\f129";
            font-family: "woodmart";
        }

        .c-product_tabs-param a.active::after {
            transform: rotate(-180deg);
        }

.c-product_tab-content {
    padding-bottom: 20px;
}

    .c-product_tab-content p {
        color: #777
    }

.c-product_prop {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}

    .c-product_prop:not(:last-child) {
        border-bottom: 1px solid #E6E6E6;
    }

.c-product_prop-name {
    color: #242424;
    font-weight: bold
}

.c-product_prop-value {
    color: #777;
}

.c-product_tab-content.comment {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 400px;
    scrollbar-width: thin;
    display: flex;
    flex-wrap: wrap
}

.c-product_tab-comments {
    flex: 0 1 50%;
    padding-right: 30px;
    padding-left: 30px;
    max-width: 50%;
}

.c-comment {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(119, 119, 119, 0.2);
}

.c-comment_container {
    display: flex;
    padding: 15px 0;
}

    .c-comment_container img {
        margin-left: 20px;
        max-width: 60px;
        border-radius: 50%;
    }

    .c-comment_container p {
        line-height: 1.9;
    }

        .c-comment_container p:first-child {
            margin-bottom: 10px
        }

.c-comment_auth {
    font-weight: bold;
    color: #000;
}

.c-comment_container.replay {
    margin-right: 30px;
    border-top: 1px solid rgba(119, 119, 119, 0.2);
    line-height: 1.6;
}

.c-product_add-comment {
    flex: 0 1 50%;
    padding-right: 30px;
    padding-left: 30px;
    max-width: 50%;
}

.c-form {
    width: 100%
}

.c-product-slider {
    overflow: hidden;
}

.c-product_suggestion {
    padding-right: 15px;
    padding-left: 15px
}

.c-product_suggestion-products .c-product_summary-nav_product {
    position: relative;
    opacity: 1;
    visibility: visible;
    animation: unset;
    border-bottom: 1px solid rgba(119, 119, 119, .2);
    z-index: unset;
    min-width: unset;
}

    .c-product_suggestion-products .c-product_summary-nav_product:last-child {
        border: none
    }

.c-product_suggestion-products .c-product_summary-nav_product-link {
    box-shadow: 0 0 10px var(--Magenta-color);
    border-radius: 20px;
}

.c-product_image {
    position: relative;
}

.c-product_image-slider {
    overflow: hidden;
    box-shadow: 0 0 10px var(--Magenta-color);
    border-radius: 20px;
}

.c-product_image-slider-thumb {
    overflow: hidden;
    border-radius: 20px;
}

.c-product_image-slider img {
    border-radius: 20px;
    box-shadow: 0 0 10px var(--Magenta-color);
    width: 100%;
}

.c-product_image-slider-thumb img {
    margin: 5px;
    width: 93%;
    border-radius: 20px;
    box-shadow: 0 0 10px var(--Magenta-color);
}

.lg-outer {
    direction: ltr;
}

.bg-primary {
    background-color: var(--Magenta-color) !important;
    color: white
}

.c-product_label {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
}

.c-sticky_add-tocart {
    z-index: 10;
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFF;
    box-shadow: 0 0 9px rgba(0,0,0,.12);
    transition: transform .25s ease;
    transform: translate3d(0,100%,0);
}

    .c-sticky_add-tocart.open {
        transform: translate3d(0,0,0);
    }

    .c-sticky_add-tocart .container {
        display: flex;
        justify-content: space-between;
    }

.c-sticky_add-tocart-content {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    flex-direction: row;
    margin-left: 15px;
}

    .c-sticky_add-tocart-content img {
        min-width: 65px;
        max-width: 65px;
        margin-left: 15px;
    }

    .c-sticky_add-tocart-content h6 {
        font-size: 12px;
        color: #333
    }

.c-sticky_add-tocart-btn {
    display: flex;
    justify-content: center;
    align-items: center
}

.c-sticky_add-tocart-price {
    margin-left: 15px;
}

    .c-sticky_add-tocart-price del {
        color: #BDBDBD;
    }

    .c-sticky_add-tocart-price span {
        color: var(--Magenta-color);
        font-weight: bold;
        font-size: 15px
    }

.c-sticky_add-tocart-btn .c-btn {
    display: flex;
    cursor: pointer;
}
/*End Product Detail */

/* Login */

.c-login {
    justify-content: center;
    display: flex
}

.c-login_contianer {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
    padding: 30px;
}

.c-login_input {
    margin-top: 15px;
}

.c-login_btn .c-btn {
    width: 100%;
    margin-top: 15px;
}

.c-login_link {
    margin-top: 25px;
    display: flex;
    justify-content: space-between
}

    .c-login_link a {
        border-bottom: 2px solid var(--Magenta-color);
        color: #333;
    }

/*End Login */

/* Responsive */

.bi-list::before {
    font-size: 24px;
    content: "\f15a";
    font-family: "woodmart";
    font-style: normal
}


.c-header_btn-user {
    /*width: 154px;*/
    font-size: 20px;
    /*padding: 10px 12px;*/
    /*border-radius: 5px;*/
    /*border: 1px solid #e0e0e2;*/
    display: flex;
    /*align-items: center;*/
    cursor: pointer;
    color: #00002b;
    position: relative;
    /*padding-left: 30px;*/
margin-bottom: -12px;
}


.c-header_btn-user:before {
    font-family: webniz;
    content: '\e0df';
    font-size: 35px;
    color: #00002b;
    /*margin-left: 8px;*/
    /*line-height: 1*/
}


@media screen and (max-width: 576px) {

    .c-header_btn-user {
        /*width: 154px;*/
        font-size: 20px;
        /*padding: 10px 12px;
        border-radius: 5px;
        border: 1px solid #e0e0e2;*/
        display: flex;
        align-items: center;
        cursor: pointer;
        color: #00002b;
        position: relative;
        margin-bottom: -12px;
        /*padding-left: 30px;*/
        /*margin-left: 20px;*/
    }

        .c-header_btn-user:before {
            font-family: webniz;
            content: '\e0df';
            font-size: 35px;
            color: #00002;
            /*line-height: 1*/
        }

    .c-main_product-slider_container {
        grid-template-columns: repeat(2,1fr);
        padding: 0 10px;
        margin-right: 5px;
    }

    .c-product_slide-add-to-cart:hover ::before {
        transform: translateY(-100%) translateZ(0);
    }

    .c-product_slide-add-to-cart:hover::after {
        /*transform: translateY(0) translateZ(0);
*/
        content: "افزودن به سبد";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 14px;
        color: white;
    }


    .c-product_slide-price del {
        font-size: 11px
    }

    .c-product_slide-price span {
        font-size: 12px;
    }

    .c-header_cart_counter {
        font-size: 12px;
        
       
    }

    .c-header_cart_total {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .c-main_product-slider_container {
        grid-template-columns: repeat(2,1fr);
        padding: 0 20px;
        margin-right: 5px;
    }


    .c-model_detail-close {
        box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
        position: relative;
        width: 100%
    }

    .c-cartpage_products-item {
        padding-bottom: 10px;
        margin-top: 15px
    }

    .c-cartpage_products-title {
        justify-content: space-between;
    }

        .c-cartpage_products-title h5 {
            font-size: 14px;
            padding-left: 5px
        }

    .c-cartpage_products-label {
        font-size: 12px;
        color: #000
    }

    .c-cartpage_products-price {
        justify-content: space-between;
        border-bottom: 1px solid rgba(129, 129, 129, .20);
    }

    .c-cartpage_products-count {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid rgba(129, 129, 129, .20);
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .c-cartpage_products-count .c-product_count {
            height: 30px;
            margin-left: 0;
        }

    .c-cartpage_products-total {
        padding-top: 5px;
        justify-content: space-between;
    }

    .c-shop_side {
        right: -10px;
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 100;
        width: 300px;
        background-color: var(--white-color);
        transition: transform .25s ease;
        overflow: scroll;
        transform: translate3d(100%, 0, 0)
    }

        .c-shop_side.open {
            transform: none
        }

    .c-shop_side-close {
        padding: 20px 15px;
        border-bottom: 1px solid rgba(119, 119, 119, 0.2);
        font-weight: bold
    }

        .c-shop_side-close span::before {
            font-size: 10px;
            content: "\f112";
            font-family: "woodmart";
            display: inline-flex;
            margin-left: 5px;
            width: 14px;
            height: 14px;
        }

    .c-shop_filters {
        box-shadow: unset;
    }

    .c-shop_content .c-breadcrumb {
        width: 100%;
        margin-bottom: 20px
    }

    .c-shop_products-order select {
        font-size: 12px
    }

    .c-open_filters span {
        display: flex;
        align-items: center
    }

        .c-open_filters span::before {
            font-size: 24px;
            content: "\f15a";
            font-family: "woodmart";
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-left: 5px;
            width: 14px;
            height: 14px;
            font-weight: 400;
        }

    .c-shop_products-filters {
        margin-top: 20px
    }

    .c-checkout_order-review {
        margin-top: 20px
    }

    .c-blog_detail-footer {
        flex-wrap: wrap;
    }

    .c-blog_detail-social {
        margin-top: 15px;
        text-align: center
    }

    .c-sticky_add-tocart {
        bottom: 55px;
        padding: 0
    }

        .c-sticky_add-tocart .container {
            padding: 0;
        }

    .c-sticky_add-tocart-btn {
        width: 100%;
    }

        .c-sticky_add-tocart-btn .c-btn {
            width: 100%;
            border-radius: 0;
            justify-content: center
        }
}

@media screen and (max-width: 992px) {
    .navbar-toggler {
        border: none;
        appearance: none;
    }

    .navbar-toggler {
        text-align: right
    }

        .navbar-toggler:focus {
            box-shadow: none
        }

    .c-header-nav {
        height: 80px;
        padding-top: 0
    }

    .c-header_logo {
        max-width: 60px;
    }

        .c-header_logo img {
            width: 60px;
            padding-bottom: 5px;
            padding-top: 5px
        }

    main {
        /*margin-left: -10px;*/
        padding-top: 155px;
        margin-right: 5px;
    }

    .c-mainslider_slider {
        flex-basis: 100%;
        max-width: 100%;
        height: 200px;
    }

    .c-main_product-slider_buttons {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    .c-model_detail-container {
        max-height: 100vh;
        overflow-y: scroll
    }

    .c-model_detail-show_detail {
        transform: translateY(0);
    }

    .c-model_detail-content {
        overflow: unset
    }

    .c-model_detail-add_to_cart .c-btn {
        width: unset;
    }

    .c-product_tab-comments, .c-product_add-comment {
        flex-basis: 100%;
        padding-right: 0;
        padding-left: 0;
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width:1110px) {
    .c-header_logo {
        max-width: 180px;
    }
}

/* End Responsive */
.c-form_account-btn_resend {
    margin: 12px 0;
}

.c-form_account-label_phonecode input {
    font-size: 32px;
    padding: 11px 12px;
    text-align: center;
    line-height: 1.375;
    direction: ltr;
    color: #777;
}

    .c-form_account-label_phonecode input::placeholder {
        font-size: 32px;
        text-align: center;
        line-height: 1.375;
        color: #777;
    }

.hidden {
    display: none
}

.c-checkout-empty {
    margin-bottom: 30px;
    width: 100%;
    background: #fff;
    padding: 30px;
    text-align: center;
    line-height: 22px;
    border: 1px solid #ededed;
}

.c-checkout-empty__empty-cart-icon {
    margin: 0 auto;
    width: 200px;
    height: 150px;
    background: url(../images/emptycart.png) 50% no-repeat;
    background-size: contain;
}

.c-checkout-empty__title {
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 31px;
    color: #424750;
    text-align: center;
    margin: 4px auto 12px;
}
/*///////////////  دکمه به بالا بروید  //////////*/
.scroll-to-top {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 60px;
    left: 5px;
    display: none; /* ابتدا دکمه پنهان است */
    background-color: white;
    color: var(--Magenta-color);
    /*border: none;*/
    border-radius: 50px;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    box-shadow: 0 0 10px var(--Magenta-color);
    z-index: 99999;
    text-align: center;
}

    .scroll-to-top :hover {
        background-color: var(--Magenta-color);
        color: var(--white-color);
    }

.notification {
    display: none; /* مخفی کردن نوتیفیکیشن در ابتدا */
    position: fixed;
    bottom: 60px;
    right: 65px;
    background-color: var(--Magenta-color) /*#4caf50*/; /* رنگ پس‌زمینه */
    color: white; /* رنگ متن */
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: opacity 0.5s ease-in-out;
    z-index: 999999;
}

.notification-error {
    display: none; /* مخفی کردن نوتیفیکیشن در ابتدا */
    position: fixed;
    bottom: 60px;
    right: 65px;
    background-color: red /*#4caf50*/; /* رنگ پس‌زمینه */
    /*background-color:var(--Magenta-color)*/ /*#4caf50*/
    ; /* رنگ پس‌زمینه */
    color: white; /* رنگ متن */
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: opacity 0.5s ease-in-out;
    z-index: 999999;
}

.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 60px;
    right: 5px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #25d366;
    z-index: 99999;
}

.my-whatsapp {
    margin-top: 16px;
}

.show-carts::before {
    font-family: webniz;
    content: "\e039";
    font-size: 18px;
    right: 21px;
    top: 14px;
    font-weight: 100;
}

.c-checkout_return-cart::before {
    font-family: webniz;
    content: "\e019";
    font-size: 18px;
    right: 21px;
    top: 14px;
    font-weight: 100;
}

.show-carts {
    width: auto;
    padding: 12px 100px;
    text-align: center;
    border: none;
    display: none;
    color: blue;
}
/*.c-product_count span:disabled {
    background-color: #e0e0e0;*/ /* رنگ پس‌زمینه برای حالت غیرفعال */
/*opacity: 0.5;*/ /* کمرنگ کردن دکمه */
/*cursor: not-allowed;*/ /* نشان دادن اینکه دکمه غیرفعال است */
/*}

.c-product_count span:disabled {
    background-color: #e0e0e0;*/ /* رنگ پس‌زمینه برای حالت غیرفعال */
/*opacity: 0.5;*/ /* کمرنگ کردن دکمه */
/*cursor: not-allowed;*/ /* نشان دادن اینکه دکمه غیرفعال است */
/*}*/
.c-product_count-mines:disabled {
    background-color: #e0e0e0; /* رنگ پس‌زمینه برای حالت غیرفعال */
    opacity: 0.5; /* کمرنگ کردن دکمه */
    cursor: not-allowed; /* نشان دادن اینکه دکمه غیرفعال است */
}

.c-product_count-plus:disabled {
    background-color: #e0e0e0; /* رنگ پس‌زمینه برای حالت غیرفعال */
    opacity: 0.5; /* کمرنگ کردن دکمه */
    cursor: not-allowed; /* نشان دادن اینکه دکمه غیرفعال است */
}

.c-product_count-mines {
    background-color: #f0f0f0;
    cursor: pointer;
}

.c-product_count-plus {
    background-color: #f0f0f0;
    cursor: pointer;
}
