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

:root {
	--wd-text-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Raleway", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(17,74,114);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: rgb(237,32,36);
	--wd-link-color-hover: rgb(173,173,173);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(17,74,114);
	--btn-accented-bgcolor-hover: rgb(17,74,114);
	--wd-form-brd-width: 1px;
	--notices-success-bg: rgb(17,74,114);
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(255,255,255);
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(17,74,114);
	background-image: url(https://casaleadersinc.com/wp-content/uploads/2025/02/shop-banner-image-store1-12-1.png);
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #f7f7f7;
	background-image: none;
}
html .product.category-grid-item .wd-entities-title, html .product.category-grid-item.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .category-grid-item:first-child .wd-entities-title, html .product.wd-cat .wd-entities-title {
	font-size: 16px;
}
html .product-image-summary-wrap .summary-inner > .price, html .product-image-summary-wrap .summary-inner > .price > .amount, html .product-image-summary-wrap .summary-inner > .price > .price > .amount, html .product-image-summary-wrap .summary-inner > .price ins .amount, html .wd-single-price .price, html .wd-single-price .price > .amount, html .wd-single-price .price > ins .amount {
	font-size: 43px;
}
html .product-image-summary-wrap .summary-inner > .price del, html .product-image-summary-wrap .summary-inner > .price del .amount, html .wd-single-price .price del .amount {
	font-size: 43px;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1400px;
--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-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

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

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


.product-grid-item .price .amount {
    display: flex
;
    align-items: center;
	  text-align: center;
  	margin-bottom: 4px;
    flex-direction: column;
    gap: var(--wd-prod-gap);
    font-size: 30px;
}
/* Make green in stock in vendor */
.custom-availability-message {
    color: var(--color-success); /* Green text for in-stock messages */
    background-color: #f1fbef; /* Light green background */
    padding: 5px; /* Optional padding */
    border-radius: 3px; /* Optional rounded corners */
	font-weight: 500;
}

/* Specific styles for the 'Available in 1-2 Weeks' message on the product page */
.single-product .custom-availability-message-week {
    color: black; /* Set text color to black on product pages */
    margin-top: 5px; /* Space between messages */
    background-color: transparent; /* Optional: make background transparent */
	font-weight: 500;

}

/* Keep the 'Available in 1-2 Weeks' message in default color on shop page */
.custom-availability-message-week {
    color: inherit; /* Use default text color on shop pages */
	font-weight: 500;

}

/* Specific styles for the 'Available in 1-2 Weeks' with the unique class */
.custom-availability-message-weekppage {
    color: black; /* Change to gray or any other color you prefer */
    margin-top: 5px; /* Space between messages */
    background-color: transparent; /* Ensure background is transparent */
	font-weight: 500;

}
/* change order of price and product title */
.wd-product span.price {
	order: 1;
}

.wd-product .custom-availability-message,
.wd-product .wd-entities-title {
    order: 2;
}

.wd-product .custom-availability-message-now{
    order: 3;
}
.wd-product .wd-entities-title {
  font-size: 19px !important;
}
.custom-availability-message-week {
    color: black;
    font-weight: 700;
}
.product_title {
        font-size: 26px;
    }

.wd-set-mb>* {
    color: black !important;
}

:is(.wd-entry-content,.entry-content,.is-layout-flow,.is-layout-constrained,.is-layout-constrained>.wp-block-group__inner-container)>*:last-child {
    margin-bottom: 0;
    color: black;
}

.product-label.onsale {
    font-size: 20px !important;
}
#pojo-a11y-toolbar.pojo-a11y-toolbar-right {
	z-index: 391;}

.wd-header-cart.wd-design-5:not(.wd-style-text) {
    margin-inline-end: 39px !important;
}
.wd-side-hidden.wd-opened {
    transform: none;
    z-index: 9999999999;
}
.scrollToTop {
	bottom: 43px;}
@media (max-width: 768px) {
  .scrollToTop {
    bottom: 83px;
  }
}

.form-table.wt-iew-form-table tr{
  visibility: unset !important;
}

@font-face {
  font-family: "woodmart-font";
  src: url("/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

.wd-header-cats .menu-opener {
  font-family: "woodmart-font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  display: inline-block;
  /* keep your arrow-styles here… */
}


.wd-cookies-inner {
    display: inline-flex
			;	}

/*remove add to cart button on shop page*/
/* For standard product grids */
.wd-buttons.wd-pos-r-b,
.product-grid-item .wd-add-btn {
  display: none !important;
}

/* If you're using hover info style */
.wd-hover-standard .wd-add-btn {
  display: none !important;
}
/* put old prices next to each other */


.woocommerce .price del {
    display: inline-block !important;
    margin-right: 8px;
}
.woocommerce .price del:last-of-type {
    margin-right: 0;
}
.woocommerce .price del:nth-of-type(2) span {
    color: #444 !important;      /* less grey */
    font-weight: bold;           /* bolder */
}

@media (max-width: 576px) {
  body.woocommerce-shop .product-grid-item .price .amount,
  body.post-type-archive-product .product-grid-item .price .amount,
  body.tax-product_cat .product-grid-item .price .amount {
    font-size: 30px; /* your default */
  }
}
/* search price smaller */
/* Autocomplete (header search) only — smaller price on mobile */
@media (max-width: 576px) {
  :where(.search-results-wrapper, .wd-dropdown_results) .price .amount,
  :where(.search-results-wrapper, .wd-dropdown_results) .woocommerce-Price-amount.amount {
    font-size: 13px !important;
  }
}
/* Autocomplete (header search) — normal font-size on desktop */
:where(.search-results-wrapper, .wd-dropdown_results) .price .amount,
:where(.search-results-wrapper, .wd-dropdown_results) .woocommerce-Price-amount.amount {
    font-size: 16px; /* adjust to whatever looks good in the dropdown */
}

@media (max-width: 576px) {
	.price .amount {
    font-size: 47px;
}
}

