:root {
	--wd-text-font: iranyekan;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(58,58,58);
	--wd-text-font-size: 14px;
	--wd-title-font: iranyekan;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: iranyekan;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: rgb(119,119,119);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: iranyekan;
	--wd-widget-title-font: IRANSansXFaNum;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(119,119,119);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: iranyekan;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 15px;
	--wd-brd-radius: 20px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(194,156,107);
	--wd-alternative-color: rgb(185,134,69);
	--btn-default-bgcolor: rgb(194,156,107);
	--btn-default-bgcolor-hover: rgb(193,130,48);
	--btn-accented-bgcolor: rgb(194,156,107);
	--btn-accented-bgcolor-hover: rgb(193,133,54);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(194,156,107);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(194,156,107);
	--notices-warning-color: #fff;
	--wd-link-color: rgb(194,156,107);
	--wd-link-color-hover: rgb(185,134,69);
}
.wd-age-verify-wrap {
	--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-promo-popup-wrap {
	--wd-popup-width: 1000px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(255,255,255);
	background-image: none;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-family: IRANSansXFaNum;	font-size: 14px;
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: rgb(5,4,3);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) :is(.wd-page-content, .whb-header) {
	background-color: rgb(5,4,3);
	background-image: none;
}
.single-product :is(.wd-page-content, .whb-header) {
	background-color: rgb(5,4,3);
	background-image: none;
}
.woodmart-archive-blog :is(.wd-page-content, .whb-header) {
	background-color: rgb(5,4,3);
	background-image: none;
}
.single-post :is(.wd-page-content, .whb-header) {
	background-color: rgb(5,4,3);
	background-image: none;
}
.woodmart-archive-portfolio :is(.wd-page-content, .whb-header) {
	background-color: rgb(5,4,3);
	background-image: none;
}
.single-portfolio :is(.wd-page-content, .whb-header) {
	background-color: rgb(5,4,3);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1350px;
--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: 35px;
--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;
}

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

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

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

@font-face {
	font-family: "IRANSansXFaNumSite";
	font-weight: 400;
	font-style: normal;
}

/* =========================================================
   [A] وبلاگ / پست‌ها (Woodmart Blog)
   - کاربرد: مخفی کردن متای پست و سه نقطه کردن عنوان‌ها
   - محل اثر: صفحات بلاگ/آرشیو/لیست نوشته‌ها (قالب Woodmart)
========================================================= */

/* مخفی کردن متای پست (تاریخ/نویسنده/...) */
.wd-post .wd-post-meta {
  display: none !important;
}

/* تنظیمات دقیق برای عنوان بلاگ با سه نقطه */
.wd-entities-title {
  display: inline-block;     /* نمایش به صورت بلوک در خط */
  white-space: nowrap;       /* جلوگیری از شکستن کلمات */
  overflow: hidden;          /* پنهان کردن قسمت اضافی متن */
  text-overflow: ellipsis;   /* اضافه کردن سه نقطه */
  width: 100%;               /* تنظیم عرض برای عنصر */
  max-width: 100%;           /* محدود کردن اندازه */
  box-sizing: border-box;    /* شامل padding و border در اندازه کلی */
  font-size: 18px;           /* تنظیم اندازه فونت */
}

/* برای اطمینان از اینکه هیچ فاصله اضافی وجود ندارد */
.wd-entities-title * {
  margin: 0;
  padding: 0;
}


/* =========================================================
   [B] المنتور - فقط صفحه با ID=4112
   - کاربرد: مشکی/طلایی کردن سکشن‌ها و یک ویجت خاص در همان صفحه
   - محل اثر: فقط صفحه المنتوری که آیدی آن 4112 است
========================================================= */

/* سکشن مخصوص در صفحه 4112: پس‌زمینه مشکی + حاشیه طلایی برند */
.elementor-4112 .elementor-element.elementor-element-13b27f69:not(.elementor-motion-effects-element-type-background),
.elementor-4112 .elementor-element.elementor-element-13b27f69 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #000000 !important;
  border: 2px solid #c29c6b !important;
  border-radius: 4px;
  box-sizing: border-box;
}

/* سکشن در صفحه 4112 با پس‌زمینه مشکی و حاشیه طلایی */
.elementor-4112 .elementor-element.elementor-element-7b4f9dec:not(.elementor-motion-effects-element-type-background),
.elementor-4112 .elementor-element.elementor-element-7b4f9dec > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #000000 !important;
  border: 2px solid #c29c6b !important;
  border-radius: 4px;
  box-sizing: border-box;
}

