:root {
	--wd-text-font: "IRANSansWeb", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 14px;
	--wd-title-font: "iranyekanwebextrabold_FaNum", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "iranyekanwebbold_FaNum", 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: "iranyekanwebregular_FaNum", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "iranyekanwebregular_FaNum", 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: "iranyekanwebregular_FaNum", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(245,133,36);
	--wd-alternative-color: rgb(24,49,112);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(245,133,36);
	--btn-accented-bgcolor-hover: rgb(218,110,16);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(24,49,112);
	--wd-link-color-hover: rgb(245,133,36);
	--wd-sticky-btn-height: 95px;
}
.wd-age-verify-wrap {
	--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-promo-popup-wrap {
	--wd-popup-width: 720px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(249,249,249);
	background-image: none;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-weight: 600;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1222px;
--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: 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-brd-radius: 0px;
}

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


.wd-page-title {
background-color: rgb(124,124,124);
}

.wd-accordion-item table {
    border-collapse: separate !important;
    border-spacing: 2px !important;
  }

.wd-accordion-item table tr:nth-child(1) {
    background-color: #183170 !important;
	 color: #fff !important;
  }

.wd-accordion-item  table tr:nth-child(2) {
    background-color: #F58524 !important;
		color: #fff !important;
  }

.wd-accordion-item table tr:nth-child(n+3) td:first-child {
    background-color: rgba(24, 49, 112, 0.2) !important; 
	color: #000 !important;
  }
.wd-accordion-item td {
    border: none !important; 
		border-bottom: 1px solid #0002 !important;
	padding-bottom:4px;
	padding-top:4px;
  }

.expire {
  background-color:transparent;
  border-style:solid	;
  border-color:#f58524;
  border-radius:6px;
	border-width:1px;
	color:#f58524;
	height:35px;
	width:150px;
	justify-content:center;
	list-style:none;
	text-align:center;
	font-size:14px;
	display:inline-flex;
	align-items:center;
}

#nias-content {
  max-height: 3em; /* emنمایش حداکثر 3 */
  overflow: hidden;
  transition: max-height 0.5s ease; /* انیمیشن افزایش ارتفاع */
}


.product-tabs-wrapper .tabs-layout-tabs>.wd-nav-tabs-wrapper {
    margin-bottom: 0 !important;
    padding-top: 40px;
}

.out-of-stock{
	text-wrap : nowrap;
	position:relative;
	visibility : hidden
}
.out-of-stock:before{
	content : 'ناموجود ';
	position :absolute;
	visibility : visible;
	background : #FFFFFF;
	right : 0em;
	padding : 10px 1em 10px 1em;
	border-radius:70px;
	font-weight : bold;
}

.wc-tab-inner.wd-entry-content.wd-scroll-content {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: visible;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 10px;
}

.outofstock img {
    filter: grayscale(1);
}

p.woocommerce-shipping-destination {
    display: none !important; /* مخفی کردن عبارت ثابت حمل و نقل به البرز در سبد خرید */
}
