/* Custom CSS to make ALL ICONS WHITE */

/* All Salla Icons */
[class^="sicon-"], [class*=" sicon-"], i[class^="sicon-"], i[class*=" sicon-"] {
    color: white !important;
}

/* All Font Awesome icons */
.fa, .fas, .far, .fal, .fab, i.fa, i.fas, i.far, i.fal, i.fab, [class^="fa-"], [class*=" fa-"], i[class^="fa-"], i[class*=" fa-"] {
    color: white !important;
}

/* All icons inside buttons */
button i, .btn i, .button i, a.btn i {
    color: white !important;
}

/* Quantity + and - buttons */
.quantity-btn i, .qty-btn i, salla-quantity-input button i, salla-quantity-input i {
    color: white !important;
}

/* Cart buttons */
.cart-item button i, tr button i, table button i {
    color: white !important;
}

/* Navigation */
.nav i, .navbar i, .menu i, nav i {
    color: white !important;
}

/* Action buttons */
.act-btns i, .wishlist-btn i, .cart-btn i, .cancel-btn i {
    color: white !important;
}

/* Footer */
footer i, .newsletter-btn i {
    color: white !important;
}

/* Product cards */
.product-card i {
    color: white !important;
}

/* Override inline styles */
i[style*="color"] {
    color: white !important;
}

/* Currency styling - ريال */
.total-price span,
.before-price span,
.unit-price span,
.price span {
    font-weight: 500;
    margin-right: 2px;
}
