:root {
	--wd-text-font: "DM Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(89,89,89);
	--wd-text-font-size: 16px;
	--wd-title-font: "Space Grotesk", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(8,56,47);
	--wd-entities-title-font: "Space Grotesk", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(8,56,47);
	--wd-entities-title-color-hover: rgb(11, 81, 67);
	--wd-alternative-font: "Space Grotesk", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Space Grotesk", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: rgb(8,56,47);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "DM Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 14px;
	--wd-brd-radius: 4px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(215,38,61);
	--wd-alternative-color: rgb(8,56,47);
	--btn-default-bgcolor: rgb(215,38,61);
	--btn-default-bgcolor-hover: rgb(179,32,50);
	--btn-accented-font-weight: 800;
	--btn-accented-bgcolor: rgb(215,38,61);
	--btn-accented-bgcolor-hover: rgb(179,32,50);
	--btn-transform: capitalize;
	--btn-color: rgb(255,255,255);
	--btn-bgcolor: rgb(215,38,61);
	--btn-color-hover: rgb(255,255,255);
	--btn-bgcolor-hover: rgb(179,32,50);
	--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(0,123,255);
	--wd-link-color-hover: rgb(0,86,179);
}
.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(250,250,250);
	--wd-bordered-bg:rgb(250,250,250);
}
: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(0,0,0);
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-attachment: fixed;
	background-position: center center;
}
html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
	font-size: 58px;
	text-transform: capitalize;
	color: rgb(8,56,47);
}
html .wd-nav-mobile > li > a {
	text-transform: capitalize;
}
html .btn.wd-buy-now-btn {
	font-weight: 900;
	color: rgb(255,255,255);
	background: rgb(0,0,0);
}
html .btn.wd-buy-now-btn:hover {
	color: rgb(255,255,255);
	background: rgb(40,40,40);
}
.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
	--wd-arrow-size: 42px;
	--wd-arrow-icon-size: 14px;
	--wd-arrow-offset-h: 15px;
	--wd-arrow-offset-v: 20px;
	--wd-arrow-color: rgb(11,81,67);
	--wd-arrow-color-hover: rgb(255,255,255);
	--wd-arrow-color-dis: rgb(11,81,67);
	--wd-arrow-bg: rgb(244,244,244);
	--wd-arrow-bg-hover: rgb(11,81,67);
	--wd-arrow-bg-dis: rgb(244,244,244);
	--wd-arrow-radius: 21px;
}
.wd-nav-scroll {
	--wd-nscroll-drag-bg: rgb(11,81,67);
	--wd-nscroll-drag-bg-hover: rgb(11,81,67);
}
.wd .product-label.onsale {
	background-color: rgba(231,27,47,0.69);
}
.wd .product-label.new {
	background-color: rgb(129,215,66);
}
.wd .product-label.featured {
	background-color: rgb(238,238,34);
}
.wd .product-label.out-of-stock {
	background-color: rgb(231,27,47);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 10px;
}

@media (max-width: 1024px) {
	html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
		font-size: 36px;
	}

}
:root{
--wd-container-w: 1600px;
--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-page-title {
background-color: rgb(0,0,0);
}

html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
	color: #ffffff;
}

.wd-product:not(.wd-hover-small) :is(.product-image-link,.hover-img) :is(picture,img) {
  aspect-ratio: 1 / 1;
	object-fit: cover;
	border-bottom: 1px solid #eee;
	border-bottom-width: 60%;
}

/* Single Product Page CSS */
.single-product :is(table.variations td.value, table.variations select, .select2-container, .single_add_to_cart_button, .wd-buy-now-btn){
  width:100%!important;
  max-width:100%!important;
}

.single-product .woocommerce-variation-add-to-cart{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:12px;
}

.single-product .woocommerce-variation-add-to-cart .quantity{
  display:grid!important;
  grid-template-columns:85px 45px minmax(0,1fr) 45px!important;
  align-items:center;
  flex:0 0 100%!important;
  min-width:100%!important;
  margin:0!important;
}

.single-product .woocommerce-variation-add-to-cart .quantity:before{
  content:"Quantity:";
  font-weight:600;
}

.single-product .woocommerce-variation-add-to-cart :is(.qty,.minus,.plus){
  width:100%!important;
  max-width:none!important;
}

.single-product :is(.single_add_to_cart_button,.wd-buy-now-btn){
  margin:0!important;
}

.variations .wd-swatches-product .wd-swatch.wd-text {
    padding: 10px 16px !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
	.woot-widget-bubble.woot-elements--left {
    bottom: 75px;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	.woot-widget-bubble.woot-elements--left {
    bottom: 75px;
}
}

@media (max-width: 576px) {
	.woot-widget-bubble.woot-elements--left {
    bottom: 75px;
}
}

