/* Add custom CSS styles below */ 

.angel-search-btn{
    background-color: #214370;
    color: white;
    direction: ltr;
}

.store-footer__inner {
color: white;
}



.rtl\:border-l-0:where([dir="rtl"], [dir="rtl"] *){

color:black;
}

.store-footer h3{
    color: #ffffff;

}

.store-footer a:hover {
    /* color: #414042 !important; */
    color: #9bb9d7 !important;
}

@media (min-width: 768px) {
    [dir="rtl"] .md\:text-start {
        text-align: right;
        color: #20436e;
    }
}

.s-product-card-content-footer.hover{
background-color:red;
}

.img.lazy.loaded:hover{
 opacity: 0.5;
}

.s-products-slider-card swiper-slide swiper-slide-active{
    box-shadow: 20px 10px 20px rgba(0, 0, 0, 0.1);
}