@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//monsia.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.0.0") format("woff2");
}

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #666666;
	--wd-text-font-size: 17px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #000000;
	--wd-entities-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #000000;
	--wd-entities-title-color-hover: #333333;
	--wd-alternative-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #000000;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-primary-color: #000000;
	--wd-alternative-color: #333333;
	--wd-link-color: #000000;
	--wd-link-color-hover: #333333;
	--btn-default-font-family: "Montserrat", Arial, Helvetica, sans-serif;
	--btn-default-font-weight: 600;
	--btn-default-bgcolor: #000000;
	--btn-default-bgcolor-hover: #333333;
	--btn-default-color: #FFFFFF;
	--btn-default-color-hover: #FFFFFF;
	--btn-accented-font-family: "Montserrat", Arial, Helvetica, sans-serif;
	--btn-accented-font-weight: 600;
	--btn-accented-transform: uppercase;
	--btn-accented-bgcolor: #000000;
	--btn-accented-bgcolor-hover: #333333;
	--btn-accented-color: #FFFFFF;
	--btn-accented-color-hover: #FFFFFF;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 95px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 190px;
}
.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: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: #000000;
	background-image: none;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #000000;
	background-image: none;
}
.product-labels .product-label.onsale {
	background-color: rgb(224,0,77);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

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

}

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

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--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;
}

@media (min-width: 1239px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1222px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


/* Product Sale Price Color */
.woocommerce div.product p.price ins span.woocommerce-Price-amount {
    color: #008000; /* Change this hex code to any green shade you prefer */
}

/* Single Product Price Color */
.amount {
    color: #008000;
    font-weight: 600;
}

/* Set up flex layout for the form */
.woocommerce div.product form.cart {
    display: flex;
    align-items: center;
    width: 100%;
}

/* Set up flex layout for the form */
.woocommerce div.product form.cart {
    display: flex;
    align-items: center;
    width: 100%;
}

/* Style the quantity selector */
.woocommerce div.product form.cart .quantity {
    flex: 0 0 auto; /* Keep the width of the quantity selector fixed */
    margin-right: 10px; /* Space between quantity selector and button */
}

/* Make Add to Cart button occupy full remaining width */
.woocommerce div.product form.cart .single_add_to_cart_button {
    flex: 1 1 auto; /* Allow the button to expand and fill remaining space */
    width: 100%; /* Ensure it spans full remaining width */
    display: block;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

/* Reviews Button - Default */
.wp-block-button__link {
    color: #fff;
    background-color: #000000;
    border-radius: 5px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
}

/* Reviews Button - Hover */
.wp-block-button__link:hover {
    color: #fff;
    background-color: #333333;
    border-radius: 5px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
}

/* Strikethrough Price Color */
del .amount {
    color: #999999;
    font-weight: 400;
}

/* Product Quantity Amount Width */
div.quantity input[type="number"] {
    width: 100%;
    border-radius: 0;
    border-right: none;
    border-left: none;
}

div.quantity input[type="button"] {
    padding: 0 15px;
    min-width: 25px;
    min-height: unset;
    height: 42px;
    border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
    background: var(--wd-form-bg);
    box-shadow: none;
}

.woocommerce div.product form.cart .quantity {
    flex: 0 0 auto;
    margin: 0 auto;
}

:is(.wc-block-product-template,.wc-block-grid__products,.wp-block-query,.wp-block-button) .wp-block-button__link {
    color: #ffffff;
    background-color: #000;
    border-radius: 5px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
    text-transform: uppercase;
    font-weight: 600;
    font-family: inherit;
    font-style: unset;
    min-height: unset;
}@media (min-width: 1025px) {
	div.quantity input[type="number"] {
    width: 100%;
    border-radius: 0;
    border-right: none;
    border-left: none;
}

}

@media (max-width: 576px) {
	/* Force the product features images to the top of their connecting paragraph for mobile displays. PF = Product Features */

.containerPF {
  display: flex;
}

.itemPF {
  order: 2;
}

.imagePF img {
  order: 1;  
}

div.quantity input[type="button"] {
    padding: 0 15px;
    min-width: 25px;
    min-height: unset;
    height: 42px;
    border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
    background: var(--wd-form-bg);
    box-shadow: none;
}

div.quantity input[type="number"] {
    width: 100%;
    border-radius: 0;
    border-right: none;
    border-left: none;
}

}

