.sh-category-card>a>div{
    padding: 10px ;
    border:1px solid #E5E5E5;
    border-radius: 50%; 
    box-shadow: none;
}
@media only screen and (max-width: 600px) {
.sh-category-card>a>div{
    padding: 5px ;
}
}
.sh-category-card>a>div>div>img{
   border:none;
}
.sh-category-card>a>div>div>div{
   border:none;
}
.sh-category-card>a>div:hover {
    border:1px solid #E5E5E5 !important;
}
.sh-category-card:nth-child(3n-2)>a>div { 

 background-color:#9e767b;
}
.sh-category-card:nth-child(3n-1)>a>div {
  background-color: #898ca0;

}
.sh-category-card:nth-child(3n)>a>div {
 background-color: #6aa46c;
}

.sh-row-title-divider {
   display: none !important
}

.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-banner-collection-card > a > div > div > p {
  display:none;
}
.sh-banner-collection-card > a > div > div > p > svg {
  display:none;
}

.sh-two-col-product-card {
  border:none;
  background:#F6F6F6;
  padding:12px;
}
@media only screen and (max-width: 600px) {
.sh-two-col-product-card {
  padding:8px
}

}
.sh-two-col-product-card:hover {
 box-shadow:1 0.25rem 0.25rem 0 #ececec;
}

.sh-two-col-product-card >a>div>div>img {
  border: none;
}
.sh-two-col-product-card >a>div>img {
  border : none;
}
.sh-product-card-name {
   text-align:center;
}
.sh-two-col-product-card >div {
  justify-content:center;
}
.sh-product-card-discount-tag {
    background-color: #9D0000;
    top: 8px;
    left: 8px;
    right:auto;
    border-radius:6px;
}
.sh-two-col-product-card >div {
  justify-content:center;
}
.sh-two-col-product-card >div>div {
  justify-content:center;
  padding:12px 28px 10px 28px;
}

.sh-prod-grid-collection-card >div>header{
justify-content:flex-start;
}
.sh-prod-grid-collection-card >div>header{
justify-content:flex-start;
}
.sh-prod-grid-collection-card>div>header>div>div>h5{
 margin-left:0px;
 margin-top:0px;
}


