.product_left {
  float: left;
  width: 280px;
}
.product_right {
  float: right;
  width: -webkit-calc(100% - 300px);
  width: calc(100% - 300px);
}
.product_mainPhoto {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/themes/comp1/img/placeholder.png");
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.product_photos {
  margin-top: 16px;
  margin-right: -20px;
}
.product_photo {
  margin-right: 20px;
  float: left;
  margin-bottom: 20px;
}
.product_photo > img {
  display: block;
}
.product_info {
  padding: 16px;
  background: #ececec;
  line-height: 40px;
  overflow: hidden;
}
.product_price {
  color: #373737;
  font-size: 1.5rem;
  font-weight: 600;
  margin-right: 16px;
}
.product_priceOld {
  text-decoration: line-through;
  color: #919191;
}
.product_orderButton {
  float: right;
  margin-left: 20px;
}
.product_availableStatus {
  float: right;
}
.product_availableStatus__available {
  color: #00b070;
}
.product_availableStatus__unavailable {
  color: #909090;
}

/*# sourceMappingURL=../maps/component/product.css.map */
