card-product-h .cart-container {
  margin-bottom: 10px;
  float: left;
  width: 100%;
  height: auto;
}
card-product-h .cart-container a {
  color: inherit;
}
card-product-h .cart-container a:hover {
  text-decoration: none;
}
card-product-h .cart-container ._item ._cover {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 100% 0 0;
  width: 100%;
}
card-product-h .cart-container ._item a {
  color: inherit;
}
card-product-h .cart-container ._item a:hover {
  color: inherit;
  text-decoration: none;
}
card-product-h .cart-container ._name {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  line-height: 25px;
  margin: 3px 0;
}
card-product-h .cart-container ._price {
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
card-product-h .cart-container ._price ._compare {
  display: inline-block;
  margin: 0px 3px;
  font-size: 16px;
  line-height: 20px;
  color: #616060;
}
card-product-h .cart-container ._price ._compare span.currency {
  font-size: 10px;
  line-height: 20px;
}
card-product-h .cart-container ._price ._compare span.product_compare_price {
  text-decoration: line-through;
}
card-product-h .cart-container ._price ._compare span.calculateDiscount {
  color: red;
}
card-product-h .cart-container ._price ._display {
  display: inline-block;
  margin: 0px 3px;
  font-size: 20px;
  line-height: 20px;
  color: red;
  font-weight: bold;
}
card-product-h .cart-container ._price ._display span.currency {
  font-size: 10px;
  line-height: 20px;
}
