/*
 * Listenansicht
 */
.item-list-row, .product-list-row {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
  -webkit-transition: background 370ms linear;
  -moz-transition: background 370ms linear;
  -ms-transition: background 370ms linear;
  -o-transition: background 370ms linear;
  transition: background 370ms linear;
}
.item-list-row .price-cart-listview-wrapper .into-cart-panel .into-cart-input-group.form-group-sm .addProductToCart, .product-list-row .price-cart-listview-wrapper .into-cart-panel .into-cart-input-group.form-group-sm .addProductToCart {
  padding: 3px 12px;
}
.item-list-row .component-buttons-wrapper, .product-list-row .component-buttons-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}
.item-list-row .product-card-buttons, .product-list-row .product-card-buttons {
  margin: 0 10px;
}
.item-list-row .product-card-buttons .product-card-buttons-row .product-card-buttons-col-two a, .product-list-row .product-card-buttons .product-card-buttons-row .product-card-buttons-col-two a {
  background-color: #fff;
  border: 1px solid #005996;
  color: #005996;
}
.item-list-row:hover {
  background: #f9f9f9;
  border-bottom-color: #ddd;
}
.productPrice {
  font-size: 2rem;
}
.product-card-media {
  max-width: 120px;
  height: 120px;
  margin: 3px auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}
.product-card-media a img.img-responsive {
  max-width: 120px;
  max-height: 120px;
}
.product-detail-table {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .product-list-buttons, .price-cart-listview-wrapper, .component-buttons-wrapper {
    text-align: center;
    justify-content: center !important;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22file%22%3A%22%2Fvolume%2Fsales%2F_source%2Fstatic%2Fcore%2Fcss%2Fshop%2Fproduct-view-list.css%22%2C%22sources%22%3A%5B%22static%2Fcore%2Fcss%2Fshop%2Fproduct-view-list.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBU%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAeM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBI%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */