.sh-product-card {
    border: 1px solid #E5E5E5 !important;
    border-radius: 8px !important;    
}
.sh-product-card:hover {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.sh-product-card>a>div>div>img {
    object-fit:contain;
}

.sh-product-card-discount-tag {
    background-color:#5D801A;
    color:#ffffff;
    font-weight: 400 !important;
    border-radius: 8px 0px 8px 0px !important;
    right: auto !important;
    top: 0px !important;
    left: 0px !important;
}
.sh-product-discount-tag {
    background-color:#5D801A;
    color:#ffffff;
    font-weight: 400 !important;
    border-radius: 4px !important;
}
.sh-product-plus-minus-button {
    background-color: #000000;
    color: #ffffff;
    border:#000000;
}
.sh-product-plus-minus-button:hover {
    background-color: #000000;
    color: #ffffff;
    border:#000000;
}

.sh-footer-main {
    background-color: #000000;
    color: #FFFFFF;
}
.sh-product-card-enquiry {
    border: 1px solid #29A56C !important;
    color: #ffffff !important;
    background: #3ac34c !important;
}
.universal-btn-style {
    border-radius: 8px;
}
.sh-product-enquiry {
    border: 1px solid #29A56C !important;
    color: #29A56C !important;
    background: #FFFFFF !important;
}
.sh-referral-widget>div{
  background: #5D801A !important;
}

.sh-banner-video-collection-card>div>div {
width:900px !important; 
height:auto !important;
aspect-ratio:16/9 !important;
}


.HtmlRenderer-component{
    padding:20px !important;
}