.sh-category-card>a>div{
    border:none;
    border-radius: 0px; 
    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:none;
}


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

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

.sh-two-col-product-card >a>div>div>img {
  border: none;
}
.sh-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;
}
.sh-product-card>a>div>img {
	object-fit: contain;
}
.sh-banner-collection-card {
	padding: 0px;
	margin-bottom: -30px;
}
.sh-product-card-discount-tag
{
background-color:#f6e630;
color:#000000;
}
.sh-product-discount-tag
{
background-color:#f6e630;
color:#000000;
}


.sh-product-card-price-ctn{
  justify-content: center;
}

/*product-component-description .image {
  margin:10px 5px !important;
}
product-component-description .table {
  margin:0px 5px !important;
}*/
.cat-card-img{
  border:none;
}
.sh-product-plus-minus-button {
    background-color: #f6e630;
    color: #000;
    border: 1px solid #f6e630;
    border-radius: 4px;
    fill: #000;
}
.sh-product-plus-minus-button:hover {
    background-color: #f6e630;
    color: #000;
    border: 1px solid #f6e630;
    border-radius: 4px;
    fill: #000;
}
.sh-product-plus-minus-button-div
{
color:#000;
}
.sh-product-buy-now-button {
    color: #FFFFFF;
    border: 1px solid #000;
    outline: none !important;
    padding: 12px;
    background-color: #000;
    white-space: nowrap;
}
.sh-product-buy-now-button:hover{
    color: #FFFFFF;
    border: 1px solid #000;
    outline: none !important;
    padding: 12px;
    background-color: #000;
    white-space: nowrap;
}