@font-face {
    font-family: 'yekan-bakh';
    src: url('../fonts/yekan-bakh/YekanBakhFaNum-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'yekan-bakh';
    src: url('../fonts/yekan-bakh/YekanBakhFaNum-Heavy.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'yekan-bakh';
    src: url('../fonts/yekan-bakh/YekanBakhFaNum-Fat.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}
html {
    color: var(--bs-primary) !important;
    font-size: 1em;
    line-height: 1.4;
}
img:is([sizes="auto" i], [sizes^="auto," i]){
    contain-intrinsic-size: auto none;
}
.header-cart-icon-counter {
    background: var(--bs-primary);
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 80%;
}
.woocommerce-shipping-methods{
    list-style: none;
    padding: 0;
}

/* استایل نوار اسکرول زیبا برای مرورگرهای وبکیت (Chrome, Edge, Safari, Opera) */

/* عرض و ارتفاع اسکرول */
::-webkit-scrollbar {
    width: 5px;
    height: 6px;
}

/* رنگ پس‌زمینه مسیر اسکرول */
::-webkit-scrollbar-track {
    background: #f5f5f5 !important;
    border-radius: 10px !important;
}

/* رنگ و استایل دستگیره اسکرول */
::-webkit-scrollbar-thumb {
    background-color: #911a56 !important;
    border: 2px solid #911a56 !important;
    border-radius: 500px;
}

/* رنگ دستگیره هنگام hover */
::-webkit-scrollbar-thumb:hover {
    background-color: #741545 !important; /* خاکستری تیره */
}
.woocommerce-billing-fields #billing_country_field{
    display: none;
}
.wc_payment_methods img{
    max-width: 25px;
}

#price_table_button svg {
    fill: var(--bs-primary);
}
#price_table_button:hover svg {
    fill: white;
}
