:root {
	--wd-hb-opt-h: 40px;
	--wd-text-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 16px;
	--wd-title-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: var(--wd-text-font);
	--wd-widget-title-font: "Lexend", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: none;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 16px;
	--wd-brd-radius: 10px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(9,20,53);
	--wd-alternative-color: rgb(0,0,0);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(34,71,204);
	--btn-accented-bgcolor-hover: rgb(31,64,185);
	--btn-transform: none;
	--btn-font-size: 18px;
	--wd-form-brd-width: 1px;
	--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: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
.wd-hb {
	background-color: rgb(227,162,141);
	background-image: none;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(247,243,240);
	background-image: none;
}
html .wd-nav-mobile > li > a {
	text-transform: none;
}
 {
	font-family: "Lexend", Arial, Helvetica, sans-serif;
	font-weight: 400;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-weight: 500;
}
html .btn.wd-buy-now-btn {
	font-size: 18px;
	background: rgb(160,194,105);
}
html .btn.wd-buy-now-btn:hover {
	background: rgb(131,172,43);
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-bg: rgb(255,255,255);
}
.wd .product-label.onsale {
	background-color: rgb(126,164,222);
	color: rgb(255,255,255);
}
.wd .product-label.new {
	background-color: rgb(171,186,129);
	color: rgb(255,255,255);
}
.wd .product-label.featured {
	background-color: rgb(227,162,141);
	color: rgb(255,255,255);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

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

}
:root{
--wd-container-w: 1422px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--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;
}

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


.wd-page-title {
background-color: rgb(247,243,240);
}

/* Hide Browse Categories text */
.wd-header-cats .menu-open-label {
    display: none !important;
}

/* Round hamburger button */
.wd-header-cats .menu-opener {
    width: 45px !important;
    height: 45px !important;
    min-width: 45px !important;
    min-height: 45px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* Hamburger icon */
.wd-header-cats .menu-opener-icon {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;

    width: 22px !important;
    height: 18px !important;

    margin: 0 !important;
    padding: 0 !important;

    /* 3 lines */
    background:
        linear-gradient(#333, #333) top left / 22px 2px no-repeat,
        linear-gradient(#333, #333) center left / 22px 2px no-repeat,
        linear-gradient(#333, #333) bottom left / 22px 2px no-repeat !important;
}

/* Remove any old pseudo icon */
.wd-header-cats .menu-opener-icon::before,
.wd-header-cats .menu-opener-icon::after {
    display: none !important;
    content: none !important;
}

/* Remove arrow */
.wd-header-cats .menu-opener::after {
    display: none !important;
}

/* All Page Left right 3% padding*/
.wd-page-content .container,
.wd-page-content .wd-content-layout,
.wd-page-content .elementor-section,
.wd-page-content .elementor-container {
    padding-left: 4% !important;
    padding-right: 4% !important;
}

/* Single buy button and cart button design*/
.single_add_to_cart_button,
.wd-buy-now-btn {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
    border-radius: 30px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
    font-weight: 600 !important;
    text-transform: none !important;
}

.single_add_to_cart_button:hover,
.wd-buy-now-btn:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
    border-color: #000000 !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3) !important;
}