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

.wd-popup.wd-promo-popup{
	background-color:#111111;
	background-image: none;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left center;
}

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

.footer-container{
	background-color:rgb(249,249,249);
	background-image: none;
}

:root{
--wd-text-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:#777777;
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-title-font-weight:600;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-entities-title-font-weight:500;
--wd-entities-title-color:#333333;
--wd-entities-title-color-hover:rgb(51 51 51 / 65%);
}
:root{
--wd-alternative-font:"Poppins", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Poppins", 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:"Poppins", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:600;
--wd-header-el-transform:capitalize;
--wd-header-el-font-size:15px;
}
:root{
--wd-primary-color:rgb(217,40,47);
}
:root{
--wd-alternative-color:rgb(15,0,5);
}
:root{
--wd-link-color:#333333;
--wd-link-color-hover:rgb(217,40,47);
}
:root{
--btn-default-bgcolor:#f7f7f7;
}
:root{
--btn-default-bgcolor-hover:#efefef;
}
:root{
--btn-accented-bgcolor:rgb(217,40,47);
}
:root{
--btn-accented-bgcolor-hover:rgb(188,33,33);
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:rgb(217,40,47);
}
:root{
--notices-warning-color:#fff;
}
.product-labels .product-label.out-of-stock{
	background-color:rgb(217,40,47);
}

.product-labels .product-label.out-of-stock{
	color:rgb(255,255,255);
}

	:root{
									--wd-form-brd-radius: 35px;
			
			
					
					--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: 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-sticky-btn-height: 95px;
					
					--wd-brd-radius: 8px;
			}

			@media (max-width: 1024px) {
			:root {
				--wd-sticky-btn-height: 95px;
			}
		}
	
	
			@media (min-width: 1025px) {
			.whb-boxed:not(.whb-sticked):not(.whb-full-width) .whb-main-header {
				max-width: 1570px;
			}
		}

		.container {
			max-width: 1600px;
		}

		:root{
			--wd-container-w: 1600px;
		}
	
			@media (min-width: 1617px) {
			.platform-Windows .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
		@media (min-width: 1600px) {
			html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
	
			div.wd-popup.popup-quick-view {
			max-width: 920px;
		}
	
	
	
	
			.woodmart-woocommerce-layered-nav .wd-scroll-content {
			max-height: 223px;
		}
	
	
@media (max-width: 576px) {
	/* GLOBAL mobile fix for WooCommerce prices (WoodMart/Elementor) */
@media (max-width: 768px){

  /* price containers in single, loop, related, upsells, quick-view */
  .woocommerce div.product .summary .price,
  .woocommerce ul.products li.product .price,
  .related .products .price,
  .upsells .products .price,
  .cross-sells .products .price,
  .quick-view .product .price,
  .elementor-widget-woocommerce-product-price .price{
    display:flex !important;
    flex-wrap:wrap !important;    /* allow wrapping */
    align-items:baseline !important;
    gap:6px !important;
    line-height:1.25 !important;
    white-space:normal !important;
  }

  /* OLD price */
  .price del{
    order:1;
    display:inline-block !important;
    position:static !important;   /* kill absolute rules from theme */
    margin:0 !important;
    opacity:.75;
    font-size:0.95rem;
  }

  /* NEW/CURRENT price */
  .price ins{
    order:2;
    display:inline-block !important;
    position:static !important;
    text-decoration:none !important;
    font-size:1.15rem;
  }

  /* prevent forced no-wrap on numbers */
  .price .woocommerce-Price-amount{
    white-space:normal !important;
  }
}

}

