/* Add custom CSS styles below */ 


/* Add custom CSS styles below */

.footer-social,
.footer-social h3{
  color: #ffffff;
}

.store-footer,
.store-footer .menu-list h3,
.store-footer .title {
    color: white;
}


.store-footer a:hover{
color: #b18d55 !important;
}
.store-footer .social-links a:hover{
color: #b18d55 !important;

}
.store-footer .footer-container .footer-list a:hover{
color: #b18d55 !important;
}

.form-input{
    color: black !important;
}

.copyrights p {
color: #fff;
}

/* إلغاء تأثير اللون الأبيض عن جميع الصور والأيقونات في أسفل الموقع */
footer img, 
footer i, 
footer svg,
.main-footer img,
.footer-main img,
.s-social-icons img,
.customer-service img {
    filter: none !important;
    -webkit-filter: grayscale(0) !important;
    -webkit-filter: brightness(1) !important;
    opacity: 1 !important;
}

/* إزالة أي خلفيات بيضاء قد تكون مفروضة على روابط الأيقونات */
footer a, 
.social__link, 
.customer-service a {
    background-color: transparent !important;
    border: none !important;
}