/* Add custom CSS styles below */ 
.s-product-card-content-title a:hover {
    color: black;
}

    .main-menu .has-children li a:hover, .main-menu .has-children .has-children:hover>a {
        color: #000000;
 
    }
    
    .index section.s-block--fixed-banner:nth-of-type(10) > .container {
    max-width: 100%; /* تمديد الكونتينر بعرض الصفحة */
    padding: 0;      /* إزالة الهوامش الداخلية */
}
.s-slider-nav-arrow:not(:disabled):hover svg {
    fill: #000000;

}

.store-footer__inner {
    background-color: #016732;
}

.main-menu li>a {
        color: #016732;
    }