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

.wd-variation-stock-wrapper {
    margin-bottom: 24px;
}

.wd-variation-stock-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.wd-variation-stock-table th,
.wd-variation-stock-table td {
    border: 1px solid #e5e7eb;
    padding: 10px 8px;
    text-align: center;
}

.wd-variation-stock-table th {
    background-color: #f9fafb;
    font-weight: 600;
}

.wd-stock-col {
    text-align: center;
    font-weight: 700;
    white-space: nowrap;
}

.wd-variation-stock-table tr:nth-child(even) {
    background-color: #fcfcfc;
}

.wd-variation-stock-table td.wd-stock-col:contains("ناموجود") {
    color: #dc2626;
}

/* WhatsApp float icon */

.whatsapp-float {
	position: fixed;
    bottom: 16px; 
    right: 16px;  
    z-index: 999; 
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-float:hover {
    transform: scale(1.08);
}

@media (max-width: 768px) {
    .whatsapp-float {
        width: 48px;
        height: 48px;
        bottom: 64px;
        right: 16px;
    }
}

/* End of WhatsApp float icon */
