.sh-product-card {
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px !important;
}

.sh-product-card > a > div > div > img {
  object-fit: contain;
}

.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;
  background: #ca1212;
}

.sh-product-discount-tag {
  font-weight: 400 !important;
  border-radius: 4px !important;
  background: #ca1212;
}

.sh-product-plus-minus-button {
  border-radius: 4px !important;
}

.sh-solid-button {
  border-radius: 4px;
}

.sh-category-card > a {
  padding: 6px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px !important;
}

.sh-category-card > a:hover {
  border: 1px solid #ca1212 !important;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.sh-category-card > a > 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: 32px;
  margin: 14px 0px 8px;
}

.sh-category-card > a > div {
  box-shadow: none;
  border-radius: 0px;
  border: none;
}

.sh-category-card > a > div > div > img {
  border: none;
  border-radius: 0px;
}

.sh-footer-gstin {
  display: block;
  font-size: 14px;
}

@media only screen and (max-width: 600px) {
  .sh-category-card > a > p {
    line-height: 20px !important;
    font-size: 14px !important;
    min-height: 40px !important;
  }
}

@media only screen and (max-width: 600px) {
  .sh-category-card {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.sh-row-title-divider {
  display: none !important;
}

#price-list {
  display: none;
}

.price-list-my-button {
  font-weight: 600;
  text-align: center;
  width: 150px;
  background: #296fc2 !important;
  border: 1px solid #296fc2 !important;
  color: white !important;
}

.price-list-my-button:hover {
  background: #296fc2 !important;
  border: 1px solid hsl(213, 65%, 46%) !important;
  color: white !important;
}

.price-list-img {
  height: 150px;
  width: 100%;
  display: block;
  transition-duration: 450ms;
  padding: 12px 12px 0px;
  object-fit: contain;
}

.price-list-img:hover {
  transform: scale(1.07);
}

.price-list-txt {
  min-height: 48px;
}

.price-list-main-heading {
  text-align: center;
  margin: 40px 0px;
  font-size: 24px;
  font-weight: 600;
}

.price-list-sub-heading {
  text-align: left;
  margin: 24px 0px;
  font-size: 24px;
  font-weight: 600;
}

.price-list-disclaimer-heading {
  text-align: center;
  margin: 40px 0px;
  font-size: 24px;
  font-weight: 600;
}

.price-list-disclaimer {
  text-align: left;
}

@media screen and (max-width: 560px) {
  .price-list-my-button {
    font-weight: 600;
    text-align: center;
    width: 64px;
    background: #296fc2 !important;
    border: 1px solid #296fc2 !important;
    color: white !important;
    padding: 3px !important;
    font-weight: normal;
  }

  .price-list-img {
    height: 95px;
    width: 100%;
    display: block;
    transition-duration: 450ms;
    padding: 0px;
    object-fit: fill;
  }

  /*  .row>* {
      padding-right: calc(var(--bs-gutter-x) * .3) !important;
      padding-left: calc(var(--bs-gutter-x) * .3) !important;
  }*/

  .price-list-card-text {
    min-height: 65px;
    font-weight: 500 !important;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: -8px;
  }

  .price-list-card-body {
    padding: 0px 6px 16px !important;
  }

  .price-list-root {
    margin: 0px -10px;
  }
}

#sh-product-id {
  display: flex;
  font-size: 20px;
  margin-top: 8px;
  color: #1a1a1a;
  font-weight: 400;
  justify-content: flex-start;
}

.category-card:hover {
  border-color: #ca1212 !important;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2) !important;
}

.category-heading {
  margin: 18px 0px 20px;
  font-size: 24px;
  font-weight: 600;
}

@media screen and (max-width: 560px) {
  .category-heading {
    margin: 18px 0px 16px;
    font-size: 22px;
    font-weight: 600;
  }
}

.category-img {
  transition-duration: 450ms;
  padding: 12px 12px 0px;
  object-fit: contain;
}

.category-img:hover {
  transform: scale(1.07);
}

