/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
@font-face{font-family:IRANSans;font-display:swap;font-style:normal;font-weight:900;src:url(font/IRANSans/eot/IRANSansWeb.eot);src:url(font/IRANSans/eot/IRANSansWeb.eot?#iefix) format("embedded-opentype"),url(font/IRANSans/woff2/IRANSansWeb.woff2) format("woff2"),url(font/IRANSans/woff/IRANSansWeb_Black.woff) format("woff"),url(font/IRANSans/ttf/IRANSansWeb_Black.ttf) format("truetype")}
@font-face{font-family:IRANSans;font-display:swap;font-style:normal;font-weight:700;src:url(font/IRANSans/eot/IRANSansWeb_Bold.eot);src:url(font/IRANSans/eot/IRANSansWeb_Bold.eot?#iefix) format("embedded-opentype"),url(font/IRANSans/woff2/IRANSansWeb_Bold.woff2) format("woff2"),url(font/IRANSans/woff/IRANSansWeb_Bold.woff) format("woff"),url(font/IRANSans/ttf/IRANSansWeb_Bold.ttf) format("truetype")}
@font-face{font-family:IRANSans;font-display:swap;font-style:normal;font-weight:500;src:url(font/IRANSans/eot/IRANSansWeb_Medium.eot);src:url(font/IRANSans/eot/IRANSansWeb_Medium.eot?#iefix) format("embedded-opentype"),url(font/IRANSans/woff2/IRANSansWeb_Medium.woff2) format("woff2"),url(font/IRANSans/woff/IRANSansWeb_Medium.woff) format("woff"),url(font/IRANSans/ttf/IRANSansWeb_Medium.ttf) format("truetype")}
@font-face{font-family:IRANSans;font-display:swap;font-style:normal;font-weight:300;src:url(font/IRANSans/eot/IRANSansWeb_Light.eot);src:url(font/IRANSans/eot/IRANSansWeb_Light.eot?#iefix) format("embedded-opentype"),url(font/IRANSans/woff2/IRANSansWeb_Light.woff2) format("woff2"),url(font/IRANSans/woff/IRANSansWeb_Light.woff) format("woff"),url(font/IRANSans/ttf/IRANSansWeb_Light.ttf) format("truetype")}
@font-face{font-family:IRANSans;font-display:swap;font-style:normal;font-weight:200;src:url(font/IRANSans/eot/IRANSansWeb_UltraLight.eot);src:url(font/IRANSans/eot/IRANSansWeb_UltraLight.eot?#iefix) format("embedded-opentype"),url(font/IRANSans/woff2/IRANSansWeb_UltraLight.woff2) format("woff2"),url(font/IRANSans/woff/IRANSansWeb_UltraLight.woff) format("woff"),url(font/IRANSans/ttf/IRANSansWeb_UltraLight.ttf) format("truetype")}
@font-face{font-family:IRANSans;font-display:swap;font-style:normal;font-weight:400;src:url(font/IRANSans/eot/IRANSansWeb.eot);src:url(font/IRANSans/eot/IRANSansWeb.eot?#iefix) format("embedded-opentype"),url(font/IRANSans/woff2/IRANSansWeb.woff2) format("woff2"),url(font/IRANSans/woff/IRANSansWeb.woff) format("woff"),url(font/IRANSans/ttf/IRANSansWeb.ttf) format("truetype")}

/* مخفی کردن رادیوهای داینامیک دریافت محصول در فرم بیلدر */
.jet-form-builder__field-wrap.radio-wrap:has(input.hide-eleman) {
    display: none!important;
}

/* مخفی کردن دکمه سبدخرید */
.woocommerce-mini-cart__buttons .btn-cart{
    display: none;
}

/* مخفی کردن تعداد محصول */
div.quantity {
    display: none!important;
}