:root {
	--wd-text-font: "Noto Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(68,68,68);
	--wd-text-font-size: 15px;
	--wd-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 800;
	--wd-title-color: rgb(85,54,33);
	--wd-entities-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(85,54,33);
	--wd-entities-title-color-hover: rgb(85,54,33);
	--wd-alternative-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(85,54,33);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(85,54,33);
	--wd-alternative-color: rgb(39,29,23);
	--btn-default-font-family: "Inter", Arial, Helvetica, sans-serif;
	--btn-default-font-weight: 700;
	--btn-default-bgcolor: rgb(85,54,33);
	--btn-default-bgcolor-hover: rgb(85,54,33);
	--btn-accented-font-family: "Inter", Arial, Helvetica, sans-serif;
	--btn-accented-font-weight: 700;
	--btn-accented-bgcolor: rgb(85,54,33);
	--btn-accented-bgcolor-hover: rgb(85,54,33);
	--btn-font-family: "Inter", Arial, Helvetica, sans-serif;
	--btn-font-weight: 700;
	--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;
}
: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(39,29,23);
	background-image: none;
}
html .wd-product .wd-product-cats a, 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: "Inter", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 15px;
}
.wd-header-cats .menu-item .woodmart-nav-link .nav-link-text {
	font-weight: 400;
}
.single-product .woocommerce-Price-amount bdi {
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-weight: 800;
	font-size: 26px;
	color: rgb(183,68,11);
}
.single-product .price .wd-price-unit {
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 24px;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1600px;
--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;
--wd-brd-radius: 8px;
}



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

.grecaptcha-badge { visibility: hidden; }
.whb-main-header .c0t-htmlblock {
	margin-bottom: 0;
}

/* Contact form 7 */
.cf7-grid{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px 24px;
}

.cf7-grid p {
	margin-bottom:0;
}

.cf7-grid .cf7-span-2{
	grid-column: 1 / -1;
}

.cf7-grid .cf7-control{
	width: 100%;
	box-sizing: border-box;
}

.cf7-grid textarea {
	min-height: 100px !important;
}
/* */

.glow-text {
  text-shadow: 
    0 0 2px #fff,     /* Small white glow */
    0 0 7px #fff   /* Medium white glow */
}

.shadow-text {
  text-shadow: 
    0 0 2px #444,     /* Small white glow */
    0 0 7px #444   /* Medium white glow */
}

[class*="wd-swatches"].wd-dis-style-2 .wd-swatch::before {
    content: none !important;
    display: none !important;
}

@media (max-width: 576px) {
	/* Contact form 7	*/
.cf7-grid{
	grid-template-columns: 1fr;
}
/* */
.wd-header-html.wd-entry-content {
	font-size: 13px !important;
}
}

