/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
body{
	    font-family: 'iranyekanx';
}

del span.woocommerce-Price-currencySymbol {
	display:none;
}
.mc4wp-form>div {
    justify-content: flex-start;
}
.mc4wp-form>div>p:first-child {
    max-width: 384px;
}

.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;
    top: -167px;
}

.whb-sticked.whb-scroll-down .whb-general-header .wd-logo:before {
    top: -94px;
}
.blog-design-masonry.blog-style-shadow .article-inner {
    border-radius: 15px;
	overflow:hidden;
}
.blog-post-loop .post-img-wrapp {
    padding: 20px;
	background: #fff;
}
.blog-post-loop .entry-thumbnail img {
	border-radius:35px
}
.blog-design-masonry.has-post-thumbnail .post-date {
    display:none;
}
.blog-post-loop .post-img-wrapp a {
    border-radius: 35px;
    overflow: hidden;
}
.owl-items-lg-4 .post-slide .post-title {
	max-height:39px;
  min-height: 39px;
}
.slide-post .entry-header:before {
    content: " ";
    position: absolute;
    width: 150px;
    top: 0px;
    transform: translate(-50%, 0%);
    left: 50%;
    border-radius: 0px 0px 10px 10px;
    height: 8px;
    background-color: var(--wd-primary-color);
}
.wd-post-cat.wd-style-with-bg {
    border-radius: 8px;
}
.meta-categories-wrapp {
    top: -30px;
}

.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;
}
.wd-dropdown-menu.wd-design-full-width .wd-sub-menu>li, .wd-dropdown-menu.wd-design-sized .wd-sub-menu>li {
    width: 189px;
}

.gallery-container .swiper-container-vertical>.swiper-wrapper {
    align-items: flex-start;
}
.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column;
}
#billing_country_field{
	display: none;
}
@media (min-width: 1025px) {
    .whb-general-header .wd-logo:before {
        background: #fff !important;
    }
}

.iran-simple-guarantee-box {
  background: linear-gradient(135deg, #e7f9ec, #ffffff);
  border: 2px solid #7ac38d;
  border-radius: 12px;
  padding: 14px 16px;
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.8;
  color: #1a1a1a;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  text-align: right;
  direction: rtl;
}

.iran-simple-guarantee-box strong {
  color: #2e7d32;
}

.iran-simple-guarantee-box .highlight {
  color: #d32f2f;
  font-weight: bold;
}

@media (max-width: 768px) {
  .iran-simple-guarantee-box {
    font-size: 14px;
    padding: 12px;
  }
}
.iran-simple-trust-box-minimal {
  margin-top: 15px;
  background: #f8fbf9;
  border: 1px solid #e0eee3;
  border-radius: 10px;
  padding: 10px 14px;
  text-align: right;
  direction: rtl;
  font-size: 14px;
  color: #2e7d32;
  line-height: 1.8;
}

.iran-simple-trust-box-minimal ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.iran-simple-trust-box-minimal li {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
  color: #1b5e20;
}

.iran-simple-trust-box-minimal li:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .iran-simple-trust-box-minimal {
    font-size: 13px;
    padding: 8px 12px;
  }
}
.iran-simple-trust-box-minimal {
  position: relative;
  z-index: 1;
  margin-top: 25px;
  background: #f8fbf9;
  border: 1px solid #e0eee3;
  border-radius: 10px;
  padding: 14px 16px;
  text-align: right;
  direction: rtl;
  color: #2e7d32;
  line-height: 1.7;
  font-size: 14px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.02);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.trust-item:last-child {
  margin-bottom: 0;
}

.trust-item svg {
  flex-shrink: 0;
}

.trust-item span {
  font-size: 14px;
  color: #1b5e20;
}

@media (max-width: 768px) {
  .iran-simple-trust-box-minimal {
    margin-top: 20px;
    padding: 10px 12px;
    font-size: 13px;
  }
}
.stock-ok {
  color: #2e7d32; /* سبز */
  font-weight: 500;
}

.stock-warning {
  color: #ef6c00; /* نارنجی */
  font-weight: 600;
}

.stock-critical {
  color: #c62828; /* قرمز */
  font-weight: 700;
}

.stock-out {
  color: #777;
  font-weight: 500;
}

.stock-warning::before,
.stock-critical::before {
  content: "🔥 ";
}
