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

:root {
	--wd-text-font: IRansansX;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: IRansansX;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: IRansansX;
	--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, sans-serif", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: IRansansX;
	--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: IRansansX;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 12px;
	--wd-primary-color: rgb(26,152,229);
	--wd-alternative-color: rgb(173,17,81);
	--wd-link-color: rgb(26,152,229);
	--wd-link-color-hover: rgb(173,17,81);
	--btn-default-bgcolor: rgb(0,75,160);
	--btn-default-bgcolor-hover: rgb(163,23,78);
	--btn-accented-bgcolor: rgb(0,75,160);
	--btn-accented-bgcolor-hover: rgb(163,23,78);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(14,132,207);
	--notices-success-color: #fff;
	--notices-warning-bg: rgba(173,17,81,0.8);
	--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: 280px;
}
.wd-page-title {
	background-color: rgb(0,75,160);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(0,75,160);
	background-image: none;
}
.page .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.product-labels .product-label.onsale {
	background-color: rgba(173,17,81,0.64);
	color: rgb(255,255,255);
}
.product-labels .product-label.new {
	background-color: rgba(173,17,81,0.64);
	color: rgb(255,255,255);
}
.product-labels .product-label.featured {
	background-color: rgba(173,17,81,0.64);
	color: rgb(255,255,255);
}
.product-labels .product-label.out-of-stock {
	background-color: rgba(173,17,81,0.64);
	color: rgb(255,255,255);
}
.product-labels .product-label.attribute-label:not(.label-with-img) {
	background-color: rgba(173,17,81,0.64);
	color: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 768.98px) {
	:root {
		--wd-text-font-size: 13px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--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;
--wd-brd-radius: 12px;
}

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


/* دکمه‌ها: رنگ، انیمیشن پالس */
.btn.btn-color-primary.view-cart,
button.alt,
button.wc-backward,
.checkout-button.button.alt.wc-forward,
.woocommerce-Button.button,
.single_add_to_cart_button.button.alt.added,
.popup-added_to_cart .view-cart {
    background-color: #004BA0;
    animation: pulse-blue 1.5s infinite linear;
}

@keyframes pulse-blue {
    from { box-shadow: 0 0 0 0 #1A98E5; }
    to { box-shadow: 0 0 0 5px rgba(26, 152, 229, 0); }
}

.btn.btn-color-primary.view-cart:hover,
button.alt:hover,
button.wc-backward:hover,
.checkout-button.button.alt.wc-forward:hover,
.woocommerce-Button.button:hover,
.single_add_to_cart_button.button.alt.added:hover,
.popup-added_to_cart .view-cart:hover,
.btn.btn-color-primary.view-cart:active,
button.alt:active,
button.wc-backward:active,
.checkout-button.button.alt.wc-forward:active,
.woocommerce-Button.button:active,
.single_add_to_cart_button.button.alt.added:active,
.popup-added_to_cart .view-cart:active,
.btn.btn-color-primary.view-cart:focus,
button.alt:focus,
button.wc-backward:focus,
.checkout-button.button.alt.wc-forward:focus,
.woocommerce-Button.button:focus,
.single_add_to_cart_button.button.alt.added:focus,
.popup-added_to_cart .view-cart:focus {
    background-color: #ab2e64;
    animation: pulse-red 1.5s infinite linear;
}

@keyframes pulse-red {
    from { box-shadow: 0 0 0 0 #ab2e64; }
    to { box-shadow: 0 0 0 5px rgba(171, 46, 100, 0); }
}


/* جعبه قیمت */
.boxprice {
    position: relative !important;
    overflow: hidden !important;
}

/* جعبه نظرات و باکس آیکون‌دار */
.testimon-style-boxed .testimonial-inner {
    background-color: #EDF3FF !important;
    box-shadow: 0 0 7px 0 #1A98E5 !important;
    transition: all 0.5s ease !important;
}

.testimon-style-boxed .testimonial-inner:hover {
    box-shadow: 0 0 10px 2px #1A98E5 !important;
}

/* فلش‌ها */
.wd-arrow-inner {
    color: #1A98E5 !important;
    transition: color 0.3s ease !important;
}
.wd-arrow-inner:hover {
    color: #A51652 !important;
}

/* سایه‌ برای طراحی masonry در بخش‌های مختلف */
.wd-my-account-links a,
.cart-content-wrapper > .cart_totals .cart-totals-inner,
.checkout-order-review > .woocommerce-checkout-review-order .wd-table-wrapper,
.payment_methods .payment_box,
.wd-product.wd-hover-tiled,
.woodmart-sidebar-content .widget,
.product-summary-shadow .summary-inner {
    box-shadow: 0 0 7px 0 #1A98E5 !important;
    transition: all 0.5s ease !important;
    border-radius: 10px;
}

.wd-product.wd-hover-tiled:hover,
.woodmart-sidebar-content .widget:hover {
    box-shadow: 0 0 10px 2px #1A98E5 !important;
}

.wd-product.wd-hover-tiled {
    border-radius: 12px;
}

/* عنوان ابزارک سایدبار */
.woodmart-sidebar-content .widget-title {
    background: transparent !important;
    padding: 10px 20px;
}

/* فیلتر قیمت: دکمه تمام عرض و وسط‌چین */
.widget_price_filter [class*="price_slider_amount"] .button {
    width: 100%;
    display: block;
    text-align: center;
}

/* فاصله ابزارک‌ها */
.sidebar-widget {
    margin: 10px;
}

/* برچسب قیمت در فیلتر */
.price_label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-right: -15px;
}

/* حذف نمایش تعداد نتایج در سایدبار */
.wd-sidebar-hidden-sm.wd-builder-off .woocommerce-result-count {
    display: none !important;
}



/* دکمه‌های چسبیده پایین (مثل افزودن به علاقه‌مندی) */
.wd-buttons.wd-pos-r-t {
    top: auto !important;
    bottom: var(--wd-btn-inset) !important;
    inset-inline-end: auto !important;
    inset-inline-start: var(--wd-btn-inset) !important;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* فاصله بین آیکون‌های لیست علاقه‌مندی */
.wd-wishlist-product-actions {
    margin: 15px !important;
}

/* حذف دکمه بازنشانی تغییرات رنگ‌بندی محصول */
.variation-swatch-selected .reset_variations,
.reset_variations {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    background-color: #FFFFFF !important;
}

/* تب بندی آکاردئونی */
.tabs-layout-accordion .wd-scroll-content {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
}

/* فاصله و سایه برای اطلاعات محصول */
.product-summary-shadow .summary-inner {
    padding: 30px 10px 15px !important;
}

/* برچسب وضعیت انبار */
p.stock.wd-style-bordered span {
    border: 1px solid #2BA0E7 !important;
}



/* سایز لیبل محصول */
.product-label {
    font-size: 11px !important;
}

/* ارتفاع دکمه‌های عملکرد محصول */
.wd-buttons .wd-action-btn > a {
    height: 40px !important;
}

/* سایز عنوان پست در masonry */
.blog-design-masonry .post-title {
    font-size: 22px !important;
}

/* موقعیت دکمه بازکننده سایدبار در حالت پیش‌فرض (کامپیوتر و تبلت) */
.wd-sidebar-opener {
    top: 115px !important;
}

/* موقعیت دکمه بازکننده سایدبار در حالت موبایل */
@media (max-width: 767px) {
    .wd-sidebar-opener {
        top: 70px !important;
    }
}


.wd-post-date.wd-style-with-bg {
    background-color: rgba(255, 255, 255, 0.2) !important; /* پس‌زمینه نیمه‌شفاف */
    backdrop-filter: blur(8px) !important; /* افکت بلور */
    -webkit-backdrop-filter: blur(8px) !important; /* پشتیبانی Safari */
    border-radius: 8px !important;
    padding: 4px 8px !important;
    transition: all 0.3s ease !important;
}

.wd-post .article-inner {
    background-color: #FFFFFF !important;
    box-shadow: 0 0 7px 0 #1A98E5 !important;
    transition: all 0.5sease !important;
}

.wd-post .article-inner:hover {
    box-shadow: 0 0 10px 2px #1A98E5 !important;
}

.box-style-border.box-icon-align-top .info-box-content {
    box-shadow: 0 0 7px 0 #1A98E5 !important;
    transition: all 0.5s ease !important;
}

.wd-info-box.text-center.box-icon-align-top.box-style-shadow.color-scheme-.with-btn.box-btn-static {
    box-shadow: 0 0 7px 0 #1A98E5 !important;
    transition: all 0.5s ease !important;
    border-radius: 5px !important;
}


.woocommerce-privacy-policy-text {
    display: none !important;
}
/* برای سایه پاپ اپ صورت حساب */
.wd-popup  {
    background-color: #EDF3FF !important;
    box-shadow: 0 0 20px 4px #1A98E5 !important;
    transition: all 0.5s ease !important;
}
/* برای پاپ اپ دیجیتس صورت حساب */
.digits_secure_modal {
    background-color: #EDF3FF !important;
    box-shadow: 0 0 20px 4px #1A98E5 !important;
    transition: all 0.5s ease !important;
}
/*  برای بستن پاپ اپ دیجیتس صورت حساب */
.digits_secure_modal-close {
    left: 16px !important;
    right: auto;
}

.nias-mask  img {
    -webkit-mask: linear-gradient(-60deg,#000 30%,#0005,#000 50%) right / 300% 100%;
    mask: linear-gradient(-60deg,#000 30%,#0005,#000 50%) right / 300% 100%;
    animation: nsshine 6s infinite
}

@keyframes nsshine {
    0% {
        -webkit-mask-position: 140% 140%;
        mask-position: 140% 140%
    }

    100% {
        -webkit-mask-position: -20% -20%;
        mask-position: -20% -20%
    }
}

.testimonial-avatar img {

    max-width: 170px !important;

}




/* چرخش دور ایکن شبکه های اجتماعی بدون اختلال در محتوا */
.rotating-glow-border {
  position: relative;
  z-index: 0;
  border: 1px solid transparent;
  border-radius: 25px;
  overflow: hidden;
}

/* انیمیشن پس‌زمینه درخشان */
.rotating-glow-border::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    #1A8FE3,
    #AB2C63,
    #1A8FE3,
    #AB2C63
  );
  background-size: 400% 400%;
  border-radius: inherit;
  animation: rotateGlow 6s linear infinite;
  filter: drop-shadow(0 0 10px #AB2C63) drop-shadow(0 0 20px #1A8FE3);
  z-index: -1;
  pointer-events: none;
}

/* پوشش داخلی برای نمای بهتر، بدون تأثیر در عملکرد */
.rotating-glow-border::after {
  content: "";
  position: absolute;
  inset: 1px;
  background: transparent;
  border-radius: 18px;
  z-index: 1;
  pointer-events: none;
}

/* انیمیشن چرخش */
@keyframes rotateGlow {
  0% {
    transform: rotate(0deg);
    background-position: 0% 50%;
  }
  100% {
    transform: rotate(360deg);
    background-position: 400% 50%;
  }
}



/*  سایه شبکه های اجتماعی */
.wd-insta-cont-inner.reset-last-child {
    background-color: #EDF3FF !important;
    box-shadow: 0 0 10px 3px #1A98E5 !important;
    transition: all 0.5s ease !important;
}



/*  برای خبرکن محصولات  */
.sms-notif-enable-label {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}


.sms-notif-submit.single_add_to_cart_button.button.alt {
  margin-top: 15px !important;
  margin-bottom: 20px;
}

.sms-notif-content {
  margin-top: 25px;
}



.sms-notif-result {
  margin-bottom: 10px;
}



/*  پنهان کردن اختیاری  */
.woocommerce form .optional {
    display: none !important;
}
#billing_company_field {
    display: none !important;
}
#billing_country_field {
    display: none !important;
}
#shipping_company_field {
    display: none !important;
}
#shipping_country_field {
    display: none !important;
}





