:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 16px;
	--wd-title-font: "Playfair Display", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: Georgia, serif;
	--wd-alternative-font-style: italic;
	--wd-widget-title-font: "'Trebuchet MS', Helvetica, sans-serif", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 18px;
	--wd-header-el-font: Tahoma,Geneva, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 16px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(1,77,78);
	--wd-alternative-color: rgb(244,244,244);
	--btn-default-bgcolor: rgb(1,77,78);
	--btn-default-bgcolor-hover: rgb(1,77,78);
	--btn-accented-bgcolor: rgb(1,77,78);
	--btn-accented-bgcolor-hover: rgb(1,77,78);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(0,128,128);
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(0,0,0);
	--wd-link-color-hover: rgb(1,77,78);
	--wd-link-decor-color: rgb(255,255,255);
	--wd-link-decor-color-hover: rgb(255,255,255);
	--wd-sticky-btn-height: 95px;
}
.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: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgba(210,161,12,0.05);
	background-image: none;
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: rgba(210,161,12,0.05);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) :is(.wd-page-content, .whb-header) {
	background-color: rgba(210,161,12,0.05);
	background-image: none;
}
.single-product :is(.wd-page-content, .whb-header) {
	background-color: rgba(210,161,12,0.05);
	background-image: none;
}
.woodmart-archive-blog :is(.wd-page-content, .whb-header) {
	background-color: rgba(210,161,12,0.05);
	background-image: none;
}
.single-post :is(.wd-page-content, .whb-header) {
	background-color: rgba(210,161,12,0.05);
	background-image: none;
}
.woodmart-archive-portfolio :is(.wd-page-content, .whb-header) {
	background-color: rgba(210,161,12,0.05);
	background-image: none;
}
.single-portfolio :is(.wd-page-content, .whb-header) {
	background-color: rgba(210,161,12,0.05);
	background-image: none;
}
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-color: rgb(0,0,0);
	--wd-form-placeholder-color: rgb(160,160,160);
	--wd-form-brd-color: rgb(0,0,0);
	--wd-form-brd-color-focus: rgb(30,115,190);
	--wd-form-bg: rgb(244,244,244);
}
.wd .product-label.onsale {
	background-color: rgb(1,77,78);
	color: rgb(244,244,244);
}
.wd .product-label.new {
	background-color: rgb(1,77,78);
	color: rgb(244,244,244);
}
.wd .product-label.featured {
	background-color: rgb(1,77,78);
	color: rgb(244,244,244);
}
.wd .product-label.out-of-stock {
	background-color: rgb(221,153,51);
	color: rgb(244,244,244);
}
.wd .product-label.attribute-label:not(.label-with-img) {
	background-color: rgb(1,77,78);
	color: rgb(244,244,244);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 800px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 0px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-text-font-size: 18px;
	--wd-header-el-font-size: 18px;
	--wd-sticky-btn-height: 42px;
	}
	.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
		--wd-arrow-size: 18px;
	--wd-arrow-icon-size: 18px;
	--wd-arrow-offset-h: 18px;
	--wd-arrow-offset-v: 18px;
	}
	.wd-nav-pagin-wrap:not(.wd-custom-style) {
		--wd-pagin-size: 48px;
	}
	.wd-nav-scroll {
		--wd-nscroll-width: 32%;
	}

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



.wd-page-title {
background-color: #0a0a0a;
}