.category-title {
  font-size: 16px;
  min-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card:hover {
  border: 1px solid #ca1212 !important;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

@media screen and (max-width: 560px) {
  .category-title {
    font-size: 14px;
    min-height: 43px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .category-img {
    transition-duration: 450ms;
    padding: 4px 4px 0px;
    object-fit: contain;
  }

  .row > * {
    padding-right: calc(var(--bs-gutter-x) * 0.3);
    padding-left: calc(var(--bs-gutter-x) * 0.3);
  }

  custom-category-card {
    height: 166px;
  }

  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    display: none;
  }
}

.banner-root {
  padding: 0px;
  margin-top: -16px;
}

.banner-img {
  border-radius: 0px;
}

#contact-us-getintouch {
  display: none;
}

#contact-us-heading > div > p {
  display: none;
}

#footer a {
  color: unset !important;
  text-decoration: none !important;
}

@media screen and (max-width: 560px) {
  .banner {
    margin-top: 10px;
  }
  .app-bar .logo {
    height: 40px;
  }
}

.sh-referral-widget {
  display: none;
}

label {
  display: inherit !important;
}

/* h1,h2,h3,h4,h5,h6, p {
  margin:0px ;
}*/

.custom-category-card .card-body {
  padding: 6px !important;
}

.product-pricing-price .product-pricing-primary {
  font-weight: normal;
}

@media (min-width: 960px) {
  .product-pricing-price .product-pricing-primary {
    font-size: 20px;
    font-weight: normal;
  }

  .product-pricing-price .product-pricing-secondary {
    font-size: 20px;
  }
}

.product-pricing-gst-exclusive {
  color: #ca0000;
}

.product-pricing-root .product-pricing-gst-text:last-of-type {
  color: #ca0000;
}

.product-pricing-root .product-pricing-gst-text:first-of-type {
  visibility: hidden;
  position: relative;
}

.product-pricing-root .product-pricing-gst-text:first-of-type::before {
  content: "Before Tax";
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
}

.pr-card-action-txt {
  visibility: hidden;
  position: relative;
}

.pr-card-action-txt::after {
  content: "On Request"; /* New text */
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
  color: #296fc2;
}

.banner-collection .sh-banner-collection-card {
  background: 1px solid rgba(0, 0, 0, 0.176);
  padding: 12px 12px 60px;
  border-radius: 6px;
}

.banner-collection .sh-banner-collection-card:hover {
  border: 1px solid #ca1212 !important;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.sh-ge-collect a {
  text-decoration: none;
}

.sh-ge-collect .collection-image {
  padding: 12px 12px 0px;
  transition-duration: 450ms;
}

.sh-ge-collect .ban-cont-content {
  bottom: 14px;
  text-align: center;
  color: #1a1a1a;
  position: static;
  padding: 8px;
  width: 100%;
  max-width: 100%;
}

.sh-ge-collect .ban-cont-content h2 {
  font-size: 15px;
  min-height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
}

.sh-ge-collect .collection-image:hover {
  transform: scale(1.07);
}

.sh-ge-collect .sh-mini-banner-collection-card {
  border: 1px solid #e1e1e1;
  border-radius: 6px;
}

.sh-ge-collect .sh-mini-banner-collection-card:hover {
  border: 1px solid #ca0000;
}

.sh-ge-collect .BannerCollection-component {
  padding: 0px !important;
}

@media (max-width: 768px) {
  .sh-ge-collect .ban-cont-content h2 {
    font-size: 14px;
    min-height: 43px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .sh-ge-collect .collection-image {
    padding: 6px 6px 6px;
    transition-duration: 450ms;
  }

  .sh-ge-collect .ban-cont-content {
    bottom: 14px;
    text-align: center;
    color: #1a1a1a;
    position: static;
    padding: 6px;
    margin: auto;
  }
}
.product-component-highlights-list .MsoNormal {
  align-items: center;
  display: flex;
  margin-left: -5px;
}
.product-component-highlights-list .MsoNormal span {
  display: flex;
  align-items: center;
  justify-content: center;
}
