@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//abzarline.com/wp-content/themes/woodmart/fonts/woodmart-font-3-400.woff2?v=8.2.5") format("woff2");
}

:root {
	--wd-text-font: "Yekan Bakh", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 16px;
	--wd-title-font: "Yekan Bakh", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(0,0,0);
	--wd-entities-title-font: "Yekan Bakh", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(113,113,113);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: iranyekan;
	--wd-widget-title-font: "Yekan Bakh", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(113,113,113);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Yekan Bakh", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 16px;
	--wd-brd-radius: 9px;
	--wd-primary-color: #E1093C;
	--wd-alternative-color: rgb(43,47,94);
	--wd-link-color: rgb(13,27,42);
	--wd-link-color-hover: rgb(225,9,60);
	--btn-default-bgcolor: rgb(40,168,0);
	--btn-default-bgcolor-hover: rgb(40,168,0);
	--btn-accented-bgcolor: rgb(40,168,0);
	--btn-accented-bgcolor-hover: rgb(40,168,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: transparent;
	background-image: url(https://abzarline.com/wp-content/uploads/2020/03/4716-sshwar-snʿty-rwnyks-mdl-1102-scaled.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: #d6d6d6;
	background-image: none;
}
:is(.woodmart-archive-shop .wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg, :is(.woodmart-archive-shop .wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg :is(.wd-product,.wd-cat) {
	--wd-prod-bg:rgb(255,255,255);
	--wd-bordered-bg:rgb(255,255,255);
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title {
	background-color: #f4f4f4;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.page .wd-page-content {
	background-color: rgb(248,249,250);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .wd-page-content {
	background-color: rgb(247,247,247);
	background-image: none;
}
.single-product .wd-page-content {
	background-color: rgb(247,247,247);
	background-image: none;
}
.woodmart-archive-blog .wd-page-content {
	background-color: #ffffff;
	background-image: none;
}
.single-post .wd-page-content {
	background-color: #ffffff;
	background-image: none;
}
.woodmart-archive-portfolio .wd-page-content {
	background-color: #ffffff;
	background-image: none;
}
.single-portfolio .wd-page-content {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 960px;
}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 5px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--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;
}

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

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

.rss-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
}

.rss-card {
  border: 1px solid #e4e4e4;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
}

.rss-card:hover {
  transform: translateY(-5px);
}

.rss-card-inner {
  text-align: right;
  display: block;
}

.rss-image {
  width: 100% !important;
  height: 200px !important;
  display: block;
  margin: 0 auto;
}


.rss-title {
 margin: 10px 5px !important;
  font-size: .9rem;
  line-height: 1.6em;
}


/*  for payment options in chekout page */
ul.wc_payment_methods.payment_methods.methods {
    overflow-x: auto;
    margin-bottom: 20px;
    padding: 5px 25px;
    border-radius: var(--wd-brd-radius);
    background-color: var(--bgcolor-white);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}
/* for brand pages */
body.tax-product_brand #woocommerce_product_categories-2 {
    display: none;
}

.wd-progress-bar.wd-free-progress-bar {
    display: none;
}

li#menu-item-34967 a {
	color: #1200ff !important;
  border: 2px dashed #0072ff !important;
}@media (max-width: 576px) {
	.wd-prefooter {
  padding-bottom: 40px;
  background-color: var(--wd-main-bgcolor);
  display: none;
}
/* حالت موبایل - باکس، سایه و عکس در سمت راست */
.rss-card-inner {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 5px !important;
  border-radius: 15px !important;
  background: #fff;
  text-align: right;
}

.rss-image {
  width: 100px !important;
  height: 80px !important;
  flex-shrink: 0;
	margin: unset;
}
.wd-social-icons.wd-size-small {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.whb-column > .info-box-wrapper, .wd-header-text, .whb-column > .wd-button-wrapper, .whb-column > .wd-social-icons, .wd-header-html {
  padding-inline: 2px !important;
}
.cnb-single.cnb-left {
  bottom: 65px !important;
}
.product-spec-mobile .wd-single-tabs .wd-nav-tabs-wrapper {
  padding-bottom: 10px !important;
  position: sticky;
  top: 65px;
  z-index: 9999;
  background-color: #fff;
}
.product-spec-mobile table.shop_attributes tr {
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #d4d4d4 !important; /* کادر دور هر ویژگی */
    border-radius: 6px; /* اختیاری، برای زیبایی */
    background-color: #fff; /* اختیاری، برای تمیز بودن زمینه */
  }
.product-spec-mobile   table.shop_attributes th,
  table.shop_attributes td {
    display: block;
    width: 100%;
    text-align: center !important;
  }
  .product-spec-mobile table.shop_attributes th {
    font-weight: bold;
    margin-bottom: 10px;
  }
.product-spec-mobile table.shop_attributes tr:last-child {
  margin-bottom: 40px !important;
}
.wd-wc-notices .woocommerce-notices-wrapper > * {
  margin-bottom: 100px;
}
.wd-wc-notices .woocommerce-notices-wrapper > * {
  margin-bottom: 150px;
}
.custom-shipping-option {
  display: table !important;
}
}

