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

:root {
	--wd-header-banner-h: 50px;
	--wd-text-font: "Noto Kufi Arabic", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 17px;
	--wd-title-font: "Noto Kufi Arabic", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Noto Kufi Arabic", 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%);
	--wd-alternative-font: "Noto Kufi Arabic", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Noto Kufi Arabic", 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: 17px;
	--wd-header-el-font: "Noto Kufi Arabic", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-primary-color: rgb(0,0,0);
	--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(15,15,15);
	--btn-accented-bgcolor-hover: rgb(143,165,101);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(15,3,3);
	--notices-success-color: rgb(255,255,255);
	--notices-warning-bg: rgb(216,80,80);
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgba(255,255,255,0);
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 600px;
}
.header-banner {
	background-color: rgb(0,0,0);
	background-image: none;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(15,15,15);
	background-image: none;
}
html .wd-product .price, html .wd-product .price > .amount, html .wd-product .price ins > .amount {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 17px;
	color: rgb(0,0,0);
}
html .wd-page-content .wd-product .product-wrapper .wd-entities-title {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: rgb(86,86,86);
}
html .wd-nav-mobile > li > a {
	font-size: 17px;
}
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 {
	color: rgb(143,165,101);
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-size: 17px;
}
.page .wd-page-content {
	background-image: none;
	background-repeat: repeat;
}
html .wd-buy-now-btn {
	background: rgb(125,160,97);
}
html .wd-buy-now-btn:hover {
	background: rgb(106,132,90);
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-color: rgb(0,0,0);
	--wd-form-brd-color: rgb(221,221,221);
	--wd-form-brd-color-focus: rgb(81,81,81);
	--wd-form-bg: rgb(249,249,249);
}
.product-labels .product-label.onsale {
	background-color: rgb(221,95,95);
}
.product-labels .product-label.new {
	background-color: rgb(255,255,255);
	color: rgb(15,15,15);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(221,95,95);
	color: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 70px;
	}
	[class*="thumbs-grid-bottom"] .woocommerce-product-gallery__wrapper.wd-grid {
		--wd-col: 1;
	}

}

@media (max-width: 768.98px) {
	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: 27px;
	}
	[class*="thumbs-grid-bottom"] .woocommerce-product-gallery__wrapper.wd-grid {
		--wd-col: 1;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 12px;
}

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


.wc-pao-addon {
padding: 11px;
}

.wc-pao-addon .wc-pao-addon-wrap select {
	  font-size: 1.07em;
    width: auto;
    min-width: 50%;
}

.product-type-simple form.cart,
.woocommerce-variation-add-to-cart {
  display: flex;
}
.product-type-simple form.cart > button,
.woocommerce-variation-add-to-cart > button {
  flex-grow: 1;
}
body .pswp__button--share {
    display:none;
}
.product-element-top {
    -webkit-box-shadow: 1px 4px 4px rgba(0,0,0,.18);
    box-shadow: 1px 4px 4px rgba(0,0,0,.18);
	  -webkit-mask-image: none;
}
.wd-hover-base.hover-ready.state-hover .fade-in-block, .wd-hover-base.hover-ready:hover .fade-in-block,
.wd-hover-base.hover-ready.state-hover .content-product-imagin, .wd-hover-base.hover-ready:hover .content-product-imagin {
    display: none;
}
body .wd-hover-base.hover-ready.state-hover .product-wrapper, body .wd-hover-base.hover-ready:hover .product-wrapper {
    transform: none;
}


body .wd-sizeguide-btn .wd-open-popup {
 display: none;
}

.banner-border .wrapper-content-banner {
    border: 5px solid rgb(255,255,255,0.5);
}

body .wd-progress-bar .progress-bar {
    background-color: green!important;
}


.product_title {
    line-height: 0.5;
}

div.product-addon-totals {
    display: none;
}

p.stock.in-stock.wd-style-default {
    display: none;
}

.wd-buttons.wd-pos-r-t {
	    display: none;
}

body .single_add_to_cart_button {
    height: 46px !important;
	  font-size: 18px;
}

.product-image-summary .quantity {
display: none;
}

.wc-pao-validation-notice {
font-weight: 700;
margin-top: 10px;
}