.catalog_content {
  margin-bottom: 3.5rem;
}
.productsTable_item {
  position: relative;
  border: 1px solid #e3e3e3;
  padding: 1rem;
  overflow: hidden;
}
.productsTable_item:not(:last-child) {
  margin-bottom: -1px;
}
.productsTable_item:hover {
  z-index: 5;
  border-color: #ff9227;
}
.productsTable_image {
  float: left;
  margin-right: 1.25rem;
  width: 180px;
  padding-top: 180px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/themes/comp1base/img/placeholder.svg");
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.productsTable_image__placeholder {
  background-color: placeholderBackground;
  background-size: placeholderSize;
}
.productsTable_textBlock {
  float: left;
  width: -webkit-calc(100% - 180px - 2.5rem - 208px);
  width: calc(100% - 180px - 2.5rem - 208px);
}
.productsTable_title {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  display: block;
  margin-bottom: 1rem;
  overflow: hidden;
  word-wrap: break-word;
  max-height: 4.6875rem;
}
.productsTable_orderBlock {
  float: right;
  width: 208px;
  margin-left: 1.25rem;
}
.productsTable_price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 1rem;
  line-height: 1;
  font-weight: 400;
}
.productsTable_priceDiscount {
  font-size: 1.5rem;
  font-weight: 600;
}
.productsTable_priceDiscountCurrency {
  font-family: roubleFont;
  font-weight: 500;
}
.productsTable_priceOld {
  text-decoration: line-through;
  color: #919191;
}
.productsTable_priceOldCurrency {
  font-family: roubleFont;
  font-size: 0.75rem;
  color: #919191;
}
.productsTable_button {
  margin-bottom: 1rem !important;
}
.productsTable_availableStatus {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
}
.productsTable_availableStatus__available {
  color: #00b070;
}
.productsTable_availableStatus__unavailable {
  color: #909090;
}
.productsTable .form__AddProductForm {
  display: block !important;
  margin-bottom: 1rem;
}
.productsTable .form__AddProductForm > .inputCount {
  margin-bottom: 1rem;
}

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