.sh-header-main {
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3) !important; 
  }
  .sh-categories-container > div >h2 {
      display:none !important;
  }
  .sh-categories-container > div > hr {
     display:none !important;
  }
  .sh-banner-collection-card > a > div > div > p {
    display:none;
  }
  .sh-banner-collection-card > a > div > div > p > svg {
    display:none;
  }
  .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: 0px !important;
  }
  .sh-product-discount-tag {
      font-weight: 400 !important;
      border-radius: 0px !important;
  }
  .sh-product-plus-minus-button {
      background-color: #000;
      color: #fff;
      border: 1px solid #000;
      border-radius: 0px !important;
      fill: #fff;
  }
  .sh-product-plus-minus-button:hover {
      background-color: #000;
      color: #fff;
      border: 1px solid #000;
      border-radius: 0px;
      fill: #fff;
  }
  .sh-product-plus-minus-button-div
  {
  color:#fff;
  }
  .sh-header-main
  {
  background-color: #fff;
  color:#000;
  }
  .sh-footer-main
  {
  background-color: #000;
  color:#fff;
  }
  .sh-footer-icon
  {
  color:#fff;
  }
  .pr-title {
      font-size: 14px;
  text-align:center;
  justify-content: center;
  }
  .row-box
  {
  justify-content: center;
  }
  .sh-solid-button {
      border-radius: 0px;
      border:1px solid #000 !important;
      background-color: #000;
      color: #fff;
  }
  .app-bar .toobar-regular
  {
  background: linear-gradient(90deg, #facdd8, #a5c2c7);
      color: white;
      padding: 4px;
      text-align: center;
  }
  .ProductInfiniteScroll-component
  {
  background-color: #fafafa;
  }
  .cat-section-boxed {
  justify-content:center !important;
  }
  .LargeCollectionCard-component {
  padding:5px !important;
  }


  .pr-card-action-enquiry {
    padding: 6px;
    height: 40px;
    font-weight: bold;
    border: 1px solid #0cc243;
    display: flex
;
    align-items: center;
    color: white;
    background: #0cc243;
    border-radius: 6px;
    font-size: 13px;
    width: 100%;
    text-align: center;
}

.sh-solid-button {
    border-radius: 0px;
    border: 1px solid #0cc243 !important;
    background-color: #0cc243;
    color: #fff;
}

.sh-solid-button:hover {
    border-radius: 0px;
    border: 1px solid #0cc243 !important;
    background-color: #0cc243;
    color: #fff;
}