:root {
	--wd-text-font: iranyekan;
	--wd-text-font-weight: 600;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "IRANSans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "IRANSans", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 100;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: iranyekan;
	--wd-widget-title-font: dana;
	--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: dana;
	--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: #595ee0;
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #171717;
	--btn-default-bgcolor-hover: #191919;
	--btn-accented-bgcolor: #5A5FDE;
	--btn-accented-bgcolor-hover: #5257CB;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #ef394e;
	--wd-link-color-hover: #cc3064;
}
.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: 280px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-image: url();
	background-size: cover;
	background-position: center bottom;
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: rgb(0,0,0);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) :is(.wd-page-content, .whb-header) {
	background-color: rgb(0,0,0);
	background-image: none;
}
.single-product :is(.wd-page-content, .whb-header) {
	background-color: rgb(0,0,0);
	background-image: none;
}
.woodmart-archive-blog :is(.wd-page-content, .whb-header) {
	background-color: rgb(0,0,0);
	background-image: none;
}
.single-post :is(.wd-page-content, .whb-header) {
	background-color: rgb(0,0,0);
	background-image: none;
}
.woodmart-archive-portfolio :is(.wd-page-content, .whb-header) {
	background-color: rgb(0,0,0);
	background-image: none;
}
.single-portfolio :is(.wd-page-content, .whb-header) {
	background-color: rgb(0,0,0);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--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-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 8px;
}

@media (min-width: 1222px) {
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: IRANSans !important;
}

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

/* =========================================================
   رفع مشکل نامرئی بودن فرم‌ها و کارت‌های Woodmart Plus
========================================================= */

/* --- 1. اصلاح هدر کارت‌ها (عناوین و دکمه‌های بالا مثل اطلاعات صورت‌حساب) --- */
.white_card .card_header {
    display: flex !important;
    justify-content: space-between !important; /* فاصله بین عنوان و دکمه */
    align-items: center !important;
    flex-wrap: wrap !important;
}

.white_card .card_header .title p {
    color: #222222 !important; /* رنگ متن عنوان */
    font-weight: bold !important;
    font-size: 16px !important;
    margin: 0 !important;
}

.white_card .card_header hr {
    width: 100% !important;
    border: none !important;
    border-top: 1px solid #eaeaea !important; /* خط جداکننده ملایم */
    margin: 15px 0 !important;
}

/* --- 2. اصلاح دکمه‌های لینک‌دار هدر (مثل دکمه افزودن/ویرایش) --- */
.white_card .card_header .btn.link_primary {
    color: #0066cc !important; /* رنگ دکمه - آبی استاندارد لینک */
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    text-decoration: none !important;
}

.white_card .card_header .btn.link_primary:hover {
    color: #004c99 !important; /* تیره‌تر شدن دکمه در حالت هاور */
}

.white_card .card_header .btn.link_primary p {
    color: inherit !important;
    margin: 0 !important;
    font-weight: 600 !important;
}

/* --- 3. اصلاح رنگ پس‌زمینه، متن و حاشیه فیلدهای ورودی --- */
.white_card form.edit-account .solid_input input[type="text"],
.white_card form.edit-account .solid_input input[type="email"],
.white_card form.edit-account .solid_input input[type="password"],
.white_card form.edit-account input.input-text {
    color: #333333 !important; /* رنگ متن تایپ شده */
    background-color: #f9f9f9 !important; /* پس‌زمینه طوسی بسیار روشن فیلد */
    border: 1px solid #d1d1d1 !important; /* حاشیه خاکستری فیلد */
    border-radius: 6px !important;
    padding: 12px 15px !important;
    width: 100% !important;
}

/* --- 4. تغییر استایل فیلدها در حالت فوکوس (موقع تایپ) --- */
.white_card form.edit-account input.input-text:focus {
    background-color: #ffffff !important;
    border-color: #888888 !important;
    outline: none !important;
}

/* --- 5. اصلاح رنگ لیبل‌ها (مثل نام، نام خانوادگی، آدرس ایمیل) --- */
.white_card form.edit-account label,
.white_card form.edit-account .solid_input label {
    color: #444444 !important;
    font-weight: 600 !important;
    display: inline-block !important;
    margin-bottom: 8px !important;
}

/* --- 6. اصلاح عنوان بخش‌های داخلی (مثل متن "تغییر گذرواژه") --- */
.white_card .badge_gray p.text_gray,
.white_card .badge_gray span.text_black {
    color: #222222 !important;
    font-weight: bold !important;
}

/* --- 7. اصلاح متن‌های راهنما (مثل زیر عنوان نام نمایشی) --- */
.white_card form.edit-account .solid_input span em {
    color: #777777 !important;
    font-size: 12px !important;
}