/* Add custom CSS styles below */ 
/* خلفية الفوتر أبيض */
footer.store-footer,
footer.store-footer .store-footer__inner,
footer.store-footer > div,
footer.store-footer .container {
    background-color: #ffffff !important;
}

/* جميع نصوص وروابط الفوتر بالأسود */
footer.store-footer,
footer.store-footer h1,
footer.store-footer h2,
footer.store-footer h3,
footer.store-footer h4,
footer.store-footer p,
footer.store-footer span,
footer.store-footer a,
footer.store-footer li {
    color: #BCCD6E !important;
}

/* أيقونات التواصل */
footer.store-footer a svg {
    color: #000000 !important;
}

/* حدود أيقونات التواصل */
footer.store-footer a {
    border-color: #000000 !important;
}

 /* الشريط السفلي في الفوتر */
footer.store-footer > .md\:flex.items-center.justify-between {
    background-color: #A4B25B !important;
    color: #000000 !important;
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

/* لون النص والروابط داخل الشريط */
footer.store-footer > .md\:flex.items-center.justify-between a,
footer.store-footer > .md\:flex.items-center.justify-between span,
footer.store-footer > .md\:flex.items-center.justify-between p {
    color: #000000 !important;
}
 /* إزالة الفراغ بين الهيدر وأول بانر */
#main-content > section.s-block--bundle-slider-banner {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#main-content > section.s-block--bundle-slider-banner salla-sliding-banner {
    margin-top: 0 !important;
    padding-top: 0 !important;
    display: block !important;
}/* إزالة أي مسافة مضافة لأول قسم في الصفحة */
#main-content {
    padding-top: 0 !important;
}

#main-content > .s-block:first-of-type {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
/* لون عناصر القائمة الرئيسية */
#mainnav .main-menu > li > a,
#mainnav .main-menu > li > button,
#mainnav .main-menu > li > span,
#mainnav .main-menu .sub-menu a {
    color: #BCCD6E !important;
}

/* لون سهم النزول في القائمة */
#mainnav .main-menu .dropdown-toggle,
#mainnav .main-menu i,
#mainnav .main-menu svg,
#mainnav .main-menu path {
    color: #BCCD6E !important;
    fill: #BCCD6E !important;
    stroke: #BCCD6E !important;
}

/* لون أيقونات الهيدر */
.store-header .flex.items-center.justify-end a,
.store-header .flex.items-center.justify-end i,
.store-header .flex.items-center.justify-end svg,
.store-header .flex.items-center.justify-end path,
.store-header .flex.items-center.justify-end .icon {
    color: #BCCD6E !important;
    fill: #BCCD6E !important;
    stroke: #BCCD6E !important;
}

/* لو فيه عداد فوق السلة أو المفضلة */
.store-header .flex.items-center.justify-end .badge,
.store-header .flex.items-center.justify-end .count {
    background-color: #BCCD6E !important;
    color: #000 !important;
}
 
h2, .section-title {
    color: #BCCD6E !important;
}