@media (max-width: 450px) {
.ronaq-categories .ronaq-categories-slide {
width: 105px !important;
min-width: unset!important;
}
}




.s-product-card-content-title a { text-align: center !important; line-height: 1.5 !important; }

@media (max-width: 767px) {
.s-product-card-entry .s-product-card-content {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    min-height: 180px !important;
}
.s-product-card-entry .s-product-card-content-main {
    flex-grow: 1 !important;
}
    salla-products-list
        .s-products-list-wrapper
        .s-product-card-entry
        .s-product-card-content
        .s-product-card-content-title
        a {
        font-size: 13px !important;
    }

    salla-products-list
        .s-products-list-wrapper
        .s-product-card-entry
        .s-product-card-content
        .s-product-card-content-sub {
        gap: 1rem !important;
    }

    .s-product-card-sale-price.flex.flex-col.items-start {
        margin: auto !important;
    }
    .discount-tag.mt-1.flex.items-center {
        text-align: center !important;
        margin: auto !important;
    }

    .s-product-card-content-subtitle {
        text-align: center !important;
        margin-bottom: unset !important;
    }
    
     salla-products-list
        .s-products-list-wrapper
        .s-product-card-entry
        .s-product-card-promotion-title,
    salla-products-list
        .s-products-slider-slider
        .s-product-card-entry
        .s-product-card-promotion-title,
    salla-products-slider
        .s-products-list-wrapper
        .s-product-card-entry
        .s-product-card-promotion-title,
    salla-products-slider
        .s-products-slider-slider
        .s-product-card-entry
        .s-product-card-promotion-title {
        padding-left: 7px !important;
        padding-right: 5px !important;
        padding-top: 1px !important;
        padding-bottom: 0.5px !important;
        font-size: 0.56rem !important;
        top: 0.4rem !important;
        font-weight: 250 !important;
    }}
    
    تغيير شكل الاضافة للسلة
.s-product-card-content-footer .sicon-shopping-bag {
    display: inline;
}

salla-products-list .s-products-list-wrapper .s-product-card-entry .s-product-card-content .s-product-card-content-footer button, salla-products-list .s-products-slider-slider .s-product-card-entry .s-product-card-content .s-product-card-content-footer button, salla-products-slider .s-products-list-wrapper .s-product-card-entry .s-product-card-content .s-product-card-content-footer button, salla-products-slider .s-products-slider-slider .s-product-card-entry .s-product-card-content .s-product-card-content-footer button {
    border: unset;
    padding: 10px 15px !important;
    background: var(--color-text-theme);
    color: #fff !important;
    width: 200px;
    border-radius: 40px;
    transition: all 0.3s ease;

}

salla-products-list .s-products-list-wrapper .s-product-card-entry .s-product-card-content .s-product-card-content-footer button:hover,
salla-products-list .s-products-slider-slider .s-product-card-entry .s-product-card-content .s-product-card-content-footer button:hover,
salla-products-slider .s-products-list-wrapper .s-product-card-entry .s-product-card-content .s-product-card-content-footer button:hover,
salla-products-slider .s-products-slider-slider .s-product-card-entry .s-product-card-content .s-product-card-content-footer button:hover {
  background: var(--color-text-theme);
    color: #dfdfdf !important;
}
@media(max-width: 767px){
	salla-products-list .s-products-list-wrapper .s-product-card-entry .s-product-card-content .s-product-card-content-footer button, salla-products-list .s-products-slider-slider .s-product-card-entry .s-product-card-content .s-product-card-content-footer button, salla-products-slider .s-products-list-wrapper .s-product-card-entry .s-product-card-content .s-product-card-content-footer button, salla-products-slider .s-products-slider-slider .s-product-card-entry .s-product-card-content .s-product-card-content-footer button {
    padding: 9px 8px !important;
    width: 150px !important;

}
}