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

:root {
	--wd-text-font: iransans, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(5,5,5);
	--wd-text-font-size: 14px;
	--wd-title-font: iransans, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: iransans, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(0, 0, 0);
	--wd-alternative-font: iransans, sans-serif;
	--wd-widget-title-font: iransans, 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: iransans, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(247,147,33);
	--wd-alternative-color: rgb(251,180,125);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(54,142,0);
	--btn-accented-bgcolor-hover: rgb(56,56,56);
	--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;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 233px;
}
.wd-page-title {
	background-color: #e8e8e8;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #f4f4f4;
	background-image: none;
}
 {
	font-family: iransans, sans-serif;	color: rgb(5,5,5);
}
.page .wd-page-content {
	background-color: rgba(252,252,252,0.77);
	background-image: url(https://aksarayco.com/wp-content/uploads/2025/01/white-abstract-background_23-2148844576.webp);
	background-repeat: repeat;
	background-size: cover;
	background-attachment: scroll;
}
.woodmart-archive-shop:not(.single-product) .wd-page-content {
	background-color: rgba(255,242,206,0);
	background-image: none;
}
.single-product .wd-page-content {
	background-color: rgb(255,242,206);
	background-image: none;
}
.woodmart-archive-blog .wd-page-content {
	background-color: rgb(255,242,206);
	background-image: none;
}
.single-post .wd-page-content {
	background-color: rgb(255,242,206);
	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-color: rgb(0,0,0);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--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;
}


rs-slides :is([data-type=text],[data-type=button]) {
font-family: iransans, sans-serif !important;
}
rs-slides :is(h1,h2,h3,h4,h5,h6)[data-type=text] {
font-family: iransans, sans-serif !important;
}

del span.woocommerce-Price-currencySymbol,
.woocommerce-Price-currencySymbol {
    display: none;
}

/* تنظیمات فرم MailChimp با فلکس بهتر */
.mc4wp-form > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
}

.mc4wp-form > div > p:first-child {
    max-width: 384px;
    width: 100%;
}

.mc4wp-form input[type="email"] {
    border-radius: 8px;
    padding: 12px 15px;
    transition: all 0.3s ease;
}

.mc4wp-form input[type="email"]:focus {
    box-shadow: 0 0 8px rgba(var(--wd-primary-color-rgb), 0.4);
}

.mc4wp-form input[type="submit"] {
    border-radius: 8px;
    transition: all 0.3s ease;
}

