:root {
	--wd-text-font: "DM Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(51,51,51);
	--wd-text-font-size: 16px;
	--wd-title-font: "Merriweather", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Merriweather", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Merriweather", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Merriweather", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "DM Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 15px;
	--wd-brd-radius: 10px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(201,24,24);
	--wd-alternative-color: rgba(242,29,29,0.2);
	--btn-default-bgcolor: rgb(212,106,106);
	--btn-default-bgcolor-hover: rgb(212,106,106);
	--btn-default-color: rgb(184,22,22);
	--btn-default-color-hover: rgb(184,22,22);
	--btn-accented-bgcolor: rgb(184,22,22);
	--btn-accented-bgcolor-hover: rgb(184,22,22);
	--btn-font-weight: 400;
	--btn-transform: capitalize;
	--btn-font-size: 15px;
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(146,2,2);
	--wd-link-color-hover: rgb(201,24,24);
}
.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-archive-shop .wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg, :is(.woodmart-archive-shop .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);
}
: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(55,55,61);
	background-image: none;
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: rgb(246,246,246);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) :is(.wd-page-content, .whb-header) {
	background-color: rgb(246,246,246);
	background-image: none;
}
.single-product :is(.wd-page-content, .whb-header) {
	background-color: rgb(246,246,246);
	background-image: none;
}
.woodmart-archive-blog :is(.wd-page-content, .whb-header) {
	background-color: rgb(246,246,246);
	background-image: none;
}
html .btn.wd-buy-now-btn {
	font-weight: 400;
	font-size: 15px;
	background: rgb(107,163,49);
}
html .btn.wd-buy-now-btn:hover {
	background: rgb(95,158,44);
}
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(147,147,147);
	--wd-form-bg: rgb(255,255,255);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1400px;
--wd-form-brd-radius: 5px;
--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: 1400px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1400px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1400px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


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

@media (min-width: 769px) {
    .archive .wd-product.product-list-item .product-wrapper {
        align-items: flex-start;
    }
	  .wd-product.product-list-item .product-wrapper {
        gap: 25px;
    }
}


.archive .wd-product.product-list-item .shop_attributes tbody{
	max-height:195px;
}

.services-row{
	max-width:1300px;
	margin-left:auto;
	margin-right:auto;
}


.services-row.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner{
	padding-top:15px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
	background-color:#fff;
	border-radius:10px;
	box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
	margin-bottom:40px;
	margin-left:40px;
	margin-right:40px;
}

.services-row.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner .wd-info-box.wd-wpb{
	margin-bottom:0;
}

.wd-nav.wd-style-bg>li:is(.current-menu-item,.wd-active,.active)>a{
	color:#fff;
}

.product_meta .tagged_as{
	display:none;
}

.payment_methods .payment_box{
	padding:5px 10px;
	margin-top:5px;
}

.woocommerce-checkout.woocommerce-page label{
	margin-bottom:0;
	margin-top:5px;
}

.wd-nav.wd-style-bg>li:is(:hover,.current-menu-item,.wd-active,.active)>a,
.wd-nav[class*="wd-style-"]>li:hover>a{
	color:#fff;
}

.wd-info-box.tccu-location{
	min-width:190px;
	min-height:192px;
}

.wd-info-box.tccu-agent{
	min-width:216px;
	padding:20px;
	margin-bottom:20px;
}

.wd-prefooter{
background-color:#f7fbfb!important;
}

.wd-info-box.tccu-location .box-icon-wrapper{
	margin-top:-45px;
}

.woocommerce-mini-cart__buttons .btn-cart{
	color:#fff;
}


.wd-header-text {
    --wd-tools-icon: "\f146";
}

.wd-toolbar-link.wd-toolbar-link-1 {
    --wd-tools-icon: "\f146";
}

#header-select-branch span.selected-branch{
	  color: rgba(51, 51, 51, 1);
    background-color: rgba(255, 255, 255, 1);
    padding: 8px;
    border-radius: 42px;
		border-color:var(--wd-primary-color);
		border-style: solid;
		border-width: 2px;
}