/* Add custom CSS styles below */ 
.s-button-btn.s-button-primary {
    background-color: #ffffff !important;
    color: #000000 !important; /* لون النص */
    border: 1px solid #dddddd !important; /* إطار خفيف */
}

.s-button-btn.s-button-primary:hover {
    background-color: #f5f5f5 !important; /* لون عند المرور */


.prod-main-content .p-price-outer *{
  color: #005430 !important;
}