/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.product-subtitle {
    font-size: 16px;
    color: #555;
	margin-top: 20px;
    margin-bottom: 15px;
    font-family: "IRANSansWeb", Sans-serif;
	
}

/*
نمایش کادر تخفیف بالای برند کمی فاصله دار
*/
.product-labels .product-label.onsale {
  
    margin-top: -40px !important;
}


/* 🎨 استایل زیباتر برای پاپ‌آپ سبد خرید وودمارت */
.woodmart-cart-popup {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.2);
    padding: 20px !important;
    max-width: 420px;
}

/* 🖼️ تصویر محصول */
.woodmart-cart-popup img {
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    max-width: 120px;
}

/* 📝 عنوان محصول */
.woodmart-cart-popup .product-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #333;
    margin-bottom: 8px;
}

/* 💰 قیمت محصول */
.woodmart-cart-popup .price {
    font-size: 18px;
    font-weight: bold;
    color: #d32f2f; /* قرمز شیک */
}

/* 🔘 دکمه‌ها */
.woodmart-cart-popup .btn {
    background: #ff4081; /* رنگ صورتی برندینگ */
    color: #fff !important;
    border-radius: 6px;
    padding: 10px 18px;
    font-size: 14px;
    transition: all 0.3s ease;
}
.woodmart-cart-popup .btn:hover {
    background: #e91e63;
}

/* 🔹 فاصله مناسب بین عناصر */
.woodmart-cart-popup .cart-popup-content > * {
    margin-bottom: 10px;
}
