/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-497.item-level-0 a {
    color: red !important;
}

.product-title, .wc-block-grid__product .wc-block-grid__product-title, .wc-block-review-list-item__product>a, .wd-entities-title, .widget_recent_comments ul li>a, .widget_recent_entries ul li a, .widget_rss ul li>a, .wp-block-latest-comments__comment-link, .wp-block-latest-posts li>a, .wp-block-post-title, .wp-block-post-title>a, .wp-block-rss__item-title a, td.product-name a, .title, .woocommerce-Reviews .comment-reply-title, h1, h2, h3, h4, h5, h6, legend {
    font-family: 'vazirmatn' !important;
}

p#billing_country_field {
    display: none !important;
}

.zibel-custom-swatches { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 10px; }
        .zibel-swatch-btn { padding: 6px 16px; border: 1px solid #e5e7eb; cursor: pointer; border-radius: 6px; font-size: 14px; transition: all 0.2s; position: relative; overflow: hidden; background: transparent; color: inherit; }
        /* حالت انتخاب شده */
        .zibel-swatch-btn.zibel-active { border-color: #111827 !important; background-color: #111827 !important; color: #ffffff !important; }
        /* حالت ناموجود / خط خورده */
        .zibel-swatch-btn.zibel-disabled { opacity: 0.4; cursor: not-allowed; pointer-events: none; border-color: #e5e7eb; color: #9ca3af; }
        .zibel-swatch-btn.zibel-disabled::after { content: ""; position: absolute; top: 50%; left: -10%; width: 120%; height: 1px; background-color: #ef4444; transform: rotate(-15deg); }