/* Add custom CSS styles below */ 
.store-footer h3{
  color: #fff !important;
}
.s-contacts-item  , .dark .s-contacts-item , .dark .s-social-link a, .s-social-link a{
    background: #fff;
    color: #2a053d;
}

.store-footer .footer-container .footer-list a:hover{
  color: #fff !important;
}
.s-social-link a:hover svg{
   fill: #2a053d !important;
}