:root {
	--wd-text-font: IRANSansXFaNum;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: var(--wd-text-font);
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: var(--wd-title-font);
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: IRANSansXFaNum;
	--wd-widget-title-font: var(--wd-title-font);
	--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: var(--wd-text-font);
	--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: #83b735;
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
: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: #ffffff;
	background-image: none;
}
.wd .product-label.onsale {
	background-color: rgb(221,51,51);
}
.wd .product-label.featured {
	background-color: rgb(32,232,218);
}
.wd .product-label.out-of-stock {
	background-color: rgb(163,163,163);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
: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: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}



.wd-page-title {
background-color: #0a0a0a;
}

/* پاکسازی جریان عناصر توضیح کوتاه تا چیزی روی آن نیفتد */
.woocommerce-product-details__short-description {
    display: block !important;
    clear: both !important;
    margin-bottom: 25px !important;
    overflow: visible !important;
}

/* استایل و تراز جدول مشخصات */
.woocommerce-product-details__short-description table {
    width: 100% !important;
    max-width: 100% !important;
    display: table !important;
    clear: both !important;
    border-collapse: collapse !important;
    margin: 15px 0 25px 0 !important;
    font-size: 13px !important;
    border: 1px solid #e5e7eb !important;
}

.woocommerce-product-details__short-description table td,
.woocommerce-product-details__short-description table th {
    padding: 10px 12px !important;
    border: 1px solid #e5e7eb !important;
    vertical-align: middle !important;
    text-align: center !important;
}

/* ستون عناوین سمت راست */
.woocommerce-product-details__short-description table tr td:last-child,
.woocommerce-product-details__short-description table tr th:last-child {
    background-color: #f9fafb !important;
    color: #374151 !important;
    font-weight: 600 !important;
    text-align: right !important;
    width: 35% !important;
    white-space: nowrap !important;
}

/* ایجاد فاصله و پاکسازی دکمه افزودن به سبد خرید */
form.cart {
    clear: both !important;
    display: flex !important;
    align-items: center !important;
    margin-top: 20px !important;
    position: relative !important;
    z-index: 1 !important;
}
