#hikashop_social.mmx-product-share {
  box-sizing: border-box;
  display: flex !important;
  width: 100% !important;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 9px;
  margin: 16px 0 20px !important;
  padding: 15px !important;
  text-align: start !important;
  background: #f7f9fc;
  border: 1px solid #dce4ed;
  border-radius: 13px;
}

#hikashop_social .mmx-product-share-title {
  display: flex;
  flex: 1 0 100%;
  align-items: center;
  gap: 8px;
  margin: 0 0 3px !important;
  color: #071d38 !important;
  font-size: .82rem !important;
  font-weight: 950 !important;
}
#hikashop_social .mmx-product-share-title i { color: #d9950c; }

#hikashop_social .mmx-share-action {
  display: inline-flex !important;
  margin: 0 !important;
  vertical-align: middle !important;
}
#hikashop_social .mmx-share-action > a,
#hikashop_social .mmx-share-action > button {
  box-sizing: border-box;
  display: inline-flex !important;
  min-width: 116px;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 0 !important;
  padding: 9px 14px !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 9px !important;
  font: inherit;
  font-size: .74rem !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: 0 6px 14px rgba(6, 29, 55, .14);
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}
#hikashop_social .mmx-share-action > a:hover,
#hikashop_social .mmx-share-action > a:focus-visible,
#hikashop_social .mmx-share-action > button:hover,
#hikashop_social .mmx-share-action > button:focus-visible {
  color: #fff !important;
  filter: brightness(.94);
  transform: translateY(-2px);
  box-shadow: 0 9px 18px rgba(6, 29, 55, .2);
  outline: 3px solid rgba(217, 149, 12, .24);
  outline-offset: 2px;
}
#hikashop_social .mmx-share-action i,
#hikashop_social .mmx-share-action b {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  margin: 0 !important;
  color: #fff !important;
  font-size: 1rem !important;
  font-style: normal;
  font-weight: 950;
}
#hikashop_social .mmx-share-action span { display: inline !important; color: inherit !important; background: transparent !important; padding: 0 !important; }
#hikashop_social .mmx-share-action .hikasocial_icon,
#hikashop_social .mmx-share-action .hikasocial_name { display: none !important; }

#hikashop_social .mmx-share-action.is-facebook > a { background: #1877f2 !important; }
#hikashop_social .mmx-share-action.is-linkedin > a { background: #0a66c2 !important; }
#hikashop_social .mmx-share-action.is-pinterest > a { background: #bd081c !important; }
#hikashop_social .mmx-share-action.is-twitter > a { background: #111820 !important; }
#hikashop_social .mmx-share-action.is-whatsapp > a { background: #168f4f !important; }
#hikashop_social .mmx-share-action.is-copy > button { background: #0b3158 !important; }
#hikashop_social .mmx-share-action.is-copy > button.is-copied { background: #168f4f !important; }

@media (max-width: 660px) {
  #hikashop_social.mmx-product-share { gap: 8px; padding: 12px !important; }
  #hikashop_social .mmx-share-action { flex: 1 1 calc(50% - 8px); }
  #hikashop_social .mmx-share-action > a,
  #hikashop_social .mmx-share-action > button { width: 100%; min-width: 0; min-height: 48px; }
}

@media (max-width: 380px) {
  #hikashop_social .mmx-share-action { flex-basis: 100%; }
}
