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

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

:root {
	--wd-text-font: vazir, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: vazir, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: vazir, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: vazir, sans-serif;
	--wd-widget-title-font: vazir, sans-serif;
	--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: vazir, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(0,0,0);
	--wd-alternative-color: rgb(255,204,0);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(255,204,0);
	--btn-accented-bgcolor-hover: rgb(0,0,0);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.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;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--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: 5px;
}

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


/* حذف پدینگ و مارجین صفحات */
.wd-content-layout {
    padding-block: 0px;
}
.container, .container-fluid {
    width: 100%;
    max-width: var(--wd-container-w);
    padding-inline: 0px;
    margin-inline: auto;
}
.gform-theme--foundation .chosen-rtl {
    direction: rtl;
    display: none !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 50px !important;
}

/* حذف پدینگ اضافی فرم که بعد از پرداخت وجه اضافه میشد */
#gform_confirmation_message_1 br {
    display: none;
}
/*----------------------*/
/* تنظیمات کلی برای Select2 */
.select2-container {
    width: 100% !important; /* عرض کامل */
}


/* تنظیمات برای لیست گزینه‌های Select2 در موبایل */
@media (max-width: 767px) {
    .select2-container--open .select2-dropdown {
        position: fixed !important; /* موقعیت ثابت برای موبایل */
			  top: auto !important;
        bottom: 0 !important; /* پایین صفحه */
        left: 50% !important; /* موقعیت افقی وسط */
        transform: translateX(-50%) !important; /* وسط‌چین کردن */
        width: 90% !important; /* عرض 90% صفحه */
        max-width: 400px !important; /* حداکثر عرض 400px */
        z-index: 999999 !important; /* مطمئن شوید که لیست بالای همه عناصر دیگر است */
        overflow: auto !important; /* امکان اسکرول اگر لیست طولانی باشد */
        border-radius: 8px !important; /* گوشه‌های گرد */
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important; /* سایه برای زیبایی */
    }


    /* تنظیمات برای لیست گزینه‌ها */
    .select2-results__options {
        max-height: 200px !important; /* حداکثر ارتفاع لیست */
        overflow-y: auto !important; /* امکان اسکرول عمودی */
    }
}


/* تنظیمات برای دسکتاپ */
@media (min-width: 768px) {
    .select2-container--open .select2-dropdown {
        position: absolute !important; /* موقعیت مطلق برای دسکتاپ */
        top: 100% !important; /* زیر فیلد Select2 */
        left: 0 !important; /* موقعیت افقی */
        width: 19% !important; /* عرض کامل */
        max-width: none !important; /* حداکثر عرض غیرفعال */
        transform: none !important; /* بدون transform */
        z-index: 999999 !important; /* افزایش z-index برای دسکتاپ */
    }
}
/* بازنشانی استایل برای فیلدهای انتخاب */
#input_1_37, #input_1_38 {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* بازنشانی استایل برای container فیلدها */
.ginput_container_select {
    display: block !important;
    position: relative !important;
}

/* اگر از Select2 استفاده می‌کنید */
.select2-container {
    display: block !important;
    width: 100% !important;
}