/* Add custom CSS styles below */ 
/* لون تصنيف احصل على النتائج */ 
.quicklinks-item[href="https://results.alborgdx.com/"] span {
    color: rgba(255, 90, 90, 0.9) !important;
    font-weight: 700 !important;
}

/* مسافه بين البانر والنص */ 
#title-only-1 {
    margin-top: 40px !important;
}

/* مسافه بين البانر والهيدر */ 

main > salla-hook[name="index:start"] + section,
main > salla-hook[name="index:start"] + salla-hero-banner,
main > salla-hero-banner:first-of-type {
    margin-top: 0 !important;
    padding-top: 0 !important;
}



/* ازالة كلمة نهاية المحتوى */ 

salla-products-list .s-infinite-scroll-last {
    display: none !important;
}