
.sh-banner-collection-card > a > div > div > p {
  display:none;
}
.sh-banner-collection-card > a > div > div > p > svg {
  display:none;
}
.sh-product-card {
    border-radius: 8px !important;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.sh-product-card:hover {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.sh-product-card-discount-tag {
    top:22px !important;
    background-color:#000;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 12% 50%, 0% 0%);
    width: 60px;
    text-align: center;
    border-radius:0px ;  
}
.sh-product-discount-tag {
    font-weight: 400;
    background-color:#000;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 12% 50%, 0% 0%);
    width: 64px;
    text-align: center;
    border-radius:0px ;  
}
.sh-mini-banner-collection-card > a > div > div > div > svg {
  display:none;
}
.sh-mini-banner-collection-card > a > div > div > div > p {
  display:none; 
}
.sh-product-plus-minus-button:hover {
    background-color: #FDB51B;
    color: #fff;
    border: 1px solid #FDB51B;
    border-radius: 4px;
    fill: #fff;
}
.sh-product-plus-minus-button {
    background-color: #97d2f0;
    color: #fff;
    border: 1px solid #97d2f0;
    border-radius: 4px;
    fill: #fff;
}
.sh-product-plus-minus-button-div
{
color:#fff;
}
.sh-footer-main
{
background-color:#000;
color:#fff;
}
.sh-header-main
{
background-color:#fff;
}
.sh-banner-collection-card {
	padding: 0px;
	margin-top: -27px;
	margin-bottom: -27px;
}    
#cat-scroll-scroller
{
justify-content: center !important;
}
.sh-categories-container
{background-color: #ecc95b;
    border-radius: 20px;
   margin-top: 20px;}

