/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* مخفی کردن قیمت در صورت ناموجود بودن */
.product-grid-item.out-of-stock .price {
    display: none;
}

/* استایل برای برچسب ناموجود */
.out-of-stock-label {
    color: #ff0000; /* رنگ دلخواه برای "ناموجود" */
    font-weight: bold;
    text-align: center;
    display: block;
}
.pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
.pricing-table th, .pricing-table td {
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
}
.pricing-table th {
    background-color: #005f73;
    color: white;
	font-size: 12px;
}
.pricing-table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}
.pricing-table a.quantity-link {
    color: #005f73;
    text-decoration: none;
}
.pricing-table a.quantity-link:hover {
    text-decoration: underline;
}