.product {
  width: 100%;
  margin: auto;
  margin-bottom: 2rem;
  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;
  overflow: hidden;
}
.product_buttons {
  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: 0px 16px;
}
.product_button {
  width: 32% !important;
}
.product_buttonIcon {
  fill: #007cba;
  width: 16px;
  height: 16px;
}
.product_title {
  font-size: 2rem !important;
  padding: 0rem 1rem;
}
.product_left {
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px);
  position: relative;
  background-color: #efefef;
  margin: 0px 16px;
}
.product_right {
  width: 100%;
  position: relative;
  padding: 0px 16px;
}
.product_right .fileList {
  padding: 0px;
}
.product_favorite {
  width: 100%;
  height: 2.5rem !important;
  z-index: 100;
  border-color: #b8b8b8 !important;
  color: #919191 !important;
  margin-bottom: 20px !important;
  text-transform: uppercase;
  font-weight: 400 !important;
/*animation heart .3s infinite ease-in-out
		
		@keyframes heart {
			from {transform: scale(1)}
			50% {transform: scale(1.1)}
			to {transform: scale(1)}
		}*/
}
.product_favorite.added {
  border-color: #08c !important;
  color: #007cba !important;
}
.product_favoriteIcon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.75rem;
  fill: #c9c9c9;
}
.product_favorite.added > .product_favoriteIcon,
.product_favoriteIcon.added {
  fill: #007cba;
}
.product_mainPhoto {
  display: block;
  width: 100%;
  height: 378px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/themes/mobile/img/placeholder.svg");
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.product_mainPhoto__placeholder {
  background-color: #eee;
  background-size: 40% 40%;
}
.product_photos {
  margin-top: 32px;
  margin-bottom: 5rem !important;
  overflow: hidden;
  padding: 0px;
}
.product_photos .slick-dots {
  margin-top: 2rem;
}
.product_photos .slick-dots li button {
  height: 8px;
  width: 8px;
  background-color: #a6a6a7;
  border-color: #a6a6a7;
}
.product_photo {
  margin-right: 20px;
  float: left;
  margin-bottom: 20px;
}
.product_photo > img {
  display: block;
}
.product_info {
  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;
}
.product_price {
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 14px;
  margin-top: 32px;
}
.product_priceDiscountWrapper {
  margin-bottom: 0.5rem;
}
.product_priceDiscount {
  font-size: 2rem;
  font-weight: 600;
}
.product_priceDiscountCurrency {
  font-family: "Arial MT", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
}
.product_priceOld {
  font-size: 1.5rem;
  text-decoration: line-through;
  color: #919191;
}
.product_priceOldCurrency {
  font-family: "Arial MT", sans-serif;
  color: #919191;
}
.product_address {
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product_address__icon {
  width: 12px;
  height: 16px;
  margin-right: 8px;
}
.product_callme {
  padding: 1.75rem 1rem 2.25rem 1rem;
  background-color: #f7f7f8;
  margin: 0px -16px 24px -16px;
}
.product_callme > label {
  display: block;
  text-align: center;
  width: 220px;
  margin: auto;
  margin-bottom: 8px;
  font-size: 1.25rem;
  font-weight: 600;
}
.product_callme .form_field {
  margin: 0 !important;
}
.product_callme__fieldset,
.product_callme .form__UserForm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px;
  margin: 0px;
  border: none;
  width: 100%;
}
.product_callme__input,
.product_callme .form_input__text {
  width: 100%;
  height: 40px;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  padding: 0px 16px;
  margin-bottom: 24px;
}
.product_callme__label {
  font-size: 17px;
  font-weight: 600;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}
.product_callme .form_actions {
  margin-top: 0 !important;
}
.product_callme__submit,
.product_callme .form_action {
  width: 100% !important;
  height: 40px !important;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  text-transform: uppercase;
  font-weight: 400 !important;
  line-height: 0.875rem;
  font-size: 1rem !important;
}
.product_orderBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product_availableStatus {
  margin-right: 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.product_availableStatus__available {
  color: #00b070;
}
.product_availableStatus__unavailable {
  color: #909090;
}
.product_params {
  margin-bottom: 0;
}
.product_agentContacts {
  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;
  padding-bottom: 1rem;
}
.product_agentContact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product_agentContactIcon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.product_param {
  margin: 0;
}
.product_param:not(:last-child) {
  margin-bottom: 1rem;
}
.product_agentRow {
  border-bottom: 1px dashed #a8a8a8;
}
.product_paramTitle {
  font-weight: 600;
  width: 170px;
  padding-right: 1.25rem;
  padding-bottom: 4px;
  vertical-align: top;
}
.product_paramValue {
  font-weight: 300;
  padding-bottom: 4px;
}
.product_content {
  width: 100%;
  margin: auto;
  padding: 0px 16px;
  text-align: justify;
}
.product_content .typography {
  padding: 0px;
}
.product_content .typography p {
  line-height: 24px;
}
.form_actions__orderButton {
  width: 208px;
}

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