/*.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-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:2 px solid #E5E5E5 !important;
  background:#fff;
  padding:12px;
  border-radius: 0px !important;
  box-shadow:1 0.25rem 0.25rem 0 #ececec ;
}
@media only screen and (max-width: 600px) {
.sh-two-col-product-card {
  padding:8px;
}
}
.sh-two-col-product-card:hover {
 box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  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: #000000;
    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;
}
.sh-product-plus-minus-button {
    background-color:#29a56c;
    border: 1px solid #29a56c !important;
    border-radius:2px;
    color: #fff;
    fill: #fff;	
}
.sh-product-plus-minus-button:hover{
    background-color:#29a56c;
    border: 1px solid #29a56c !important;
    border-radius:2px;
    color: #fff;
    fill: #fff;	
}
.sh-product-plus-minus-button-div {
    color: white;
}

@media (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    background-color: transparent !important;
  }
}
