/*
 Theme Name:   siteorigin-north Child
 Theme URI:    https://hana-parts.com
 Description:  siteorigin-north Child Theme
 Author:       Maryam Davoodi
 Author URI:   https: //hana-parts.com
 Template:     siteorigin-north
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentyfifteenchild
*/
/* دکمه خرید محصولات ناموجود غیرفعال و خاکستری شود */
.custom-out-of-stock .ajax_add_to_cart {
    pointer-events: none !important;
    opacity: 0.5;
    background: #ccc !important;
    cursor: not-allowed;
}

/* متن دکمه را تغییر بدهیم */
.custom-out-of-stock .ajax_add_to_cart:before {
    content: "تماس" !important;
}

.custom-out-of-stock .ajax_add_to_cart {
    color: #000 !important;
}
.elementor-widget-woocommerce-checkout-page .e-checkout__container{display: flex !important;}
/* چینش فرم و خلاصه سفارش کنار هم + وسط چین کردن کل بخش */
@media (min-width: 1024px) {
  .e-checkout__container {
    display: flex;
    flex-direction: row; /* فرم سمت چپ بماند */
    justify-content: center; /* وسط چین کل محتوا */
    align-items: flex-start;
    gap: 30px; /* فاصله بین فرم و خلاصه سفارش */
    max-width: 1200px;
    margin: 0 auto;
  }

  .e-checkout__column.e-checkout__column-start {
    width: 65%; /* عرض فرم */
  }
	.e-checkout__order_review-2 {
    width: 50%; /* عرض خلاصه سفارش */
		display:flex;
  }
 
}
.woocommerce form.woocommerce-checkout .checkout-details {
    padding-left: 0;
    padding-right: 0;
}
.jet-listing-dynamic-field__content {
    padding: 0 20px 5px 10px;
	

  /* تغیر رنگ کلمه تماس برای محصولات متغیر بدون قیمت*/ 
.woocommerce ul.products li.product span.price.no-price {
    color: red !important;
    font-weight: 700 !important;
}
.woocommerce div.product span.price.no-price {
    color: red !important;
    font-weight: 700 !important;
}







