/* Add custom CSS styles below */ 
span.accordion-title {
    font-weight: 700;
  font-size: 1.1rem !important;
}

/*make the button full on the card */

.flex.justify-between.items-center.mt-auto {
    flex-direction: column;
}

salla-add-product-button.hydrated {
    width: 100%;
}

button.s-button-element.s-button-link.s-button-solid.s-button-primary-link.s-button-loader-center {
    margin-top:0.7rem;
    width: 100%;
}

/*add 'add to cart to the button' */
button.s-button-element.s-button-link.s-button-solid.s-button-primary-link.s-button-loader-center .s-button-text::after {
      content: " إضافة للسلة";
  padding:0.5rem;
  font-size: 16px;
  color:rgb(112 2 0);
}

button.s-button-element.s-button-link.s-button-solid.s-button-primary-link.s-button-loader-center:hover .s-button-text::after {
    color :white;
}

/*cart icon change color */

button.s-button-element.s-button-link.s-button-solid.s-button-primary-link.s-button-loader-center:hover .s-button-text i.text-base.sicon-cart-add {
    color :white;
}


i.text-base.sicon-cart-add {
    color:rgb(112 2 0);
}