img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

#app-header
  > div.app-bar-main
  > div
  > div:nth-child(1)
  > div.ml-2
  > div
  > button {
  color: white !important;
  margin-right: 22px;
}
#app-header
  > div.app-bar-main
  > div
  > div:nth-child(1)
  > div.ml-2
  > div
  > button:hover {
  background-color: transparent !important;
}
#app-header
  > div.app-bar-main
  > div
  > div:nth-child(1)
  > div.ml-2
  > div
  > button
  svg {
  color: white !important;
}

#contact-us-phone .contact-text::after {
  content: "7330756456";
  display: block;
}

.sh-product-card-price-ctn + div .flex {
  flex-wrap: wrap;
}
.menu-bottom {
  justify-content: flex-start !important;
}
@media (min-width: 480px) {
  .menu-bottom {
    flex-wrap: inherit !important;
    overflow: auto !important;
  }
  .sh-header-menu .links {
    white-space: nowrap !important;
  }
  .menu-bottom::-webkit-scrollbar {
    display: none;
  }
}
