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

.wd-popup.wd-promo-popup{
	background-color:#111111;
	background-image: url(https://demo.freelitv.com/wp-content/uploads/promo-popup.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.page-title-default{
	background-color:rgb(249,249,249);
	background-image: none;
	background-size:cover;
	background-position:center center;
}

:root{
--wd-text-font:"Karla", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:rgb(0,0,0);
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Lora", Arial, Helvetica, sans-serif;
--wd-title-font-weight:400;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font:"Lora", 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%);
}
:root{
--wd-alternative-font:"Lato", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Lora", 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;
}
:root{
--wd-header-el-font:"Karla", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:400;
--wd-header-el-transform:uppercase;
--wd-header-el-font-size:14px;
}
:root{
--wd-primary-color:rgb(0,0,0);
}
:root{
--wd-alternative-color:#fbbc34;
}
:root{
--wd-link-color:#333333;
--wd-link-color-hover:#242424;
}
:root{
--btn-default-bgcolor:#f7f7f7;
}
:root{
--btn-default-bgcolor-hover:#efefef;
}
:root{
--btn-accented-bgcolor:rgb(0,0,0);
}
:root{
--btn-accented-bgcolor-hover:rgb(0,0,0);
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}

	:root{
					
							--wd-form-brd-radius: 5px;
			
					
					--wd-form-brd-width: 2px;
		
					--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;
		
			}

	
	
			:root{
			--wd-container-w: 1222px;
		}
	
			@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;
			}
		}
	
	
	
	
	
			.woodmart-woocommerce-layered-nav .wd-scroll-content {
			max-height: 223px;
		}
	
	
/* 1️⃣ Remove cart icon completely */
.product-grid-item .add_to_cart_button:before,
.product-grid-item .add_to_cart_button:after,
.product-grid-item .add_to_cart_button i,
.product-grid-item .wd-add-btn:before,
.product-grid-item .wd-add-btn:after,
.product-grid-item .wd-add-btn i {
    display: none !important;
    content: none !important;
}

/* 2️⃣ Force button text always visible (normal + hover) */
.product-grid-item .add_to_cart_button,
.product-grid-item .wd-add-btn {
    color: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* 3️⃣ Prevent text hiding on hover */
.product-grid-item .add_to_cart_button:hover,
.product-grid-item .wd-add-btn:hover {
    color: #ffffff !important;
}

/* 4️⃣ Center text properly */
.product-grid-item .add_to_cart_button span,
.product-grid-item .wd-add-btn span {
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}
/* ==============================
   FORCE ADD TO CART TEXT VISIBLE
   ============================== */

/* Remove all icons */
.product-grid-item .add_to_cart_button:before,
.product-grid-item .add_to_cart_button:after,
.product-grid-item .add_to_cart_button i,
.product-grid-item .wd-add-btn:before,
.product-grid-item .wd-add-btn:after,
.product-grid-item .wd-add-btn i {
    display: none !important;
    content: none !important;
}

/* Reset WoodMart hover animation */
.product-grid-item .add_to_cart_button,
.product-grid-item .wd-add-btn {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

/* Force text span always visible */
.product-grid-item .add_to_cart_button span,
.product-grid-item .wd-add-btn span {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    display: inline-block !important;
}

/* Hover state override */
.product-grid-item:hover .add_to_cart_button,
.product-grid-item:hover .wd-add-btn,
.product-grid-item:hover .add_to_cart_button span,
.product-grid-item:hover .wd-add-btn span {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

/* Prevent text fade on hover */
.product-grid-item .add_to_cart_button:hover span,
.product-grid-item .wd-add-btn:hover span {
    opacity: 1 !important;
}
/* ===============================
   MOBILE: FORCE ADD TO CART SHOW
   =============================== */
@media (max-width: 768px) {

    /* Button container fix */
    .product-grid-item .add_to_cart_button,
    .product-grid-item .wd-add-btn {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        opacity: 1 !important;
        visibility: visible !important;
        height: auto !important;
        min-height: 44px !important;
        transform: none !important;
    }

    /* Text span force visible */
    .product-grid-item .add_to_cart_button span,
    .product-grid-item .wd-add-btn span {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        color: #ffffff !important;
        font-size: 14px !important;
        line-height: 1 !important;
    }

    /* Remove icon completely (mobile) */
    .product-grid-item .add_to_cart_button:before,
    .product-grid-item .add_to_cart_button:after,
    .product-grid-item .add_to_cart_button i,
    .product-grid-item .wd-add-btn:before,
    .product-grid-item .wd-add-btn:after,
    .product-grid-item .wd-add-btn i {
        display: none !important;
        content: none !important;
    }
}
