/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.dig_use_whatsapp{
  display: none !important;
}

.out-of-stock.product-label.wd-shape-round-sm{
    display: none ;
}




.two-features-tables {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            justify-content: space-between;
        }
        .two-features-tables .features-table-wrapper {
            flex: 1 1 45%;
            min-width: 200px;
        }
        .product-features-table {
            width: 100%;
            border-collapse: collapse;
            background: #fff;
            margin-bottom: 20px;
        }
        .product-features-table th,
        .product-features-table td {
            /*border: 1px solid #ddd;*/
            padding: 12px 15px;
            text-align: right;
            vertical-align: top;
        }
        .product-features-table th {
            background-color: #F3F3F3;
            font-weight: bold;
            width: 35%;
        }
        /* حالت موبایل و تبلت (عرض کمتر از 768px) */
        @media (max-width: 768px) {
            .two-features-tables {
                flex-direction: column;
                gap: 20px;
            }
            .two-features-tables .features-table-wrapper {
                width: 100%;
            }
            .product-features-table,
            .product-features-table tbody,
            .product-features-table tr,
            .product-features-table th,
            .product-features-table td {
                display: block;
            }
            .product-features-table tr {
                margin-bottom: 15px;
                border: 1px solid #ddd;
            }
            .product-features-table th {
                background-color: #f0f0f0;
                width: 100%;
                border-bottom: none;
            }
            .product-features-table td {
                width: 100%;
                border-top: none;
            }
        }
        
        
.product-features--{
    border: 1px solid #C2C2C2;
    border-radius: 10px;
    overflow: hidden;
}
.product-features-table{
    margin-bottom: 0;
}
.feature-value{
color: #1b1b1b;
    
}
}