/* موقعیت لیبل محصول در گالری */
.woocommerce-product-gallery .product-labels {
    align-items: flex-start !important;
}

.woocommerce-product-gallery .product-labels {
    inset-inline-start: 0 !important;
}

/* پس زمینه شبشه ای بزرگنمایی تصویر */
.wd-action-btn.wd-style-icon-bg-text > a {
  background: rgba(255, 255, 255, 0.25) !important;     /* پس‌زمینه روشن‌تر برای وضوح بیشتر متن */
  backdrop-filter: blur(10px) !important;               /* افکت شیشه‌ای */
  -webkit-backdrop-filter: blur(10px) !important;       /* پشتیبانی برای مرورگرهای WebKit */
  border-radius: 12px !important;                       /* گردی گوشه‌ها */
  border: 1px solid rgba(255, 255, 255, 0.3) !important; /* حاشیه لطیف */
  color: #000 !important;                               /* رنگ متن تیره برای خوانایی */
  font-weight: 600 !important;                          /* ضخامت مناسب برای متن */
  z-index: 999 !important;                              /* اولویت نمایش بالا */
  position: relative !important;                        /* برای اعمال z-index */
  transition: all 0.3s ease !important;                 /* افکت گذار نرم */
}

/* برگه فروشگاه تغییرات لیبل  */
.wd-buttons.wd-pos-r-t {
  flex-direction: row !important;      /* چینش افقی دکمه‌ها */
  justify-content: center !important;  /* وسط‌چین کردن دکمه‌ها */
  align-items: center !important;
  gap: 1px;                            /* فاصله بین دکمه‌ها */
}

