@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("woodmart-font-2-700.woff2?v=7.6.0") format("woff2");
	font-display:swap;
}

:root {
	--wd-text-font: Tahoma,Geneva, sans-serif;
	--wd-text-font-weight: 600;
	--wd-text-color: rgb(15,15,15);
	--wd-text-font-size: 14px;
	--wd-title-font: Tahoma,Geneva, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(15,15,15);
	--wd-entities-title-font: Tahoma,Geneva, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(15,15,15);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: Tahoma,Geneva, sans-serif;
	--wd-widget-title-font: Tahoma,Geneva, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: rgb(15,15,15);
	--wd-widget-title-font-size: 10px;
	--wd-header-el-font: Tahoma,Geneva, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 12px;
	--wd-primary-color: rgb(255,74,3);
	--wd-alternative-color: rgb(255,101,40);
	--wd-link-color: rgb(255,255,255);
	--wd-link-color-hover: rgb(255,106,48);
	--btn-default-bgcolor: rgb(255,74,3);
	--btn-default-bgcolor-hover: rgb(255,106,50);
	--btn-accented-bgcolor: rgb(255,74,3);
	--btn-accented-bgcolor-hover: rgb(255,97,35);
	--btn-transform: capitalize;
	--btn-color: rgb(255,255,255);
	--btn-bgcolor: rgb(255,74,3);
	--btn-color-hover: rgb(255,255,255);
	--btn-bgcolor-hover: rgb(255,101,40);
	--wd-form-brd-width: 1px;
	--notices-success-bg: rgb(255,74,3);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(255,112,56);
	--notices-warning-color: #fff;
}
:is(.shop-content-area.wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg, :is(.shop-content-area.wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg :is(.wd-product,.wd-cat) {
	--wd-prod-bg:rgb(255,255,255);
	--wd-bordered-bg:rgb(255,255,255);
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--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-popup-width: 800px;
}
.page-title-default {
	background-color: rgb(28,97,231);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	background-image: none;
}
html .wd-nav-mobile > li > a {
	text-transform: capitalize;
	color: rgb(15,15,15);
}
html .wd-nav-mobile > li > a:hover, html .wd-nav-mobile > li.current-menu-item > a {
	color: rgb(255,74,3);
}
html table th {
	font-weight: 400;
	font-size: 9px;
	text-transform: capitalize;
}
.page .main-page-wrapper {
	background-color: rgb(255,255,255);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .main-page-wrapper {
	background-color: rgb(255,255,255);
	background-image: none;
}
.single-product .main-page-wrapper {
	background-color: rgb(255,255,255);
	background-image: none;
}
.woodmart-archive-blog .main-page-wrapper {
	background-color: rgb(255,255,255);
	background-image: none;
}
html .wd-buy-now-btn {
	color: rgb(255,255,255);
	background: rgb(255,74,3);
}
html .wd-buy-now-btn:hover {
	background: rgb(255,101,40);
}
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);
}
.product-labels .product-label.onsale {
	background-color: rgb(255,74,3);
	color: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 768.98px) {
	:root {
		--wd-text-font-size: 12px;
	--wd-widget-title-font-size: 8px;
	}

}
:root{
--wd-container-w: 1465px;
--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: 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: 5px;
}



.term-description{
	display:block !important;
	width:500px;
	height:500px;
	background-color:blue;
	
}