/*
 Theme Name: IranKala Child
 Template: irankala
 Theme URI: https://zhaket.com/web/irankala-wordpress-theme
 Author: S.Reza Salehi
 Author URI: http://sreza-salehi.ir
 Version: 1.0.0
*/
/* Kalameh Web Fonts */
@font-face {
  font-family: 'KalamehWeb-Regular';
  src: url('https://jzdiesel.ir/wp-content/plugins/elementor-pro/megatheme/includes/fonts/kalameh/KalamehWeb-Regular.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'KalamehWeb-Bold';
  src: url('https://jzdiesel.ir/wp-content/plugins/elementor-pro/megatheme/includes/fonts/kalameh/KalamehWeb-Bold.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'KalamehWeb-Medium';
  src: url('https://jzdiesel.ir/wp-content/plugins/elementor-pro/megatheme/includes/fonts/kalameh/KalamehWeb-Medium.woff2') format('woff2');
  font-display: swap;
}

/* IRANSansX Fonts */
@font-face {
  font-family: 'IRANSansX-Regular';
  src: url('https://jzdiesel.ir/wp-content/plugins/elementor-pro/megatheme/includes/fonts/iransansx/IRANSansX-Regular.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'IRANSansX-Bold';
  src: url('https://jzdiesel.ir/wp-content/plugins/elementor-pro/megatheme/includes/fonts/iransansx/IRANSansX-Bold.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'IRANSansX-Medium';
  src: url('https://jzdiesel.ir/wp-content/plugins/elementor-pro/megatheme/includes/fonts/iransansx/IRANSansX-Medium.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'IRANSansX-Black';
  src: url('https://jzdiesel.ir/wp-content/plugins/elementor-pro/megatheme/includes/fonts/iransansx/IRANSansX-Black.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'IRANSansX-UltraLight';
  src: url('https://jzdiesel.ir/wp-content/plugins/elementor-pro/megatheme/includes/fonts/iransansx/IRANSansX-UltraLight.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'IRANSansX-DemiBold';
  src: url('https://jzdiesel.ir/wp-content/plugins/elementor-pro/megatheme/includes/fonts/iransansx/IRANSansX-DemiBold.woff') format('woff');
  font-display: swap;
}

/* IRANYekanX Fonts */
@font-face {
  font-family: 'IRANYekanX-Light';
  src: url('https://jzdiesel.ir/wp-content/plugins/elementor-pro/megatheme/includes/fonts/iranyekanx/IRANYekanX-Light.woff') format('woff');
  font-display: swap;
}
/* Kalameh */
@font-face {
    font-family: 'KalamehWeb';
    src: url('https://jzdiesel.ir/wp-content/plugins/elementor-pro/megatheme/includes/fonts/kalameh/KalamehWeb-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'KalamehWeb';
    src: url('https://jzdiesel.ir/wp-content/plugins/elementor-pro/megatheme/includes/fonts/kalameh/KalamehWeb-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* IRANSansX */
@font-face {
    font-family: 'IRANSansX';
    src: url('https://jzdiesel.ir/wp-content/plugins/elementor-pro/megatheme/includes/fonts/iransansx/IRANSansX-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IRANSansX';
    src: url('https://jzdiesel.ir/wp-content/plugins/elementor-pro/megatheme/includes/fonts/iransansx/IRANSansX-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Font Awesome */
@font-face {
    font-family: 'Font Awesome 5 Free';
    src: url('https://jzdiesel.ir/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Font Awesome 5 Brands';
    src: url('https://jzdiesel.ir/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Font Awesome 5 Brands';
    src: url('https://jzdiesel.ir/wp-content/plugins/elementor-pro/megatheme/includes/fonts/iranyekanx/IRANYekanX-Light.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.reza-brand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  padding: 10px 0;
}
.reza-brand-item {
  background: #fff;
  text-align: center;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.reza-brand-item:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.reza-brand-item img {
  max-width: 100px;
  height: auto;
  margin-bottom: 10px;
}

.reza-brand-item span {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #333;
}

.slider-item .price-prefix {
    display: none !important;
}


figure.post-img img {
    height: auto;
    max-width: 50% !important;
}





.cart-box form.cart {
    margin-top: 88px !important;
}
.breadcrumb, .breadcrumb a {
    color: #181818 !important;
    padding: 6px 6px 0 4px;
    background-color: #fff;
    margin: 10px 0 18px 0;
}

@media (max-width: 992px) {
    .container-shop>.breadcrumb {
        margin: 50px 0 20px 0 !important;
    }
}

.subcategories .inner .category-item {
    background-color: #ffffff !important;
}
.subcategories .inner .category-item .category-count {
    background-color: #eaeaed !important;
    color: #141414 !important;
}
.products-head {
    background-color: #fff !important;
    padding: 4px 20px 16px 20px !important;
}
.woocommerce-result-count {
    color: #161616 !important;
}
.widget_price_filter .price_slider_amount .price_label {
    color: #141414 !important;
}
.widget_layered_nav .woocommerce-widget-layered-nav-list .wc-layered-nav-term .count{
	color: #161616 !important;
}
.woocommerce-ordering .orderby a {
    color: #272727 !important;
}

.woocommerce-products-header .products-header-description {
    color: #2d2d2d !important;
}
.widget-account-slider .slider-item,.widget-amazing-slider .slider-item,.widget-products-slider .slider-item {
     height: unset !important;

} 