@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//rayandid.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.1.1") format("woff2");
}

:root {
	--wd-text-font: IRANSansXFaNum;
	--wd-text-font-weight: 500;
	--wd-text-color: rgb(104,104,104);
	--wd-text-font-size: 16px;
	--wd-title-font: YekanBakhFaNum;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(70,70,70);
	--wd-entities-title-font: dana;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: rgb(109,109,109);
	--wd-entities-title-color-hover: rgb(112, 112, 112);
	--wd-alternative-font: dana;
	--wd-widget-title-font: dana;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: dana;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 15px;
	--wd-primary-color: rgb(255,32,78);
	--wd-alternative-color: rgb(160,21,62);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-font-family: YekanBakhFaNum;
	--btn-accented-font-weight: 600;
	--btn-accented-bgcolor: rgb(255,32,78);
	--btn-accented-bgcolor-hover: rgb(255,32,78);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(103,196,60);
	--notices-success-color: rgb(252,252,252);
	--notices-warning-bg: rgb(206,206,206);
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 95px;
}
.wd-popup.wd-age-verify {
	--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-popup-width: 800px;
}
.header-banner {
	background-color: rgb(170,52,52);
	background-image: none;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 506px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.page .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 10px;
}

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

}

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

}
:root{
--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: 5px;
}



/* تنظیم کلی برای تمام تگ‌های h2 */
h2 {
    font-size: 24px !important; /* اندازه پیش‌فرض دسکتاپ */
    line-height: 1.5 !important;
}

/* تنظیم اندازه برای موبایل */
@media (max-width: 600px) {
    h2 {
        font-size: 18px !important; /* اندازه کوچک‌تر برای موبایل */
    }
}

/* تنظیم برای عناوین وبلاگ */
.blog h2, .single-post h2 {
    font-size: 22px !important; /* اندازه برای وبلاگ */
}

/* تنظیم برای توضیحات محصولات */
.single-product .product-description h2 {
    font-size: 20px !important; /* اندازه برای توضیحات محصولات */
}

/* تنظیم برای توضیحات دسته‌بندی‌ها */
.category-description h2 {
    font-size: 35px !important; /* اندازه برای توضیحات دسته‌بندی‌ها */
}

/* تغییر اندازه در موبایل برای هر بخش */
@media (max-width: 600px) {
    .blog h2, .single-post h2 {
        font-size: 16px !important;
    }
    .single-product .product-description h2 {
        font-size: 16px !important;
    }
    .category-description h2 {
        font-size: 16px !important;
    }
}

.comment-form-rating .stars a {
  position: relative;
  color: transparent; /* متن رو نامرئی می‌کنه */
}

.comment-form-rating .stars a {
  color: transparent;
}

.woocommerce-Price-currencySymbol {
  margin-right: 6px; /* برای زبان راست‌به‌چپ (مثل فارسی) */
}
/* =====================
   استپر مراحل خرید
   ===================== */

/* لیست افقی روی دسکتاپ و موبایل */
.checkout-step ul {
    display: flex;
    justify-content: space-between; /* فاصله مساوی بین مراحل */
    list-style: none;
    padding: 0 10px; /* کمی فاصله از دو طرف */
    margin: 30px 0;
    counter-reset: step;
    direction: rtl; /* راست‌چین */
    flex-wrap: nowrap; /* تمام مراحل در یک ردیف */
}

/* هر مرحله */
.checkout-step ul li {
    position: relative;
    flex: 1;
    text-align: center;
    font-weight: bold;
    color: #999;
}

/* متن زیر دایره */
.checkout-step ul li span {
    display: block;
    margin-top: 8px;
    font-size: 14px;
}

/* دایره مرحله */
.checkout-step ul li:before {
    counter-increment: step;
    content: counter(step);
    display: block;
    margin: 0 auto;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    background: #ddd;
    color: #333;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease;
}

/* دایره مرحله فعال */
.checkout-step ul li.active:before {
    background: #0073aa;
    color: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}

/* فلش بین مراحل (دسکتاپ و موبایل) */
.checkout-step ul li:not(:last-child):after {
    content: '';
    position: absolute;
    top: 18px; /* وسط دایره */
    left: -50%; /* راست به چپ */
    width: 100%;
    height: 4px;
    background: #ddd;
    z-index: 0;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%, 0 50%);
    transition: all 0.3s ease;
}

/* فلش مرحله فعال */
.checkout-step ul li.active:not(:last-child):after {
    background: #0073aa;
}

/* مراحل بعدی که هنوز فعال نیستن */
.checkout-step ul li:not(.active):before {
    background: #ddd;
    color: #999;
}

/* حذف media query موبایل: مراحل افقی باقی بماند */


@media (min-width: 1025px) {
	.sidebar-container {
  --wd-col-lg: 2 !important;
  width: 15%; /* حداقل عرض سایدبار */
  min-width: 220px;  /* عرض حداقلی */
  max-width: 230px;  /* عرض حداکثری */
}

.wd-content-area {
  --wd-col-lg: 10 !important;
}

/* جابه‌جا کردن کل بخش محصول به سمت چپ */
.single-product .product {
  margin-right: 5%;
}

/* برای اطمینان از درست بودن عرض هم اینا بمونه */
.woocommerce-product-gallery {
  width: 99%;
  float: right;
  margin-left: 50%;
}

.summary.entry-summary {
  width: 80%;
  float: left;
}

.single-product .product {
  overflow: hidden;
}

.product-image-summary-inner {
  margin-right: 6%;
}
.woocommerce div.product .stock {
  margin-bottom: 10px;
  display: inline-block;
}


}

@media (max-width: 576px) {
	/* استایل عمومی Breadcrumbs */
.wd-breadcrumbs {
    font-size: 16px; /* اندازه مناسب برای دسکتاپ */
    line-height: 1.5; /* فاصله مناسب بین خطوط */
    padding: 10px 0; /* فاصله بالا و پایین */
    text-align: right; /* متن راست‌چین برای فارسی */
}

.wd-breadcrumbs a {
    color: #3e2835; /* رنگ لینک‌ها */
    text-decoration: none; /* حذف خط زیر لینک‌ها */
}

.wd-breadcrumbs a:hover {
    text-decoration: underline; /* نمایش خط زیر هنگام هاور */
}

/* جداکننده (Delimiter) */
.wd-delimiter {
    margin: 0 5px; /* فاصله از دو طرف */
    color: #555; /* رنگ دلخواه جداکننده */
}

/* استایل Breadcrumbs در موبایل */
@media (max-width: 768px) {
    .wd-breadcrumbs {
        font-size: 14px; /* کاهش اندازه متن */
        padding: 5px 0; /* کاهش فاصله در موبایل */
        line-height: 1.3; /* فاصله خط کمتر */
    }

    .wd-breadcrumbs a {
        font-size: 14px; /* اندازه کوچکتر لینک‌ها */
    }

    .wd-delimiter {
        margin: 0 3px; /* کاهش فاصله جداکننده در موبایل */
    }
}

}

