.products {
  width: 944px;
  margin: 0 auto 2.5rem;
}
.products_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 304px;
  margin-bottom: 16px;
  box-shadow: 0 0 16px rgba(0,0,0,0.03);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #101212;
  background-color: #fff;
}
.products_item__even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.products_item:hover {
  box-shadow: 5px 9px 24px rgba(0,0,0,0.2);
}
.products_item:hover > .linkImage:before {
  opacity: 1;
}
.products_item:hover .products_title {
  color: #007fd9;
}
.products_image {
  position: relative;
  display: block;
  width: -webkit-calc(100% / 2);
  width: calc(100% / 2);
  padding-top: 304px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/themes/corpext/img/placeholder.svg");
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.products_image__placeholder {
  background-color: #e8e8e8;
  background-size: 40% 40%;
}
.products_desc {
  position: absolute;
  z-index: 2;
  top: 1.5rem;
  left: 5rem;
  right: 5rem;
  color: #101212;
  overflow: hidden;
  word-wrap: break-word;
  max-height: 10.5rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.products_item:hover .products_desc {
  opacity: 1;
}
.products_info {
  position: relative;
  width: -webkit-calc(100% / 2);
  width: calc(100% / 2);
  padding: 2rem 5rem;
}
.products_title {
  margin-bottom: 1rem;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
  color: #005fa2;
  overflow: hidden;
  word-wrap: break-word;
  max-height: 5.625rem;
}
.products_price {
  margin-bottom: 1rem;
  line-height: 1;
  font-size: 2.5rem;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  white-space: nowrap;
}
.products_priceDiscountCurrency {
  font-size: 2rem;
}
.products_priceOld {
  margin-left: 1rem;
  text-decoration: line-through;
  color: #a6bab7;
}
.products_priceOldCurrency {
  font-size: 2rem;
  color: #a6bab7;
}
.products_button {
  position: absolute;
  bottom: 3rem;
  left: 5rem;
  right: 5rem;
}
.form__AddProductForm {
  position: absolute;
  bottom: 3rem;
  left: 5rem;
  right: 5rem;
}
.form_actions__orderButtonWithNum {
  width: -webkit-calc(100% - 65px - 0.5rem);
  width: calc(100% - 65px - 0.5rem);
}

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