.product-smart-bar{
  min-height: 5.25rem;
  background: #DDE6F1;
}


@media(max-width: 767px){

  .product-smart-bar{
     min-height: 6.5rem;
  }
  .product-smart-bar img{
    width: 30px;
    height: 30px;
  }
}