/* Add custom CSS styles below */ 
.main-menu li>a:hover {
    color: #fff !important; 
}
.s-social-link a {
    border: none;
}
#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > footer > div > div.store-footer__contacts-row > salla-social > ul > li:nth-child(1) > a{
    background: #d61776 !important;
  }

  #app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > footer > div > div.store-footer__contacts-row > salla-social > ul > li:nth-child(2) > a{
    background: #000 !important;
  }

  #app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > footer > div > div.store-footer__contacts-row > salla-social > ul > li:nth-child(3) > a{
    background: yellow !important;
  }

#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > footer > div > div.store-footer__contacts-row > salla-social > ul > li:nth-child(4) > a {
    background: crimson !important;
}

#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > footer > div > div.store-footer__contacts-row > salla-social > ul > li:nth-child(5) > a {
    background: #3a3afb !important;
}

.mm-spn.mm-spn--light {
    background: #124640 !important;
    color: var(--store-text-primary);
}