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

:root {
	--wd-header-banner-h: 60px;
	--wd-text-font: "IRANSans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 15px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "IRANSans", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "IRANSans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "IRANSans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 14px;
	--wd-header-el-font: "IRANSans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-brd-radius: 22px;
	--wd-primary-color: rgb(0,107,89);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #ef394e;
	--wd-link-color-hover: #cc3064;
	--btn-default-font-weight: 400;
	--btn-default-bgcolor: rgb(247,247,247);
	--btn-default-bgcolor-hover: #efefef;
	--btn-default-color: rgb(0,0,0);
	--btn-accented-bgcolor: rgb(131,183,53);
	--btn-accented-bgcolor-hover: rgb(116,163,47);
	--btn-accented-color-hover: rgb(0,0,0);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: rgb(17,17,17);
	--notices-warning-bg: rgb(249,153,57);
	--notices-warning-color: rgb(17,17,17);
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(0,0,0);
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(233,30,99);
	background-image: none;
	background-size: cover;
	background-attachment: inherit;
	background-position: center center;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title {
	background-color: rgb(15,102,19);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(242,242,242);
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center bottom;
}
.page .wd-page-content {
	background-color: #f3f3f3;
	background-image: none;
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-bg: rgb(249,249,249);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 45px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-accented-color: #333;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
}



/* مخفی کردن در دسکتاپ */
.adli-mobile-nav {
    display: none;
}

@media (max-width: 768px) {
    .adli-mobile-nav {
        display: flex;
        position: fixed;
        bottom: 15px; /* کمی فاصله از پایین برای زیبایی بیشتر */
        left: 5%;
        right: 5%;
        height: 65px;
        background: #1a1a1a; /* رنگ تیره مشابه تصویر */
        border-radius: 20px;
        z-index: 99999;
        justify-content: space-around;
        align-items: center;
        padding: 0 10px;
        direction: rtl;
        box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    }

    .nav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #fff !important;
        text-decoration: none !important;
        flex: 1;
    }

    .nav-item i {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .nav-item span {
        font-size: 10px;
        font-family: 'Yekan', Tahoma;
    }

    /* استایل دکمه مرکزی نارنجی */
    .search-center {
        flex: 2; /* فضای بیشتر برای دکمه کپسولی */
        position: relative;
    }

    .search-capsule {
        background: linear-gradient(90deg, #ff8c00, #ff4500);
        height: 45px;
        border-radius: 25px;
        display: flex;
        align-items: center;
        padding: 0 15px;
        color: white;
        box-shadow: 0 4px 15px rgba(255, 69, 0, 0.4);
    }

    .search-text {
        display: flex;
        flex-direction: column;
        margin-right: 8px;
        text-align: right;
        flex-grow: 1;
    }

    .main-text {
        font-size: 11px;
        font-weight: bold;
    }

    .sub-text {
        font-size: 8px;
        opacity: 0.8;
    }

    .arrow-icon {
        font-size: 12px !important;
        margin-right: 5px;
        margin-bottom: 0 !important;
    }

    /* فاصله برای محتوای سایت */
    body {
        padding-bottom: 90px !important;
    }
}
