.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-header-main
{
background-color:#fff;
font-size: 20px;
}
.sh-product-card-discount-tag {
background-color:#dc623b;
    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:#dc623b;
    font-weight: 400 !important;
    border-radius: 4px !important;
}
.sh-product-plus-minus-button {
    border-radius: 4px !important;
}
.sh-solid-button {
    border-radius: 4px;
}
.sh-row-title-divider {
   display: none !important
}
.sh-product-card-discount-tag{
font-size: 16px;
    line-height: 26px;
}
#cat-scroll-scroller
{
justify-content: center;
}
#container-page-home
{
font-family:"lato";
}
.sh-product-plus-minus-button {
    background-color: #fff;
    border: 1px solid #29A56C !important;
}
.sh-footer-icon {
    color: #FFFFFF !important;
}
@media (max-width: 767px) {
    .title-punchline {
        color: #fff !important;
    }
}