.product {
  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;
  padding: 3.5rem 6rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  background-color: #f6e3b9;
}
.product_orderBlock {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product_title {
  text-align: center;
  margin-top: 0 !important;
}
.product_price {
  margin-bottom: 0;
  max-width: -webkit-calc(100% - 500px);
  max-width: calc(100% - 500px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 2.5rem;
  font-weight: 400;
}
.product_priceDiscount {
  font-size: 3rem;
  font-weight: 500;
}
.product_priceDiscountCurrency {
  font-weight: 500;
  font-size: 2.875rem;
}
.product_priceOld {
  text-decoration: line-through;
  color: #a6bab7;
}
.product_priceOldWrapper {
  margin-left: 2rem;
}
.product_priceOldCurrency {
  font-size: 1.5rem;
  color: #a6bab7;
}
.product .button.AddProductAction {
  width: 304px;
  height: 4rem;
}
.product_availableStatus {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding-left: -webkit-calc(100% - 304px);
  padding-left: calc(100% - 304px);
  text-align: center;
  margin: 1.5rem 0 0;
}
.product_availableStatus__available {
  color: #00b070;
}
.product_availableStatus__unavailable {
  color: #909090;
}
.product_params {
  margin: 2rem 0;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.product_param {
  margin: 0;
}
.product_param:not(:last-child) {
  margin-bottom: 1rem;
}
.product_paramTitle {
  font-weight: 500;
}
.product_images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.product_mainPhoto {
  display: block;
  width: 829px;
  height: 464px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/themes/corpext/img/placeholder.svg");
  outline: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  position: relative;
}
.product_mainPhoto__placeholder {
  background-color: #e8e8e8;
  background-size: 40% 40%;
}
.product_mainPhotoOverlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #101212;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  background-color: rgba(255,255,255,0.8);
}
.product_mainPhoto:hover > .product_mainPhotoOverlay {
  opacity: 1;
}
.product_mainPhotoIconZoom {
  width: 33px;
  height: 32px;
  margin: 0 auto;
}
.product_photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-sizing: content-box !important;
  margin-left: 1rem;
  padding: 0;
  margin-bottom: 0 !important;
  width: 96px;
  height: 464px;
  overflow: hidden;
}
.product_photo {
  margin: 0.5rem 0;
  float: left;
  outline: 0;
}
.product_photo img {
  display: block;
}
.product .form__AddProductForm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.product .inputCount {
  margin-bottom: 0;
  margin-right: 2rem;
}
.slick-arrow {
  left: 0;
  right: 0;
}
.slick-arrow--prev {
  top: 0;
  bottom: auto;
}
.slick-arrow--next {
  bottom: 0;
  top: auto;
}
.slick-arrowIcon {
  width: 15px;
  height: 9px;
}
.slick-arrowIcon--prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slick-arrowIcon--next {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
body[data-page-type="Product"] .typography,
body[data-page-type="Product"] .fileList {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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