.store-footer .rounded_contacts li .social-link {
  background-color: var(--color-primary);
  border-color: #ffffff;
    opacity: 1;
}

.store-footer {
    border-radius: 20px;
}


.enhanced_rounded_contacts a,
 .s-social-link a { 
    background-color: #fff;
    border-color: var(--color-primary);
}

.floating-wpp {
  bottom: 25px !important;
}

@media (max-width: 767px) {
  .floating-wpp {
      bottom: 175px !important;
  }
  
}