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

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "Lora", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 16px;
	--wd-title-font: "Outfit", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: rgb(201,122,122);
	--wd-entities-title-font: "Marcellus SC", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lora", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Marcellus SC", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Outfit", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-primary-color: rgb(221,135,134);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(195,147,91);
	--btn-accented-bgcolor-hover: rgb(169,127,79);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
div.wd-popup.wd-age-verify {
	max-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://monicayu.com/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
div.wd-popup.wd-promo-popup {
	max-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: url(https://monicayu.com/wp-content/uploads/2025/04/beige-bg-2.jpg);
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgba(234,215,215,0.33);
	background-image: none;
}
.page .main-page-wrapper {
	background-color: rgb(244,244,244);
	background-image: none;
}
.single-product .main-page-wrapper {
	background-color: rgb(247,247,247);
	background-image: none;
}
div.wd-popup.popup-quick-view {
	max-width: 920px;
}

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

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@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;
}
}


/*
#hide-this-link {
    display: none;
}*/

/* Change product short description font size. */
.woocommerce-product-details__short-description p {
    font-size: 15px;
}

/* Change product meta color (after add to cart) */
.product_meta a {
    color:#333;
	  font-weight:bold;
}

.product_meta {
    color:#333;
	  font-weight:bold;
}

[class*="wd-swatches"].wd-text-style-4 .wd-swatch.wd-text.is(:hover, .wd-active):not(.wd-disabled), 
[class*="wd-swatches"].wd-text-style-4 .wd-swatch-wrap a:hover,
[class*="wd-swatches"].wd-text-style-4 .wd-swatch-wrap.wd-active .wd-swatch.wd-text {
  background-color: #dd8786 !important; /* Force the background color change */
}

/* Hide clear attribute selection button for single variation */
.wd-reset-var {
	display:none;
}

/*
.woocommerce-product-attributes-item.woocommerce-product-attributes-item--weight {
    display:none;
}*/

/* Ensure the product attributes container is a flex container */
.woocommerce-product-attributes {
    display: flex;
    flex-direction: column;
}

/* Target the weight attribute and move it to the last position */
.woocommerce-product-attributes-item--weight {
    order: 9999; /* Move this to the last */
}

/* Hide size guide title */
.wd-sizeguide-title {
	display:none;
}