.kk-main-menu-share-wrap {
  clear: both;
  box-sizing: border-box;
  flex: 0 0 100%;
  margin: 28px 0 30px;
  max-width: 100%;
  width: 100%;
}

.kk-main-menu-share-inner {
  background: transparent;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
}

.kk-main-menu-share-section .heateorSssClear {
  clear: both;
  display: none;
  height: 0;
  margin-top: 0;
}

.kk-main-menu-share-section .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
  background: transparent;
  border-bottom: 1px solid rgba(37, 37, 37, .14);
  border-top: 1px solid rgba(37, 37, 37, .14);
  clear: both;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 14px 20px 16px;
}

.kk-main-menu-share-section .heateor_sss_sharing_title {
  display: none;
}

.kk-main-menu-share-section .heateor_sss_sharing_ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  line-height: 1;
  margin: 0 !important;
  padding: 0 !important;
}

.kk-main-menu-share-section .heateor_sss_sharing_container a {
  align-items: center;
  border: 1px solid rgba(37, 37, 37, .08);
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .08) !important;
  display: inline-flex !important;
  height: 42px;
  justify-content: center;
  padding: 0 !important;
  transition: box-shadow 160ms ease, opacity 160ms ease, transform 160ms ease;
  width: 42px;
}

.kk-main-menu-share-section .heateor_sss_sharing_container a:hover,
.kk-main-menu-share-section .heateor_sss_sharing_container a:focus {
  box-shadow: 0 4px 10px rgba(0, 0, 0, .13) !important;
  opacity: .94;
  transform: translateY(-1px);
}

.kk-main-menu-share-section .heateor_sss_svg {
  border-radius: 50% !important;
  box-sizing: border-box !important;
  display: block !important;
  float: none !important;
  height: 38px !important;
  padding: 0 !important;
  width: 38px !important;
}

@media (max-width: 480px) {
  .kk-main-menu-share-wrap {
    margin-top: 24px;
  }

  .kk-main-menu-share-section .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    padding-left: 12px;
    padding-right: 12px;
  }

  .kk-main-menu-share-section .heateor_sss_sharing_container a {
    height: 40px;
    width: 40px;
  }

  .kk-main-menu-share-section .heateor_sss_svg {
    height: 36px !important;
    width: 36px !important;
  }
}
