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

:root {
	--wd-text-font: IRansansX;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(89,89,89);
	--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(89, 89, 89);
	--wd-alternative-font: IRansansX;
	--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: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(245,150,30);
	--wd-alternative-color: rgb(0,134,134);
	--btn-default-bgcolor: rgb(245,150,30);
	--btn-default-bgcolor-hover: rgb(0,134,134);
	--btn-accented-bgcolor: rgb(245,150,30);
	--btn-accented-bgcolor-hover: rgb(215,150,30);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(214,6,68);
	--notices-warning-color: #fff;
	--wd-link-color: rgb(245,150,30);
	--wd-link-color-hover: rgb(0,134,134);
	--wd-sticky-btn-height: 95px;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 400px;
	--wd-popup-padding: 10px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 230px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #f4f4f4;
	background-image: none;
}
.product-labels .product-label.onsale {
	background-color: rgb(221,51,51);
}
.product-labels .product-label.new {
	background-color: rgb(30,115,190);
}
.product-labels .product-label.featured {
	background-color: rgb(0,102,191);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(247,148,29);
	color: rgb(255,255,255);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 45px;
	}

}
: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;
}


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

.wd-page-title {
background-color: rgb(232,232,232);
}

/*.datepicker-plot-area {
	display: none; /* Hides the entire date picker element by Maziar*
}*/
.woodmart-button-wrapper.inline-element {
    margin-bottom: 0px;
}
.promo-banner .banner-image img {
    border-radius: 15px;
}
.wd-hover-tiled {
    overflow: hidden;
    border-radius: 15px;
	background: #fff;
}
.product-grid-item .product-image-link {
    display: block;
    padding: 20px;
}
.labels-rectangular .product-label {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 15px;
    margin-right: 5px;
}

/* Added by Farzad */
.brands-widget .brand-item img {
    max-height: 250px !important;
}
.single-product span.sku_wrapper {
display: none;
}

.aiosrs-rating-wrap div {
	margin-top: 10px;
}

.product.wd-hover-tiled .wd-product-countdown span {
	color: #E22D2D !important;
}

.wd-timer span {
	color: #E22D2D !important;
}

.wd-timer {
	direction: ltr !important;
}

.order-total .includes_tax {
    display: none;
}

.wd-entry-meta .meta-author {
    display: none;
}

.post-single-page .article-inner .meta-author {
    display: none;
}

.avaneed-content-box-middle-section {
  padding: 25px;
  border-radius: 16px 16px 16px 16px;
  background-color: #00868A;
  margin-top: 32px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 33px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
	opacity: 0.8;
}

.avaneed-content-box-middle-button {
  position: relative;
  background-color: #F7941D !important;
  color: #fff !important;
  display: inline-flex;
  border: 1px solid #F7941D;
  gap: 11px;
  padding: .28125rem .75rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none !important;
  margin-top: 12px;
  cursor: pointer;
}
.pdp-default {
	display: none !important;
}
/*new contect box by opposite box*/
.avaneed-v2content-box-middle-section {
  padding: 25px;
  border-radius: 16px 16px 16px 16px;
  background-color: #F7941D;
  margin-top: 32px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 33px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
	opacity: 0.8;
}

.avaneed-v2content-box-middle-button {
  position: relative;
  background-color: #00868A !important;
  color: #fff !important;
  display: inline-flex;
  border: 1px solid #00868A;
  gap: 11px;
  padding: .28125rem .75rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none !important;
  margin-top: 12px;
  cursor: pointer;
}
.pdp-default {
	display: none !important;
}
/* table style*/
.avaneed-table {
		border: 1px solid #00868a;	
		border-radius: 15px;
    border-spacing: 1px;
}

.avaneed-table td, .avaneed-table th {
    border: 1px solid #00868a;
   
}
/*باکس محصول در صفحه وبلاگ
 *
/* Wrapper برای وسط‌چین کردن */
.blog-product-box-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 30px 0;
}

/* باکس محصول */
/* Wrapper برای وسط‌چین کردن در همه‌ نمایشگرها */
.blog-product-box-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 30px 0;
}

/* باکس محصول – حالت پایه (دسکتاپ، تبلت) */
.blog-product-box {
    width: 100%;
    max-width: 480px;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.blog-product-box:hover {
    transform: translateY(-4px);
}

/* لینک کلیک‌پذیر کل باکس */
.blog-product-link {
    display: block;
    text-decoration: none !important;
    color: inherit;
}

/* تصویر – در دسکتاپ تمام عرض بالا */
.blog-product-image img {
    width: 100%;
    height: auto;
    display: block;
}

.blog-product-info {
    padding: 15px;
    text-align: center;
}

.blog-product-title {
    font-size: 17px;
    margin-bottom: 10px;
    color: #222;
}

.blog-product-price {
    color: #e63946;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
}

.blog-product-button {
    display: inline-block;
    background: #0073aa;
    color: #fff;
    padding: 8px 18px;
    border-radius: 6px;
    font-size: 14px;
}

/* ============================= */
/* نسخه موبایل – کارت افقی */
/* ============================= */

@media (max-width: 600px) {

  .blog-product-box-wrapper {
      margin: 20px 0;
  }

  /* باکس محصول در موبایل به فِلِکس افقی تبدیل می‌شود */
  .blog-product-box {
      max-width: 100%;
      box-shadow: 0 6px 15px rgba(0,0,0,0.06);
  }

  .blog-product-link {
      display: flex;
      align-items: center;
      gap: 10px;
  }

  /* تصویر در سمت راست (با توجه به RTL) و کوچک‌تر */
  .blog-product-image {
      flex: 0 0 30%;
      max-width: 30%;
  }

  .blog-product-image img {
      width: 100%;
      height: 100px;         /* کنترل ارتفاع کارت */
      object-fit: cover;     /* کراپ ملایم تصویر */
      border-radius: 0;
  }

  /* متن و قیمت و دکمه در سمت چپ، عمودی چیده می‌شوند */
  .blog-product-info {
      flex: 1;
      padding: 8px 10px;
      text-align: right;
  }

  .blog-product-title {
      font-size: 14px;
      margin-bottom: 4px;
      line-height: 1.4;
  }

  .blog-product-price {
      font-size: 13px;
      margin-bottom: 6px;
  }

  .blog-product-button {
      font-size: 11px;
      padding: 4px 10px;
  }
}
