@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('fonts/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/eot/IRANSansWeb(FaNum).eot');
    src: url('fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('fonts/woff/IRANSansWeb(FaNum).woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}
span,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    font-family: IRANSans
}
body {
    font-family: IRANSans
}
html {
    overflow-x: hidden
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 1.5rem;
    margin-bottom: .8rem;
    line-height: 2rem;
    font-weight: 700
}
h1 {
    font-size: 1.5rem
}
h2 {
    font-size: 1.3rem
}
h3 {
    font-size: 1.1rem
}
h4 {
    font-size: .9rem
}
p {
    font-size: 1rem;
    margin: 10px 0;
}
@media screen and (min-width:768px) {
    .menu-hover-main-header .menu-item-has-children ul {
        position: absolute;
        margin-top: 9px;
        position: absolute;
        background: #fff;
        border-radius: .375rem;
        overflow: hidden;
        margin-top: 0;
        border: 2px solid #e5e7eb;
        display: block;
        opacity: 0;
        visibility: hidden;
        /* transition: opacity .5s ease-out, visibility .5s ease-out */
    }
    ul.menu-hover-main-header li a {
        display: flex;
        height: 100%;
        align-items: center;
    }
    .menu-hover-main-header .menu-item-has-children:hover ul {
        opacity: 1;
        visibility: visible;
        position: absolute;
        top: 62px;
    }
    .menu-item-has-children {
        position: relative;
        padding-left: 24px;
        height: 100%;
    }
    .category-product-menu-des .menu-item-has-children {
        padding: 0;
        height: 40px;
        display: flex;
        justify-content: start;
        align-items: center;
        width: 100%;
        background-color: #fff;
    }
    .category-product-menu-des .menu-item-has-children:hover,
    .category-product-menu-des li:hover,
    .menu-item-has-children ul li:hover {
        background-color: #e2e8f0;
    }
    .category-product-menu-des .menu-item-has-children:hover ul {
        position: absolute !important;
        right: 254px !important;
        top: 0 !important;
        overflow: auto;
        border-radius: .375rem;
    }
    .category-product-menu-des div ul.category-product-menu-category {
        display: none;
    }
    .ddds:hover .category-product-menu-des div ul.category-product-menu-category {
        display: block;
    }
    /* .category-hover-show:hover .category-product-menu-des {
        display: block !important;
    } */
    li.menu-item-has-children ul {
        display: none;
    }
    li.menu-item-has-children:hover ul {
        display: block;
    }
    .category-product-menu-des a,
    .menu-item-has-children ul li a {
        width: 100%;
    }
    .menu-item-has-children::after {
        border-right: 1px solid;
        content: '';
        display: block;
        height: 10px;
        margin-top: -6px;
        position: absolute;
        -moz-transform: rotate(218deg);
        -o-transform: rotate(218deg);
        -webkit-transform: rotate(218deg);
        transform: rotate(218deg);
        left: 31px;
        top: 52%;
        width: 0
    }
    .menu-item-has-children::before {
        border-right: 1px solid;
        content: '';
        display: block;
        height: 10px;
        margin-top: -6px;
        position: absolute;
        background-color: blue;
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(137deg);
        left: 25px;
        top: 52%;
        width: 0
    }
    .menu-item-has-children ul li:not(:last-child) {
        border-bottom: 2px solid #f0f8ff
    }
    .menu-item-has-children ul li {
        width: 200px;
        /* margin-top: 2px; */
        background-color: #fff;
        height: 40px;
        padding-right: 10px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-items: end;
        justify-content: flex-start
    }
    /* .menu-item-has-children>a>div {
        padding-top: 21px;
        padding-bottom: 21px
    } */
    .menu-item-has-children>ul>li.menu-item-object-custom>a {
        display: block
    }
    .swiper-slide.gallery-all__img img {
        display: block;
        width: 100% !important;
        object-fit: cover
    }
    .mySwiper {
        height: 400px;
        box-sizing: border-box
    }
}
@media screen and (max-width:767px) {
    .menu-item-has-children ul {
        position: absolute;
        position: absolute;
        overflow: hidden;
        display: block;
        width: 100%;
        left: 0;
        transition: opacity .5s ease-out, visibility .5s ease-out;
        margin-top: -4px
    }
    .menu-item-has-children {
        position: relative
    }
    .menu-item-has-children::after {
        border-right: 1px solid;
        content: '';
        display: block;
        height: 10px;
        margin-top: -6px;
        position: absolute;
        -moz-transform: rotate(218deg);
        -o-transform: rotate(218deg);
        -webkit-transform: rotate(218deg);
        transform: rotate(218deg);
        left: 31px;
        top: 26px;
        width: 0
    }
    .menu-item-has-children::before {
        border-right: 1px solid;
        content: '';
        display: block;
        height: 10px;
        margin-top: -6px;
        position: absolute;
        background-color: blue;
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(137deg);
        left: 25px;
        top: 26px;
        width: 0
    }
    .menu-item-has-children ul li {
        width: 100%;
        padding: 0;
        margin-top: 0;
        background-color: #fff
    }
    /* .menu-item-has-children ul li a div {
        background-color: #e20000
    } */
    #add_header_js_bar-button.add_header_js_bar-custom .bar_one {
        transform: rotate(-44deg) translate(-12px, 11px)
    }
    #add_header_js_bar-custom.add_header_js_bar-custom .bar_two {
        transform: translate(120px)
    }
    #add_header_js_bar-button.add_header_js_bar-custom .bar_three {
        transform: rotate(44deg) translate(-11px, -10px)
    }
    .bar__header {
        transition: all .4s ease-out
    }
    .add_header_js_bar-custom .bar_two {
        transform: translate(120px)
    }
    .add_header_js_bar-custom {
        z-index: 300 !important;
        position: fixed !important;
        right: 0;
        top: 10px
    }
}
#sidebar li div ul .menu-item {
    padding-bottom: 7px;
}
.comment__befor_into_2,
.comment__befor_into_3,
.comment__befor_into_4,
.comment__befor_into_5,
.comment__befor_into_6 {
    --tw-border-opacity: 1;
    background-color: #f1f5f9
}
.comment__befor_into_2 {
    margin-right: 1.75rem
}
.comment__befor_into_3 {
    margin-right: 3.5rem
}
.comment__befor_into_4 {
    margin-right: 5.25rem
}
.comment__befor_into_5 {
    margin-right: 7rem
}
.comment__befor_into_6 {
    margin-right: 8.25rem
}
.comment__befor_into_2::after,
.comment__befor_into_3::after,
.comment__befor_into_4::after,
.comment__befor_into_5::after,
.comment__befor_into_6::after {
    content: '';
    width: 100%;
    position: absolute;
    display: block;
    height: 3px;
    background: #efefef;
    z-index: -1;
    right: -21px;
    top: 102px
}
.comment__befor_into_2::before,
.comment__befor_into_3::before,
.comment__befor_into_4::before,
.comment__befor_into_5::before,
.comment__befor_into_6::before {
    content: '';
    width: 3px;
    height: 100%;
    background: #efefef;
    display: block;
    position: absolute;
    right: -21px;
    top: -22px
}
.comment__befor_into_bg_2::before,
.comment__befor_into_bg_3::before,
.comment__befor_into_bg_4::before,
.comment__befor_into_bg_5::before,
.comment__befor_into_bg_6::before {
    content: '';
    background: #fff;
    width: 20px;
    height: 61%;
    position: absolute;
    z-index: 0;
    right: -27px;
    top: 105px
}
.Swiper--in-single_product {
    width: 900px;
    height: 266px
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center
}
.swiper-slide img {
    display: block
}
.swiper-slide {
    width: 60%
}
.swiper-slide:nth-child(2n) {
    width: 40%
}
.swiper-slide:nth-child(3n) {
    width: 20%
}
.swiper-slide__img img {
    width: 53.0769px;
    height: 53.0769px
}
.swiper-class-top-page-product {
    width: 100%;
    height: 100%
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center
}
.swiper-class-top-page-product {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto
}
.swiper-slide {
    background-size: cover;
    background-position: center
}
.mySwiper2 {
    height: auto;
    width: 100%
}
.swiper-class-top-page-product .swiper-slide {
    width: 53.0769px;
    height: 100%;
    opacity: .6
}
.mySwiper .swiper-slide-thumb-active {
    opacity: 1
}
.swiper-slide img {
    display: block;
    object-fit: cover
}
.filter-title {
    margin: 0;
    padding-right: 5px
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown {
    border-radius: .375rem
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .search-field-container .search-field {
    height: 41px;
    background: #ffffff3b;
    border-radius: .375rem;
    border: 2px solid #e2e8f0
}
.yith-wcan-filters .yith-wcan-filter {
    margin-bottom: -23px
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown::after {
    left: 15px !important;
    right: auto !important
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .search-field-container::after {
    left: 15px !important;
    right: auto !important;
    width: 24px;
    height: 19px
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .search-field-container .search-field {
    padding-right: 15px;
    font-size: 13px
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open,
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper {
    border-radius: .375rem;
    border: 2px solid #e2e8f0;
    border-color: #e2e8f0;
    box-shadow: none
}
.dropdown-label {
    font-size: 14px
}
.checkbox label a {
    font-size: 14px
}
.yith-wcan-filter.filter-tax.select-design {
    height: 71px
}
.yith-wcan-reset-navigation.button {
    background: #a40000;
    width: 100%;
    display: flex;
    height: 36px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 13px
}
.select2-container--default .select2-selection--single {
    height: 44px !important;
    display: flex !important;
    justify-content: normal;
    align-items: center;
    padding: 0;
    margin: 0;
    border: 1px solid #e5e7eb !important;
    border-radius: .375rem !important
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    height: 44px !important;
    left: 5px !important
}
@media only screen and (max-width: 600px) {
    .select2-selection.select2-selection--single {
        margin-bottom: 12px !important
    }
    .swiper-slide.gallery-all__img img {
        display: block;
        width: 100% !important;
        height: 100px !important;
        object-fit: cover
    }
    .mySwiper {
        height: auto;
        box-sizing: border-box
    }
    .woocommerce-breadcrumb {
        display: flex;
        flex-wrap: nowrap;
        width: max-content
    }
}
select#rating {
    display: block !important
}
.comment-form-rating p.stars {
    display: none
}
.average_star_rating {
    display: inline-block;
    vertical-align: top;
    width: 141px;
    height: 28px;
    direction: ltr;
    margin-top: 5px;
    background-size: 28px !important;
    background: url(../img/star.svg) left top repeat-x
}
.star-rating.has-rating>span {
    display: block;
    line-height: 1;
    height: 25px;
    background-size: 28px 25px !important;
    background: url(../img/star-fill.svg)
}
.comment-form-cookies-consent {
    margin: 20px 0
}
.button.wc-forward {
    color: #2563eb
}
.wc-proceed-to-checkout .checkout-button.button {
    color: #fff !important
}
.cart-subtotal th,
.order-total th,
.woocommerce-Price-amount.amount bdi {
    font-weight: 400
}
span.woocommerce-Price-amount.amount{font-size: 16px !important;}
#billing_last_name,
#billing_address_2,
#billing_company,
#shipping_first_name,
#shipping_last_name,
#shipping_company,
#shipping_state,
#shipping_city,
#shipping_address_1,
#shipping_address_2,
#shipping_postcode {
    width: 100% !important;
    background: #f8fafc !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: .375rem !important;
    caret-color: #3b82f6 !important;
    padding: .75rem !important;
    font-style: normal !important;
    height: 2.25rem !important
}
#billing_last_name_field,
#billing_address_2_field,
#billing_company_field,
#shipping_first_name_field,
#shipping_last_name_field,
#shipping_country_field,
#shipping_state_field,
#shipping_company_field,
#shipping_city_field,
#shipping_address_1_field,
#shipping_address_2_field,
#shipping_postcode_field {
    padding-left: .75rem !important;
    padding-right: .75rem !important
}
#billing_last_name_field>label,
#billing_address_2_field>label,
#billing_country_field,
#billing_company_field>label,
#shipping_first_name_field>label,
#shipping_last_name_field>label,
#shipping_company_field>label,
#shipping_country_field>label,
#shipping_state_field>label,
#shipping_city_field>label,
#shipping_address_1_field>label,
#shipping_address_2_field>label,
#shipping_postcode_field>label {
    margin-top: 1.25rem !important;
    margin-bottom: .75rem !important;
    display: block !important
}
/* بعد از یک اسکرول مشخص باکس قیمت و نام محصول در پایین صفحه فیکس شود */
#fixedBox {
    opacity: 0;
    visibility: hidden;
    transition: background-color .3s,
        opacity .2s, visibility .1s;
}
#fixedBox.show {
    opacity: 1;
    visibility: visible;
}
/* درون input دکمه افرودن به سبد خرید دو دکمه بالا و پایین وجود دارد که با این کد آنها پاک می شوند */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.pagination_post_page-main {
    bottom: -6px !important;
}
/* زاویه اطراف بخش جستجو در سایت */
input#search {
    border-radius: .375rem;
}
.spinner {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    border: 10px solid rgba(0, 0, 0, 0.1);
    border-left-color: #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto;
    display: none;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.notification {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #4CAF50;
    color: white;
    padding: 15px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.5s;
}
@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.notification.show {
    opacity: 1;
}
.woopq-quantity-input .qty {
    text-align: center;
}
/* .cart .single_add_to_cart_button{
    display: none;
} */
.woopq-quantity-input-plus {
    border-radius: 0.375rem 0 0 0.375rem;
}
.woopq-quantity-input-minus {
    border-radius: 0 0.375rem 0.375rem 0;
}
div form.cart {
    display: flex;
    width: auto;
    justify-content: space-between;
}
.woopq-quantity-input {
    justify-content: center;
}
.added_to_cart.wc-forward {
    display: none;
}
.wcapf-dropdown-wrapper {
    padding: 0 !important;
}
.wcapf-filter {
    margin: 0 !important;
}
.wcapf-filter-clear-btn.wcapf-reset-filters-btn {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    margin-right: 1rem !important;
    padding: 0.25rem !important;
    height: 2rem !important;
    width: max-content !important;
    padding: 0 10px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: #fff !important;
    background-color: #a40000 !important;
    border-radius: 0.3rem !important;
}
span.price ins {
    text-decoration: none !important;
    font-weight: 700 !important;
    font-size: 18px !important;
}
div>span.price>del {
    font-size: 19px !important;
    text-decoration-color: #ff0000 !important;
    margin-left: 8px;
}
@media print {
    .xoo-wsc-basket,
    .wcapf-filter-clear-btn.wcapf-reset-filters-btn {
        display: none !important;
    }
}
/* .height-size-archive-print {
    height: 80px !important;
    padding:0 !important;
    margin: 0 !important;
} */
/* .xoo-wsc-basket,
.not-print {
    display: none;
} */
/* .img-size-archive-print {
    height: 50px;
    width: 50px;
} */
/* .img-print-size{
    height: auto;
    width: max-content;
} */
/* .print-heigh-0{
    height: 64px !important;
} */
.wcapf-list-wrapper.list-type-native.display-type-checkbox.stylish-checkbox-radio.layout-inline {
    padding: 0;
}
span.wcapf-filter-item-label span.wcapf-nav-item-text {
    padding-right: 5px;
}
nav.woocommerce-pagination ul.page-numbers {
    display: flex;
}
nav.woocommerce-pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}
nav.woocommerce-pagination ul.page-numbers li {
    width: 30px;
    height: 30px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.3rem;
    border: 2px solid #e2e8f0;
    margin: 0 4px;
}
nav.woocommerce-pagination ul.page-numbers li a {
    padding: 2px 9px;
}
nav.woocommerce-pagination ul.page-numbers li:hover {
    width: 30px;
    height: 30px;
    background: #007aff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.3rem;
    border: 2px solid #007aff;
    margin: 0 4px;
    color: #fff;
}
li span.page-numbers.current {
    background: #007aff;
    padding: 3px 12px;
    border-radius: 0.3rem;
    color: #fff;
}
/* صفحه تسویه حساب */
#billing_country_field,
#billing_country,
#billing_address_2_field {
    display: none;
}
#content_product p {
    margin: 13px 0;
}
#content_product ul li {
    margin: 10px 10px 10px 0;
}
/* شروع بخش سفارشی سازی سایت */
ul#sidebar ul li ul.children li::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #f8fafc;
    position: absolute;
    right: 10px;
    top: 11px;
    border: 1px solid #555;
    border-radius: 5px;
    z-index: -1;
}
ul#sidebar ul li ul.children .current-cat::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 28px;
    background: #008000;
    position: absolute;
    right: 9px;
    top: 4px;
    border: 1px solid #555;
    border-radius: 5px;
    transform: rotate(45deg);
}
ul#sidebar ul li ul.children .current-cat>a::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 11px;
    background: #008000;
    position: absolute;
    right: 20px;
    top: 16px;
    border: 1px solid #555;
    border-radius: 5px;
    transform: rotate(-36deg);
}
ul#sidebar ul li ul.children li {
    /* 	padding:10px 35px 0 20px; */
    position: relative;
}
ul#sidebar ul li ul.children li>a {
    padding: 10px 35px 0 20px;
    position: relative;
    display: block;
}
ul#sidebar ul li ul.children {
    margin-right: 8px;
    /* 	border:1px solid #e5e7eb;
        padding-bottom:5px;
        border-radius:8px */
}
ul#sidebar ul li.cat-parent>a {
    margin-bottom: 3px;
    margin-top: 22px;
    display: block;
    font-weight: 600;
}
input.wpcf7-text {
    border-radius: 0.3rem;
    border: 2px solid rgb(229 231 235);
    height: 44px;
    margin-top: 10px;
    width: 100%;
}
.footer__right #sidebar .wcapf-form{
	padding: 0;
    margin-top: 10px !important;
}
@media (max-width:768px){
    .mobile-width-90{
        width:90%;
    }
}
input.wpcf7-email,
.your-subject span input.wpcf7-text {
    border-radius: 0.3rem;
    border: 2px solid rgb(229 231 235);
    height: 44px;
    margin-top: 10px;
    width: 100% !important;
}
textarea.wpcf7-textarea {
    border-radius: 0.3rem;
    border: 2px solid rgb(229 231 235);
    margin-top: 10px;
    width: 100%;
}
input.wpcf7-submit {
    width: 100%;
    border-radius: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    color: #fff;
    background-color: #2563eb;
}
/* استایل دهی به جداول tablepress */
table.tablepress {
    width: max-content;
}
tbody tr td.column-1,
tbody tr td.column-2,
tbody tr td.column-3,
tbody tr td.column-4,
tbody tr td.column-5,
tbody tr td.column-6,
tbody tr td.column-7,
tbody tr td.column-8,
thead tr th.column-1,
thead tr th.column-2,
thead tr th.column-3,
thead tr th.column-4,
thead tr th.column-5,
thead tr th.column-6,
thead tr th.column-7,
thead tr th.column-8 {
    border-left: 1px solid #ddd;
    padding-left: 10px;
}
/* li.menu-item-has-children ul.sub-menu {
        display:none;
    }
    li.menu-item-has-children:hover ul.sub-menu {
        display:block;
            position: static;
    }
     */
