
.sh-banner-collection-card > a > div > div > p {

}
.sh-banner-collection-card > a > div > div > p > svg {
 
}

.sh-product-card-discount-tag {
    top:22px !important;
    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;
    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-buy-now-button {
    color: #FFFFFF;
    border: 1px solid #E02858;
    outline: none !important;
    padding: 12px;
    background: #E02858;
    white-space: nowrap;
}
.sh-product-plus-minus-button {
    background-color: #E02858;
    color: #fff;
    border: 1px solid #E02858;
    border-radius: 4px;
    fill: #fff;
}
.sh-product-plus-minus-button:hover {
    background-color: #E02858;
    color: #fff;
    border: 1px solid #E02858;
    border-radius: 4px;
    fill: #fff;
}

.sh-solid-button {
    border-radius: 4px;
    border:1px solid #E02858 !important;
    background-color: #fff;
    color: #E02858;
}
.sh-solid-button:hover {
    background-color: #fff !important;
    color: #E02858 !important;
}
    
.sh-aboutus-page img {
 height:100% !important;
 max-height:100% !important;
}

.sh-product-card:hover {
     padding: 10px;
  box-shadow: 5px 10px 8px #888888;  
}
.sh-product-card {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.pr-long-card .pr-image {
    -o-object-fit: cover;
    object-fit: contain;
}