.row-sm {
  margin-right: -7px;
  margin-left: -7px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-product {
  margin-right: -1px;
  margin-bottom: -1px;
  border-radius: 0;  
}

.card .img-wrap {
  overflow: hidden;
}

.card-product .img-wrap {
  border-radius: 0.2rem 0.2rem 0 0;
  overflow: hidden;
  position: relative;
  height: 220px;
  text-align: center;
}

.img-wrap {
  text-align: center;
  display: block;
}

.card-product .img-wrap img {
  padding: 20px;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-wrap img {
  max-width: 100%;
}

.card-product .info-wrap {
  overflow: hidden;
  padding: 10px;
//  border-top: 1px solid #eee;
//  height: 84px;
  height: 120px;
  font-size: 13px;
  text-align: center;
}

.card-product .title {
  margin-top: 0;
//  show only 2 lines of text
  display: inline-block;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
}

.price-new, .price {
  margin-right: 5px;
}

.price-old {
  color: #999;
}
