/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* استایل برای جدول قیمت محصولات */
.custom-product-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.custom-product-table thead{
    background-color: #0075F2;
    color: #fff;
    text-align: left;
    font-weight: bold;
}
.custom-product-table thead th{
	color: #fff;
}
.custom-product-table th,
.custom-product-table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
}

.custom-product-table tbody tr {
    background-color: #f3f3f3;
}

.custom-product-table tbody tr:nth-of-type(even) {
    background-color: #fdfdfd;
}

.custom-product-table tbody tr:hover {
    background-color: #f1f1f1;
}

.custom-product-table a {
    color: #D10A10;
    text-decoration: none;
}

.custom-product-table a:hover {
    text-decoration: underline;
}