/* ویجت خاص در صفحه 4112 با بک‌گراند مشکی و حاشیه طلایی برند */
.elementor-4112 .elementor-element.elementor-element-26fd8e78 > .elementor-widget-container {
  background-color: #000000 !important;
  border: 2px solid #c29c6b !important;
  border-radius: 4px;
  padding: 8px;
  box-sizing: border-box;
}


/* =========================================================
   [C] ووکامرس - دکمه افزودن به سبد خرید (Single Product Add to Cart)
   - کاربرد: طلایی کردن دکمه افزودن به سبد و حالت hover
   - محل اثر: صفحه تک‌محصول (و هر جا این کلاس دکمه استفاده شود)
========================================================= */

.single_add_to_cart_button.button.alt {
  background-color: #c29c6b !important; /* تغییر رنگ دکمه */
  border-color: #c29c6b !important;     /* تغییر رنگ مرز دکمه */
  color: white !important;              /* تغییر رنگ متن دکمه به سفید */
  transition: background-color 0.3s ease; /* انیمیشن تغییر رنگ */
}

.single_add_to_cart_button.button.alt:hover {
  background-color: #b28a5d !important; /* رنگ تیره‌تر برای هاور */
  border-color: #b28a5d !important;
}


/* =========================================================
   [D] فرم‌ها / ورودی‌ها (Global Inputs)
   - کاربرد: استایل عمومی برای همه input/textarea/select سایت
   - محل اثر: کل سایت (همه صفحات، همه فرم‌ها)
========================================================= */

/* حالت پیش‌فرض */
input[type='email'],
input[type='date'],
input[type='search'],
input[type='number'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'],
textarea,
select {
  border: 2px solid rgba(194, 156, 107, 0.3);
  background-color: #000000;
  color: white;
  transition: border-color 0.3s ease, border-width 0.3s ease;
}

/* حالت فوکوس */
input[type='email']:focus,
input[type='date']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='text']:focus,
input[type='tel']:focus,
input[type='url']:focus,
input[type='password']:focus,
textarea:focus,
select:focus {
  border: 2px solid #c29c6b;
  background-color: #000000;
}


/* =========================================================
   [E] دکمه پیش‌فاکتور (Custom Button: pre-invoice)
   - کاربرد: استایل یک دکمه با کلاس .button.pre-invoice
   - محل اثر: هر صفحه‌ای که این دکمه وجود داشته باشد
========================================================= */

