:root {
	--wd-text-font: IRansansX;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(44,44,44);
	--wd-text-font-size: 14px;
	--wd-title-font: IRansansX;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: IRansansX;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: IRansansX;
	--wd-widget-title-font: IRansansX;
	--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: IRansansX;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(0,166,237);
	--wd-alternative-color: rgb(251,188,52);
	--btn-default-bgcolor: rgb(0,166,237);
	--btn-default-bgcolor-hover: rgb(0,136,199);
	--btn-accented-bgcolor: rgb(0,166,237);
	--btn-accented-bgcolor-hover: rgb(0,136,199);
	--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-sticky-btn-height: 95px;
}
.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: 233px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #f4f4f4;
	background-image: none;
}
html .wd-carousel .wd-carousel-item .post.wd-post .wd-entities-title {
	font-weight: 700;
	font-size: 16px;
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: rgb(255,255,255);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) :is(.wd-page-content, .whb-header) {
	background-color: rgb(255,255,255);
	background-image: none;
}
.single-product :is(.wd-page-content, .whb-header) {
	background-color: rgb(255,255,255);
	background-image: none;
}
.woodmart-archive-blog :is(.wd-page-content, .whb-header) {
	background-color: #FFFFFF;
	background-image: none;
}
.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: 1600px;
--wd-form-brd-radius: 5px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--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-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: 5px;
}


rs-slides :is([data-type=text],[data-type=button]) {
font-family: IRansansX !important;
}
rs-slides :is(h1,h2,h3,h4,h5,h6)[data-type=text] {
font-family: IRansansX !important;
}

.wd-page-title {
background-color: rgb(36,188,226);
}

.woodmart-button-wrapper.inline-element {
    margin-bottom: 0px;
}
.promo-banner .banner-image img {
    border-radius: 15px;
}
.product-grid-item .product-image-link {
    display: block;
    padding: 20px;
}
.labels-rectangular .product-label {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 15px;
    margin-right: 5px;
}
.blog-design-masonry .post-title {
    font-size: 20px;
    min-height: 56px;
}

/* =========================================
   WooCommerce Product Attributes
   3 Columns × 2 Rows
   WoodMart
   ========================================= */

.woocommerce-product-attributes {
    width: 100% !important;
    display: block !important;
    border: 0 !important;
    border-collapse: collapse !important;
    direction: rtl !important;
}

/* محتوای جدول */
.woocommerce-product-attributes tbody {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px !important;
}

/* هر ویژگی = یک باکس */
.woocommerce-product-attributes .woocommerce-product-attributes-item {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;

    width: 100% !important;
    min-height: 74px !important;

    padding: 10px 16px !important;
    margin: 0 !important;

    background: #f1f1f3 !important;
    border: none !important;
    border-radius: 11px !important;

    box-sizing: border-box !important;
}

/* عنوان ویژگی */
.woocommerce-product-attributes
.woocommerce-product-attributes-item__label {
    display: block !important;

    width: 100% !important;
    padding: 0 !important;
    margin: 0 0 2px 0 !important;

    background: transparent !important;
    border: none !important;

    color: #858585 !important;

    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.8 !important;

    text-align: right !important;
}

/* مقدار ویژگی */
.woocommerce-product-attributes
.woocommerce-product-attributes-item__value {
    display: block !important;

    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;

    background: transparent !important;
    border: none !important;

    color: #30365d !important;

    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.8 !important;

    text-align: right !important;
}

/* حذف خطوط جدول */
.woocommerce-product-attributes th,
.woocommerce-product-attributes td,
.woocommerce-product-attributes tr {
    border: none !important;
}


/* =========================================
   Mobile
   ========================================= */

@media (max-width: 767px) {

    .woocommerce-product-attributes tbody {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    .woocommerce-product-attributes
    .woocommerce-product-attributes-item {
        min-height: 68px !important;
        padding: 9px 12px !important;
    }

    .woocommerce-product-attributes
    .woocommerce-product-attributes-item__label {
        font-size: 13px !important;
    }

    .woocommerce-product-attributes
    .woocommerce-product-attributes-item__value {
        font-size: 14px !important;
    }
}