.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: 4px !important;
}
.sh-product-plus-minus-button {
    border-radius: 4px !important;
}
.sh-solid-button {
    border-radius: 4px;
}

.sh-category-card>a>div{
    padding: 6px !important;
    border:1px solid #d3d3d3 !important;
    border-radius: 8px !important;
}
.sh-category-card>a>div:hover {
    border:1px solid #F6740C !important;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.sh-category-card:nth-child(3n-2)>a>div {
    background-color: #5a8445 !important;
}
.sh-category-card:nth-child(3n-1)>a>div {
   background-color: #f3c52a !important;
}
.sh-category-card:nth-child(3n)>a>div {
   background-color:#dc623b !important;
}
.sh-category-card>a>div>p{
     line-height: 24px;
     font-size:16px;
     color:#000000;
     font-weight:bold;
     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;
     color:#000000;
     font-weight:bold;
     font-size:14px;
     min-height:40px;
}
}
.sh-category-card>a>div>div>img
{
border-bottom: 1px solid #d3d3d3 !important;
}
.sh-category-card>a>div>div>div
{
border-bottom: 1px solid #d3d3d3 !important;
}


.sh-row-title-divider {
   display: none !important
}
.sh-header-menu:hover
{
color:#F6740C;
}
   

.sh-generic-collection-card>div>div>div>div>a{
    color: rgba(246, 116, 12, 0.04);
    width: 0px;
    cursor: help;
    padding: 0px;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    line-height: 24px;
    border-radius: 4px;
    letter-spacing: 0.02em;
    text-decoration: none;
    background-color: #000000;
}
