footer .wc-footer-location-clickable,
.site-footer .wc-footer-location-clickable,
[class*="footer"] .wc-footer-location-clickable{
  cursor:pointer!important;
  text-decoration:none!important;
}

footer .wc-footer-location-clickable:hover,
.site-footer .wc-footer-location-clickable:hover,
[class*="footer"] .wc-footer-location-clickable:hover{
  transform:translateY(-1px);
  filter:brightness(1.12);
}

footer a.wc-footer-location-pill-link{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:inherit!important;
}