.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: -16px;
}
.product_photo {
  margin-right: 16px;
  float: left;
  margin-bottom: 16px;
}
.product_photo > img {
  display: block;
}
.product_info {
  padding: 14px 16px;
  background: #e0dbe9;
  line-height: 40px;
  overflow: hidden;
}
.product_price {
  color: #373737;
  font-size: 1.5rem;
  font-weight: 500;
  margin-right: 16px;
}
.product_priceOld {
  text-decoration: line-through;
  color: #919191;
  font-size: 16px;
  font-weight: 400;
}
.product_orderButton {
  float: right;
  min-height: 40px;
  text-align: center;
  margin-left: 20px;
}
.product_orderButton .button-link.counter {
  width: 24px;
  height: 24px;
  line-height: 20px;
  margin-top: 8px;
  float: left;
  text-decoration: none;
  font-weight: 300;
  padding: 0;
  border-radius: 0;
  font-size: 18px;
}
.product_orderButton .form_action {
  float: right;
  width: 144px;
  padding: 0;
  height: 40px;
  line-height: 40px;
}
.product_orderButton .form_input__text {
  width: 32px;
  height: 24px;
  border: 2px solid #c5c0cf;
  background-color: #fff;
  text-align: center;
  color: #373737;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  margin-top: 8px;
  vertical-align: top;
  float: left;
}
.product_orderButton .form_field {
  margin-bottom: 0;
  float: left;
}
.product_orderButton .form_actions {
  float: right;
  margin-left: 20px;
}
.product_availableStatus {
  float: right;
  font-weight: 400;
  font-size: 0.875rem;
}
.product_availableStatus__available {
  color: #00b070;
}
.product_availableStatus__unavailable {
  color: #909090;
}

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