/* Add custom CSS styles below */ 
.s-product-card-price,
.s-product-card-starting-price h4 {
    color: #2a9d8f !important; /* أخضر */
}
.s-product-price,
.s-product-price-wrapper {
    color: #2a9d8f !important; /* أخضر */
}
.product,
.product-page,
.s-product {
    color: inherit;
}

.total-price, 
.total-price * {
    color: #27ae60 !important;
}


.center-between.w-full .form-label, 
.center-between.w-full b,
.total-price, 
.total-price * {
    color: #27ae60 !important;
}

p.font-bold.text-xl.inline-block, 
p.font-bold.text-xl.inline-block i {
    color: #27ae60 !important;
}