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


/* Force white color for WoodMart main nav */
.wd-header-main-nav .wd-nav {
    --nav-color: #ffffff !important;
    --nav-color-hover: rgba(255, 255, 255, 0.8) !important;
    --nav-color-active: #ffffff !important;
    --nav-chevron-color: rgba(255, 255, 255, 0.7) !important;
}
);
}

.delivery-days {
    display: flex;
    gap: 12px;
    overflow-x: auto;
}
.delivery-card {
    border: 2px solid #eee;
    border-radius: 12px;
    padding: 12px;
    min-width: 120px;
    text-align: center;
    cursor: pointer;
    background: #fff;
}
.delivery-card input { display: none; }
.delivery-card .day-name { font-weight: bold; }
.delivery-card .day-date { font-size: 14px; color: #666; }
.delivery-card .price { color: #0a7cff; margin-top: 6px; display: block; }
.delivery-card:has(input:checked) { border-color: #0a7cff; }

.page-id-885 .wd-page-content {
    background-color: rgb(31 31 31); 
}