/* هدر چسبان با انیمیشن نرم */
.whb-sticked.whb-scroll-down .whb-general-header:before {
    content: "";
    background: url("https://mivery.co/Themes/mivery/static/img/Central_Curve_shadow2.svg") no-repeat;
    background-size: contain;
    position: absolute;
    top: -167px;
    left: 0;
    right: 0;
    height: 167px;
    z-index: 4;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.whb-sticked.whb-scroll-down .whb-general-header .wd-logo:before {
    top: -94px;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

/* استایل وبلاگ با افکت‌های مدرن */
.blog-design-masonry.blog-style-shadow .article-inner {
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-design-masonry.blog-style-shadow .article-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.blog-post-loop .post-img-wrapp {
    padding: 0;
    background: #fff;
    overflow: hidden;
}

.blog-post-loop .entry-thumbnail img {
    border-radius: 15px;
    transition: transform 0.5s ease;
}

.blog-post-loop .post-img-wrapp:hover img {
    transform: scale(1.05);
}

.blog-design-masonry.has-post-thumbnail .post-date {
    display: none;
}

.blog-post-loop .post-img-wrapp a {
    border-radius: 15px;
    overflow: hidden;
    display: block;
}

/* تنظیم ارتفاع عنوان در اسلایدرها */
.owl-items-lg-4 .post-slide .post-title {
    max-height: 39px;
    min-height: 39px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* نوار تزئینی با انیمیشن */
.slide-post .entry-header {
    position: relative;
}

.slide-post .entry-header:before {
    content: " ";
    position: absolute;
    width: 150px;
    top: 0;
    transform: translate(-50%, 0);
    left: 50%;
    border-radius: 0 0 10px 10px;
    height: 8px;
    background-color: var(--wd-primary-color);
    transition: width 0.3s ease;
}

.slide-post:hover .entry-header:before {
    width: 180px;
}

/* استایل دسته‌بندی‌ها */
.wd-post-cat.wd-style-with-bg {
    border-radius: 8px;
    padding: 3px 10px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.wd-post-cat.wd-style-with-bg:hover {
    transform: translateY(-2px);
}

.meta-categories-wrapp {
    top: -30px;
    position: relative;
    z-index: 2;
}

/* منوهای کشویی با انیمیشن و ظاهر مدرن */
.wd-dropdown-menu.wd-design-sized,
.wd-nav-vertical .wd-dropdown-menu.wd-design-full-width {
    z-index: 9999;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: none;
    animation: wd-fadeInUpSmall 0.4s ease;
}

.wd-dropdown-menu.wd-design-full-width .wd-sub-menu > li,
.wd-dropdown-menu.wd-design-sized .wd-sub-menu > li {
    width: 189px;
    padding: 5px 10px;
    transition: background-color 0.2s ease;
}

.wd-dropdown-menu .wd-sub-menu > li:hover {
    background-color: rgba(var(--wd-primary-color-rgb), 0.05);
}

/* استایل‌های پاسخگو برای موبایل */
@media (max-width: 768px) {
    .mc4wp-form > div > p:first-child {
        max-width: 100%;
    }
    
    .whb-sticked.whb-scroll-down .whb-general-header:before {
        top: -120px;
        height: 120px;
    }
    
    .blog-post-loop .entry-thumbnail img,
    .blog-post-loop .post-img-wrapp a {
        border-radius: 12px;
    }
    
    .slide-post .entry-header:before {
        width: 100px;
    }
    
    .slide-post:hover .entry-header:before {
        width: 130px;
    }
}@media (min-width: 1025px) {
	/* حذف نماد واحد پولی */
del span.woocommerce-Price-currencySymbol,
.woocommerce-Price-currencySymbol {
    display: none;
}

/* تنظیمات فرم MailChimp با فلکس بهتر */
.mc4wp-form > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
}

.mc4wp-form > div > p:first-child {
    max-width: 384px;
    width: 100%;
}

.mc4wp-form input[type="email"] {
    border-radius: 8px;
    padding: 12px 15px;
    transition: all 0.3s ease;
}

.mc4wp-form input[type="email"]:focus {
    box-shadow: 0 0 8px rgba(var(--wd-primary-color-rgb), 0.4);
}

.mc4wp-form input[type="submit"] {
    border-radius: 8px;
    transition: all 0.3s ease;
}

/* هدر چسبان با انیمیشن نرم */
.whb-sticked.whb-scroll-down .whb-general-header:before {
    content: "";
    background: url("https://mivery.co/Themes/mivery/static/img/Central_Curve_shadow2.svg") no-repeat;
    background-size: contain;
    position: absolute;
    top: -167px;
    left: 0;
    right: 0;
    height: 167px;
    z-index: 4;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.whb-sticked.whb-scroll-down .whb-general-header .wd-logo:before {
    top: -94px;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

/* استایل وبلاگ با افکت‌های مدرن */
.blog-design-masonry.blog-style-shadow .article-inner {
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-design-masonry.blog-style-shadow .article-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.blog-post-loop .post-img-wrapp {
    padding: 0;
    background: #fff;
    overflow: hidden;
}

.blog-post-loop .entry-thumbnail img {
    border-radius: 15px;
    transition: transform 0.5s ease;
}

.blog-post-loop .post-img-wrapp:hover img {
    transform: scale(1.05);
}

.blog-design-masonry.has-post-thumbnail .post-date {
    display: none;
}

.blog-post-loop .post-img-wrapp a {
    border-radius: 15px;
    overflow: hidden;
    display: block;
}

/* تنظیم ارتفاع عنوان در اسلایدرها */
.owl-items-lg-4 .post-slide .post-title {
    max-height: 39px;
    min-height: 39px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* نوار تزئینی با انیمیشن */
.slide-post .entry-header {
    position: relative;
}

.slide-post .entry-header:before {
    content: " ";
    position: absolute;
    width: 150px;
    top: 0;
    transform: translate(-50%, 0);
    left: 50%;
    border-radius: 0 0 10px 10px;
    height: 8px;
    background-color: var(--wd-primary-color);
    transition: width 0.3s ease;
}

.slide-post:hover .entry-header:before {
    width: 180px;
}

/* استایل دسته‌بندی‌ها */
.wd-post-cat.wd-style-with-bg {
    border-radius: 8px;
    padding: 3px 10px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.wd-post-cat.wd-style-with-bg:hover {
    transform: translateY(-2px);
}

.meta-categories-wrapp {
    top: -30px;
    position: relative;
    z-index: 2;
}

/* منوهای کشویی با انیمیشن و ظاهر مدرن */
.wd-dropdown-menu.wd-design-sized,
.wd-nav-vertical .wd-dropdown-menu.wd-design-full-width {
    z-index: 9999;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: none;
    animation: wd-fadeInUpSmall 0.4s ease;
}

.wd-dropdown-menu.wd-design-full-width .wd-sub-menu > li,
.wd-dropdown-menu.wd-design-sized .wd-sub-menu > li {
    width: 189px;
    padding: 5px 10px;
    transition: background-color 0.2s ease;
}

.wd-dropdown-menu .wd-sub-menu > li:hover {
    background-color: rgba(var(--wd-primary-color-rgb), 0.05);
}
}