.button.pre-invoice {
  color: #ffffff;
  background-color: #000000;
  border: 2px solid #c29c6b;
  padding: 10px 24px;
  font-family: "IRANSansX", sans-serif;
  font-size: 15px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* hover */
.button.pre-invoice:hover {
  background-color: #c29c6b;
  color: #000000;
}

/* active */
.button.pre-invoice:active {
  background-color: #c29c6b;
  color: #000000;
  transform: scale(0.98);
}


/* =========================================================
   [F] متغیر رنگ برند (CSS Variable)
   - کاربرد: رنگ برند برای استفاده در بخش‌های بعدی
   - محل اثر: کل سایت (هرجا var(--brand) استفاده شود)
========================================================= */

:root { --brand: #C29C6B; }


/* =========================================================
   [G] تک‌محصول - دکمه‌های وارییشن سفارشی (Ali Variation Buttons)
   - کاربرد: استایل دکمه‌های وزن/حجم/وارییشن که با کلاس ali-var-btn ساخته شده
   - محل اثر: صفحه تک‌محصول (فرم variations)
========================================================= */

.variations_form .ali-var-btn {
  background: #fff;
  border: 1px solid #fff;
  color: #111;
  transition: all .2s ease;
}

.variations_form .ali-var-btn:hover,
.variations_form .ali-var-btn.is-active {
  background: var(--brand);
  border-color: var(--brand);
  color: #111;
}

/* غیرفعال */
.variations_form .ali-var-btn.is-disabled,
.variations_form .ali-var-btn.is-disabled:hover {
  background: #eee;
  border-color: #eee;
  color: #999;
}


/* =========================================================
   [H] فروشگاه/دسته‌بندی - باکس وزن در گرید محصولات (Ali Grid Weight)
   - کاربرد: باکس/چیپ وزن در کارت محصول با کلاس ali-grid-weight
   - محل اثر: صفحات فروشگاه، دسته‌بندی‌ها، آرشیو محصولات
========================================================= */

.product-grid-item .ali-grid-weight {
  background: #fff;
  border: 1px solid #eee;
  color: #111;
  transition: all .2s ease;
}

.product-grid-item .ali-grid-weight:hover {
  background: var(--brand);
  border-color: var(--brand);
  color: #111;
}


/* =========================================================
   [I] دکمه‌های تعداد (+ / -) به صورت عمومی
   - کاربرد: رنگ دادن به input[type="button"] داخل quantity
   - محل اثر: هرجایی که quantity با input button دارد (ممکن است در سبد/تک‌محصول/...)
========================================================= */

div.quantity input[type="button"] {
  background: #c29c6b !important;
}


/* =========================================================
   [J] تک‌محصول - رنگ متن مقدار ویژگی‌ها + لینک reset
   - کاربرد: رنگ دادن به مقدار وارییشن‌ها و لینک پاک کردن انتخاب
   - محل اثر: صفحه تک‌محصول (table.variations)
========================================================= */

.single-product table.variations td.value,
.single-product .reset_variations {
  color: #c29c6b !important;
}


/* =========================================================
   [K] تک‌محصول - استایل فیلد تعداد (Qty) + دکمه‌های + و -
   - کاربرد: مشکی کردن فیلد تعداد و طلایی کردن +/-
   - محل اثر: صفحه تک‌محصول (quantity کنار دکمه افزودن به سبد)
========================================================= */

/* فیلد تعداد */
.single-product .quantity .qty {
  background: #000 !important;
  color: #fff !important;
  border: 2px solid rgba(194,156,107,.35) !important;
}

/* دکمه‌های + و - */
.single-product .quantity input.plus,
.single-product .quantity input.minus,
.single-product .quantity input[type="button"] {
  background: #c29c6b !important;
  border-color: #c29c6b !important;
  color: #111 !important;
}

.single-product .quantity input.plus:hover,
.single-product .quantity input.minus:hover {
  background: #b28a5d !important;
  border-color: #b28a5d !important;
}


/* =========================================================
   [L] تک‌محصول - لیبل جدول وارییشن‌ها (مثل "وزن")
   - کاربرد: سفید و پررنگ کردن label های variations
   - محل اثر: صفحه تک‌محصول (table.variations)
========================================================= */

.single-product table.variations td.label,
.single-product table.variations th.label,
.single-product table.variations td.label label,
.single-product table.variations th.label label {
  color: #fff !important;
  opacity: 1 !important;
}

@media (min-width: 1025px) {
	
#shipping_postcode_field {
    display: block !important;
    visibility: visible !important;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.tp-bullets{
	display:none !important;
}

rs-arrow.hesperiden.tparrows:before{
display:none !important;
}
 
}

@media (min-width: 577px) and (max-width: 767px) {
	.shop_table_responsive :is(tbody,tfoot,tr)
{
	    padding-left: 10px;
}


.tp-bullets{
	display:none !important;
}

rs-arrow.hesperiden.tparrows:before{
display:none !important;
}

.wd-hover-base .wd-product-countdown>span, .wd-hover-fw-button .wd-product-countdown>span, .wd-hover-tiled .wd-product-countdown>span
{
	font-size:10px;
}
 

}

@media (max-width: 576px) {
	.shop_table_responsive :is(tbody,tfoot,tr)
{
	    padding-left: 10px;
}
.tp-bullets{
	display:none !important;
}
.wd-hover-base .wd-product-countdown>span, .wd-hover-fw-button .wd-product-countdown>span, .wd-hover-tiled .wd-product-countdown>span
{
	font-size:10px;
}
rs-arrow.hesperiden.tparrows:before{
display:none !important;
}

rs-arrow.hesperiden .tparrows{
display:none !important;
}
div[class*=wd-carousel-spacing] .owl-nav>div[class*=prev]
{
	margin-right:40px !important; 
}
div[class*=wd-carousel-spacing] .owl-nav>div[class*=next]
{
	margin-left:40px !important;
}

#rev_slider_2_1_wrapper .hesperiden.tparrows {
    cursor: pointer;
    background: rgb(0 0 0 / 0%) !important;
}

 



}

