:root {
	--wd-hb-opt-h: 40px;
	--wd-text-font: "Raleway", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(42,42,42);
	--wd-text-font-size: 16px;
	--wd-title-font: "Radley", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(0,0,0);
	--wd-entities-title-font: "Radley", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(0, 0, 0);
	--wd-alternative-font: "Raleway", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Raleway", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(0,0,0);
	--wd-widget-title-font-size: 15px;
	--wd-header-el-font: "Geologica", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 15px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(42,42,42);
	--wd-alternative-color: rgb(102,103,107);
	--btn-default-bgcolor: rgb(42,42,42);
	--btn-default-bgcolor-hover: rgb(66,66,66);
	--btn-accented-bgcolor: rgb(42,42,42);
	--btn-accented-bgcolor-hover: rgb(42,42,42);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgba(0,0,0,0);
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
.wd-hb {
	background-color: rgb(208,152,0);
	background-image: none;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title .wd-page-title-bg img {
	background-repeat: repeat;
	object-fit: cover;
	background-attachment: scroll;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(42,42,42);
	background-image: none;
}
html .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title {
	font-family: "Raleway", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 15px;
	text-transform: capitalize;
}
html .post.wd-post:not(.blog-design-small) .wd-entities-title {
	font-family: "Raleway", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 20px;
	text-transform: capitalize;
}
html .wd-nav.wd-nav-main > li > a {
	font-family: "Raleway", Arial, Helvetica, sans-serif;
	font-weight: 800;
	font-size: 15px;
}
html .wd-dropdown-menu.wd-design-sized .wd-sub-menu > li > a, body .wd-dropdown-menu.wd-design-full-width .wd-sub-menu > li > a, body .wd-dropdown-menu.wd-design-aside .wd-wp-menu > .sub-sub-menu > li > a, body .wd-dropdown-menu.wd-design-aside .wd-sub-menu .wd-sub-menu > li > a {
	font-family: "Raleway", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 15px;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-hb-opt-h: 55px;
	}

}
:root{
--wd-container-w: 1500px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1500px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: rgb(0,0,0);
}

body .brands-widget .brand-item img {
    max-height: 100%;
}

body .labels-rounded .out-of-stock{
display:none;
}

/* Hide stock status on WooCommerce category and shop pages */
.tax-product_cat .product-grid-item .stock,
.post-type-archive-product .product-grid-item .stock {
    display: none !important;
}

/* --- Fast Simon Search Bar (Modern Dark Menu Style) --- */

/* 1. Layout */
.custom-fs-search .search-input-wrapper {
    display: flex !important;
    align-items: stretch; 
    width: 100%;
    max-width: 100%;
    position: relative;
}

/* 2. The Input Field - Blended for Dark Backgrounds */
.custom-fs-search .search-field {
    flex-grow: 1;
    height: 45px; 
    border: 1px solid #555; 
    border-right: none;
    border-radius: 25px 0 0 25px; 
    /* Increased left padding to 30px so it clears the curve */
    padding: 0 20px 0 30px !important; 
    color: #ffffff; 
    background-color: rgba(255, 255, 255, 0.08); 
    box-shadow: none !important;    
    margin-bottom: 0 !important;
    min-width: 0;
    transition: all 0.3s ease;
}

/* Lighter placeholder text for readability */
.custom-fs-search .search-field::placeholder {
    color: #cccccc;
    opacity: 1; 
}

/* Focus state - highlights when the user clicks to type */
.custom-fs-search .search-field:focus {
    background-color: rgba(255, 255, 255, 0.12);
    border-color: #d89d22; 
    outline: none;
}

/* 3. The Search Button - Accent Color to match top banner */
.custom-fs-search .search-submit {
    flex-shrink: 0;
    height: 45px !important; 
    border-radius: 0 25px 25px 0; /* Pill shape on the right */
    position: static !important;
    padding: 0 25px;
    background-color: #d89d22; /* Summer Sale banner yellow/gold */
    color: #ffffff;
    border: 1px solid #d89d22;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Button hover effect */
.custom-fs-search .search-submit:hover {
    background-color: #b8851c; /* Slightly darker gold */
    border-color: #b8851c;
}

/* --- Mobile Only: Search Icon Switch --- */
@media (max-width: 768px) {
    .custom-fs-search .search-submit {
        font-size: 0 !important;
        padding: 0 !important;
        width: 45px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .custom-fs-search .search-submit::before {
        content: '';
        display: block;
        width: 18px;
        height: 18px;
        /* White Magnifying Glass Icon */
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
    }
}

/* --- Sticky Header Shrink --- */
.whb-sticked .custom-fs-search .search-field,
.whb-sticked .custom-fs-search .search-submit {
    height: 36px !important;
    line-height: 36px;
}