@media only screen and (max-width: 600px) {
    table.tablepress {
        width: max-content;
    }
    ul.sub-menu li a .list-menu-for-mobile {
        background: #fea000 !important;
    }
    li.menu-item-has-children ul.sub-menu {
        display: none;
        position: static;
    }
    .xoo-wsc-bki {
        font-size: 30px !important;
    }
}
.xoo-wsc-basket {
    width: 60px !important;
    height: 60px !important;
    bottom: 74px !important;
}
span.xoo-wsc-items-count {
    width: 30px !important;
    height: 30px !important;
    line-height: 17px !important;
    top: -12px !important;
    left: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    left: -12px !important;
    font-size: 17px !important;
    background-color: #fea000 !important;
    color: #000000 !important;
}
@media screen and (min-width: 600px) {
  table.tablepress {
        width: 100%;
    }
/* نمایش تعداد محصول در صفحه آرشیو محصولات */
	.style-select-number-product-in-archive-product{
    position: absolute !important;
    right: 11px;
    top: 17px;
    z-index: 1
}
}
/* اتمام بخش سفارشی سازی سایت */
/* شروع کد های اصلاحی Tailwindcss */
ol,
ul,
menu {
    list-style-type: circle;
}
.menu-item,
#sidebar li {
    list-style: none;
}
/* شروع بخش جستجو حرفه ای سایت . سازنده محمدرضا بهداروند 09385330363 */
 mark {                                background: yellow;
                                color: black;
                                font-weight: bold;
                                padding: 2px;
                                border-radius: 3px;
                            }
                            .search-item {
                                display: flex;
                                align-items: center;
                                padding: 10px;
                                text-decoration: none;
                                color: black;
                                border-bottom: 1px solid #eee;
                                transition: background 0.2s ease;
                            }
                            .search-item:hover {
                                background: #f8f8f8;
                            }
                            .search-item img {
                                width: 40px;
                                height: 40px;
                                object-fit: cover;
                                margin-right: 10px;
                                border-radius: 5px;
                            }
                            .search-box {
                                position: relative;
                                /* width: 100%;
        max-width: 400px; */
                            }
                            /* ✅ استایل فیلد ورودی */
                            .search-input {
                                /* width: 100%; */
                                padding: 12px;
                                border: 1px solid #ccc;
                                border-radius: 6px;
                                font-size: 16px;
                                outline: none;
                            }
                            /* ✅ استایل لیست نتایج جستجو */
                            .search-dropdown {
                                position: absolute;
                                top: 100%;
                                left: 0;
                                width: 100%;
                                background: white;
                                border: 1px solid #ddd;
                                border-radius: 6px;
                                box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
                                display: none;
                                /* پیش‌فرض مخفی */
                                opacity: 0;
                                visibility: hidden;
                                transition: opacity 0.2s ease, visibility 0.2s ease;
                                max-height: 250px;
                                overflow-y: auto;
                                z-index: 9999;
                            }
                            /* ✅ استایل هر محصول در لیست */
                            .search-item {
                                display: flex;
                                align-items: center;
                                padding: 10px;
                                text-decoration: none;
                                color: black;
                                border-bottom: 1px solid #eee;
                                transition: background 0.2s ease;
                            }
                            .search-item:hover {
                                background: #f8f8f8;
                            }
                            /* ✅ استایل عکس محصول */
                            .search-item img {
                                width: 40px;
                                height: 40px;
                                object-fit: cover;
                                margin-right: 10px;
                                border-radius: 5px;
                            }
                            /* ✅ پیام "محصولی یافت نشد" */
                            .no-results {
                                padding: 10px;
                                color: red;
                                text-align: center;
                            }
/* پایان بخش جستجو حرفه ای سایت . سازنده محمدرضا بهداروند 09385330363 */
