.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-discount-tag {
    font-weight: 400 !important;
    border-radius: 8px 0px 8px 0px !important;
    right: auto !important;
    top: 0px !important;
    left: 0px !important;
}
.sh-product-discount-tag {
    font-weight: 400 !important;
    border-radius: 5px !important;
}

.sh-solid-button {
    border-radius: 5px;
}
.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: 8px 0px 8px 0px !important;
    right: auto !important;
    top: 0px !important;
    left: 0px !important;
    background-color: #F6740C;
    color: #ffffff;
}

/* border around ategory
.sh-category-card>a>div{
    padding: 6px !important;
    border:1px solid #E5E5E5 !important;
    border-radius: 8px !important;
}


.sh-category-card>a>div:hover {
    border:1px solid #29A56C !important;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.sh-category-card:nth-child(3n-2)>a>div {
    background-color: #ECFFEC !important;
}
.sh-category-card:nth-child(3n-1)>a>div {
   background-color: #FFFCEB !important;
}
.sh-category-card:nth-child(3n)>a>div {
   background-color:#FEEFEA !important;
}
*/

/*
.sh-category-card>a>div>p{
     line-height: 24px;
     font-size:16px;
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height:48px;
}
@media only screen and (max-width: 600px) {
.sh-category-card>a>div>p{
     line-height: 20px;
     font-size:14px;
     min-height:40px;
}
}
.sh-row-title-divider {
   display: none !important
}
*/

.sh-product-card-enquiry {
    background-color:#32D851;
    color: #ffffff;
    border-color: #32D851;
    border-radius: 5px;
  }

.sh-product-card-enquiry:hover {
    background-color:#ffffff;
    color: #32D851;
    border-color: #32D851;
    border-radius: 5px;
  }

  /*
.product-card-action-enquiry {
        padding: 6px;
        height: 40px;
        font-weight: 600;
        /* border: 1px solid var(--button-main); */
/*        background-color: #32D851;
        border-color: #32D851;
        /* border-radius: 50%; */
 /*       display: flex;
        align-items: center;
        color: #ffffff;
        /* background: var(--contrast-color); */
 /*       border-radius: 5px;
        font-size: 12px;
        width: 100%;
    }
*/

.cat-card {
    padding: 16px !important;
    text-align: center;
    box-sizing: border-box;
}

.sh-product-plus-minus-button {
    border-radius: 5px !important;
    color: #F6740C !important;

}

.sh-product-plus-minus-button:hover {
        border: 1px solid #F6740C;
        background-color: #F6740C;
        color: #ffffff !important;
        border-radius: 5px !important;
        transition: 0.6s ease;
}


.sh-product-plus-minus-button-div {
    color: #ffffff;
}

.collection-image {
        width: 100%;
        border-radius: 12px;
    }
    
img {
        border-radius: 12px;
    }

    .row-heading-container {
        margin-bottom: 12px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    
    @media screen and (max-width: 600px) {
        .row-heading {
            font-size: 18px;
            margin-top: 0;
        }
    }
    
    
    .row-heading {
        font-weight: 600;
        font-size: 22px;
        color: #1a1a1a;
        display: block;
        margin-bottom: 8px;
    }

    .sh-category-card {
        padding: 15px 5px 30px 5px;
    }

/*
    .sh-product-card:hover {
        box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
        transition: all .3s ease;
        width: 100%;
        object-fit: contain;
        max-height: 75vh;
        margin-left: auto;
        margin-right: auto;
    } 
        */

        .sh-bottom-nav-main {
            background-color: #eee;
        }