/* Add custom CSS styles below */ 
.selia-bottom-nav{border-radius: 8px 8px 0px 0px;}

[class^=sicon-], [class*=" sicon-"] {color:white;}

.fixed_promotion:not(.promotion-banner-hidden) .main-nav-container .fixed-header .inner {

    color: red;

}

/* تنسيق سلايدر الخدمات */     
 @media (max-width: 768px) {
	#square-links-slider-1 .swiper {
    		width: 100%;
    		padding: 5px;
    		margin-inline: 0;
	}

	#square-links-slider-1 .swiper-slide {
    		width: 33%;
	}
}



.footer-is-custom .store-footer .footer-rights p {
    color: #2344a3;
}

/* 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: #2344a3; /* Change to your desired color for other pages */

}

/* Scrolled state for header icons */

.fixed_promotion:not(.promotion-banner-hidden)
  .main-nav-container.fixed-header
  .inner :is(.sicon-cart, .sicon-search, .sicon-user, .sicon-menu){

    color: #2344a3;

}