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

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//hosidev.ir/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//hosidev.ir/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//hosidev.ir/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//hosidev.ir/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//hosidev.ir/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//hosidev.ir/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//hosidev.ir/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//hosidev.ir/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: iranyekan;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: iranyekan;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: iranyekan;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: iranyekan;
	--wd-widget-title-font: iranyekan;
	--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: iranyekan;
	--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: rgb(249,67,39);
	--wd-alternative-color: rgb(249,67,39);
	--btn-default-bgcolor: rgb(249,67,39);
	--btn-default-bgcolor-hover: rgb(249,67,39);
	--btn-accented-bgcolor: rgb(249,67,39);
	--btn-accented-bgcolor-hover: rgb(249,67,39);
	--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;
}
.page .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1600px;
--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: 12px;
}

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


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

/* تنظیمات پایه برای شماره تماس */
.wd-header-text a span {
    display: inline-block !important;
    transition: all 0.3s ease !important;
    position: relative;
    padding-bottom: 2px; /* کمی فاصله برای خط زیرین */
}

/* حالت هاور برای تغییر رنگ */
.wd-header-text a:hover span {
    color: #e65c00 !important;
    font-weight: bold !important;
}

/* ایجاد خط زیر که از وسط باز می‌شود */
.wd-header-text a span::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%; /* شروع از وسط */
    background-color: #e65c00;
    transition: all 0.4s ease; /* انیمیشن نرم */
    transform: translateX(-50%); /* نگه داشتن مرکز خط در وسط */
}

/* باز شدن خط به دو طرف در حالت هاور */
.wd-header-text a:hover span::after {
    width: 100%; /* رسیدن به کل عرض */
}
-----------------------------------------------------------------------------------------------------------------------
/* ۱. تنظیم سرعت انیمیشن بک‌لایت (پس‌زمینه آیتم‌های منو) */
.wd-nav-header > li > a::before {
    transition: all 400ms ease !important;
}

/* ۲. تنظیم سرعت ظاهر شدن منوهای کشویی (مثل منوی دسته‌بندی‌ها یا سفارش‌های من) */
.wd-dropdown {
    transition: all 400ms ease-in-out !important;
}

/* ۳. اگر می‌خواهی متن داخل منو هم همزمان با بک‌لایت نرم تغییر کند */
.wd-nav-header > li > a {
    transition: color 400ms ease !important;
}
------

-----------------------------------------------------------------------------------------------------------------------
