/* Add custom CSS styles below */
.s-button-primary-outline {
    background-color: var(--color-primary);
    fill: var(--color-primary-reverse);
    color: var(--color-primary-reverse);
    border: 0;
    width: 82%;
    border-radius: 0;
}

 
custom-salla-product-card salla-button .s-button-btn,body.product-single section.sticky-product-bar.bg-storeBG.p-5.md.rounded-md.rounded-b-none span.s-button-text {
    font-size: 0 !important
}

:lang(ar) .product-card--simplified .product-card__mini-cart button[product-status="out"] .s-button-text:before, [product-status="out"] salla-add-product-button salla-button .s-button-btn:before {
    content: " نفذت الكمية ";
    font-size: 15px !important;
}

:lang(en) .product-card--simplified .product-card__mini-cart button[product-status="out"] .s-button-text:before, :lang(en) [product-status="out"] salla-add-product-button salla-button .s-button-btn:before {
    content: "Out of stock";
    font-size: 15px !important;
}

.navbar-brand img {
    max-height: 100%;
    max-width: 100%;
}