root {
  --bottom-nav-selected: #d3476a !important;
}
.sh-product-card {
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px !important;
}
.sh-product-card:hover {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.sh-product-card-discount-tag {
  font-weight: 400 !important;
  border-radius: 8px 0px 8px 0px !important;
  right: auto !important;
  top: 0px !important;
  left: 0px !important;
}
.sh-product-discount-tag {
  font-weight: 400 !important;
  border-radius: 4px !important;
}
.sh-product-plus-minus-button {
  border-radius: 4px !important;
}
.sh-solid-button {
  border-radius: 4px;
}

.sh-category-card > a > div {
  padding: 6px !important;
  border-radius: 8px !important;
}

.sh-category-card > a > div > p {
  line-height: 24px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 48px;
}
@media only screen and (max-width: 600px) {
  .sh-category-card > a > div > p {
    line-height: 20px;
    font-size: 14px;
    min-height: 40px;
  }
}
.sh-row-title-divider {
  display: none !important;
}

.pr-long-card {
  padding: 0px;
}

.pr-card-content {
  padding: 4px 8px;
}
.app-bar-center-logo-ctn {
  left: 50% !important;
}
#categories .section-heading::after {
  background: #d3476a !important;
}
#categories .section-heading {
  color: #d3476a !important;
}
.mobile-sidemenu-item-name,
.mobile-sidemenu-link,
.mobile-sidemenu-name,
.mobile-sidemenu-close-button svg,
.mobile-sidemenu-expand-icon,
.mobile-sidemenu-icon svg,
.mobile-sidemenu-footer-link {
  color: #d3476a !important;
}
.mobile-sidemenu-footer-item {
  color: #000 !important;
}

.sh-bottom-nav-unselected {
  stroke: #d3476a !important;
}
.bottom-nav__buttons {
  color: #d3476a !important;
}
.sh-bottom-nav-selected {
  stroke: #000 !important;
  color: #000 !important;
}
@media screen and (max-width: 600px) {
  .cat-card {
    padding: 3px !important;
  }
}
