.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-try {
  display: none;
}
.sh-product-plus-minus-button {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    border-radius: 6px;
    fill: #fff;
}

.sh-product-plus-minus-button:hover{
    background-color: #e29178;
    color: #fff;
    border: 1px solid #e29178;
    border-radius: 6px;
    fill: #fff;
}
.sh-product-card .sh-product-plus-minus-button
{
    background-color: #f6740c;
    color: #fff;
    border: 1px solid #f6740c;
    border-radius: 6px;

}

.sh-product-card {
  box-shadow: 0 3px 10px #eef6fe;
}
.cat-card .cat-card-img-rounded {
    border-radius: 50%;
    border: 1px solid #02b544;

}
.sh-footer-main
{
background-color:#fff;
color:#000;
}
.prodescrpt-image-container {
  border-bottom:1px solid #eee;
}