/* Add custom CSS styles below */ 
.bg-gray-100
{
  background-color: #677877;
  color: #000000;
}

.tabs__product .tab-trigger
{
    background-color: #FFF2E0;
}

/* .tabs-wrapper__product
{
    background-color: #FFF2E0;
} */

/* قسم طرق الدفع في المنتجات */
.s-block--payment
{
    background-color: #677877;
}

.total.details 
{
    background-color: #FFF2E0;
}

.sku
{
    background-color: #FFF2E0;
}

.pay-mada .w-12 .h-7 .bg-white
{
    background-color: #677877;
}

.s-breadcrumb-wrapper
{
  color: #fff9f2;
}

.menu_title
{
  color: #FFF2E0;
}

/* ------- Payment Methods ------- */
/* ------- -----Start----- ------- */
.pay-mada.w-12.h-7.bg-white{
    background-color: #5D6F6E;}
.pay-mastercard.w-12.h-7.bg-white{
    background-color: #5D6F6E;}
.pay-visa.w-12.h-7.bg-white{
    background-color: #5D6F6E;}
.pay-tamara_installment.w-12.h-7.bg-white{
    background-color: #5D6F6E;}
.pay-tabby_installment.w-12.h-7.bg-white{
    background-color: #5D6F6E;}
.pay-cod.w-12.h-7.bg-white{
    background-color: #5D6F6E;}
.pay-apple_pay.w-12.h-7.bg-white{
    background-color: #5D6F6E;}
.pay-bank.w-12.h-7.bg-white{
    background-color: #5D6F6E;}
.pay-mahally_customer_wallet.w-12.h-7.bg-white{
    background-color: #677877;}
/* ------- Payment Methods ------- */
/* ------- ------End------ ------- */


/* لون التصنيفات على بطاقة المنتجات */

.s-product-card-category
{
    /* background-color: #fff9f2; */
    background-color: #677877;
    color: #fff9f2;
}


.s-add-product-button-mini-checkout-content
{
  color: #fff9f2;
}

.s-button-text
{
  color: #fff9f2;
}

.s-quantity-input-input
{
  color: #fff9f2;
}

.text-primary
{
  color: #fff9f2;
}

.s-button-text
{
    color: #292929;
}

.s-button-text:hover
{
    color: red;
}


.s-button-text::hover
{
    color: red;
    background-color: red;
}

salla-button.hydrated:hover
{
    color: red;
    background-color: #fff9f2;
}

salla-button.hydrated:hover::after
{
    color: red;
    background-color: #fff9f2;
}

salla-button.hydrated::after
{
    color: red;
    background-color: #fff9f2;
}