.itemCard {
  margin-bottom: 15px;
}
.itemCard .itemImgWrap {
  height: 150px;
  text-align: center;
  position: relative;
}
.itemCard .itemImgWrap img {
  display: inline-block;
  max-width: 100%;
  max-height: 150px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}
.itemCard h4 {
  font-size: 14px;
  color: #803D3B;
  text-align: center;
}
.itemCard h4.longTitle {
  font-size: 12px;
  height: 52px;
}
.itemCard .priceBlock {
  text-align: center;
}
.itemCard .priceBlock .price {
  display: block;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
.itemCard .priceBlock .buttonAddToCart {
  /*display: block;*/
  margin: 5px auto 0;
}
.itemCard .atStock {
  color: #37be1e;
  font-weight: bold;
  position: relative;
  top: 4px;
}

@media (min-width: 992px) and (max-width: 1015px) {
  .itemCard .atStock {
    display: block;
    height: 18px;
  }
}

/*# sourceMappingURL=item_card.css.map */
