/* Add custom CSS styles below */ 

/* For all pages except the main page */
body:not(.index) .main-nav-container .inner { background-color: #072011; }

/* For all pages except the main page */
body:not(.index) .inner a,
body:not(.index) .inner .sicon-menu,
body:not(.index) .inner .sicon-user,
body:not(.index) .inner .sicon-search,
body:not(.index) .inner .sicon-cart
 {
    color: #b9b6a1; /* Change to your desired color for other pages */
}


.product-single .sticky-product-bar salla-add-product-button salla-button .s-button-btn {
    background-color: #072011;
}

/* Slider Navagation Arrows */
.s-slider-prev, .s-slider-next{
    background-color: #223529 !important;
}

.s-slider-prev .s-slider-button-icon { color: #e8e2d8;}

 .s-slider-next .s-slider-button-icon { color:#e8e2d8;}
 
 /* Align footer elemnts */
 @media (min-width: 1024px) {
    .lg\:-mt-\[45px\] {
        text-align: center;
    }
}

.z-\[1\]{
        text-align: center;
    }
    
    
    /* فقط في الصفحة الرئيسية (main page) */
body.index .main-menu li>a span{
    padding: 2px;
    border-radius:3px;
        background-color: #e4dacf;
  }