/* فونت برگه محصول توضیحات و برند   */
#tab-description p,
#tab-description li {
    font-weight: 600;
}
.wd-accordion .wd-scroll-content {
  font-weight: 600;
}
/* فونت منو   */
@media (min-width: 768px) {
  li#menu-item-11587,
  li#menu-item-11588,
  li#menu-item-11586,
  li#menu-item-11590,
  li#menu-item-11589,
  li#menu-item-11592,
  li#menu-item-11591,
  li#menu-item-11585 {
    font-weight: 600;
  }
}
/* فونت منو   */
@media (min-width: 768px) {
  .wd-sub-menu {
    font-weight: 600;
  }
}

.searchform {
     font-weight: 600;
}


.widget .widget-title + .widget-content {
    display: block !important;
}


@media (max-width: 767px) {
  .wd-swatches-filter:is(.wd-layout-double, .wd-layout-inline) {
    display: block !important; /* یا هر مقدار دیگه‌ای که می‌خوای */
  }
}
.wc-layered-nav-term.wd-swatch-wrap {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* درخشش دور تایم حراجی برگه محصول   */
.wd-timer-days,
.wd-timer-hours,
.wd-timer-min,
.wd-timer-sec {

  box-shadow: 0 0 3px 1px #1A98E5 !important;

  border-radius: 10px; /* دلخواه، برای زیباتر شدن */
  padding: 8px 12px; /* دلخواه، برای ایجاد فاصله داخلی */
  display: inline-block; /* اطمینان از نمایش درست */
}
/* افزایش فاصله شمارنده معکوس تخفیف ویژه    */
.wd-product-countdown.wd-timer.wd-style-standard {
  display: flex;
  gap: 10px; /* فاصله ۱۰ پیکسل بین آیتم‌ها */
  /* در صورت نیاز، برای چیدمان بهتر می‌تونی این دو رو هم اضافه کنی */
  align-items: center; /* وسط چین عمودی */
  justify-content: center; /* وسط چین افقی */
}

/* خط دور سویچ های رنگ  */
.wd-swatch {
box-shadow: 0 0 2px 1px #1A98E5 !important;

  border-radius: 5px; /* دلخواه، برای زیباتر شدن */

}





/* فاصله دادن به ویژگی رنک در ساید بار فروشگاه  */
.wd-swatch {
    margin-right: 1px;
    margin-left: 1px;
    margin-bottom: 1px;
}

/* افزایش فاصله 2 لاین در اچ 1 محصولات و سایر اچ یک ها   */
h1.entry-title {
  line-height: 1.7;
}
/*  کاهش فاصله اعلام موجودی اجناس در برگه محصول  */
form.variations_form p.stock {
    margin-top: -20px !important;
}

/*  برای توضیحات و منتشر کردن محصولات  */
.hidden-content {
    display: none;
}
.more-btn {
    color: #1A98E5;
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
}


/*  برای پاپ اپ لیست علاقه مندی قلب قرمز   */
.wd-wishlist-add-success:before {
    color: #ff0606 !important;
}

/* غیر فعال کردن ایکون شناور روی محصولات در برگه فروشگاه  */
.wd-buttons {
  display: none;
}