.product {
  /* overflow: hidden; */
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 400;
}
.product_photo {
  display: block !important;
  width: 100%;
  height: -webkit-calc(100vw - 2rem);
  height: calc(100vw - 2rem);
  max-height: -webkit-calc(100vh - 3rem);
  max-height: calc(100vh - 3rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.product_photoNav {
  display: block;
  width: 68px !important;
  height: 68px;
  box-shadow: 0 0 8px #b7b7b7;
  border: 3px solid #fff;
  background-color: #ffffff;
  background-size: contain;
  margin: auto;
}
.slick-current .product_photoNav {
  border-color: #ff8103;
}
.product_photoWrapper {
  margin-bottom: 1.5rem !important;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 8px #b7b7b7;
  border: 4px solid #fff;
}
.product_favorite {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 100;
}
.product_favoriteIcon {
  width: 2.125rem;
  height: 1.75rem;
  fill: none;
  stroke: #3d3936;
  stroke-width: 5;
}
.product_favorite.added > .product_favoriteIcon {
  fill: #3d3936;
}
.product_price {
  margin-bottom: 0.75rem;
  text-align: center;
  font-weight: 400;
}
.product_priceDiscountWrapper {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}
.product_priceDiscountCurrency {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.product_priceOldWrapper {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: line-through;
  color: #919191;
}
.product_priceOldCurrency {
  font-family: "Roboto", sans-serif;
}
.product_availableStatus {
  display: block;
  margin-bottom: 1.25rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.product_availableStatus__available {
  color: #00b070;
}
.product_availableStatus__unavailable {
  color: #909090;
}
.product_typography {
  margin-top: 2rem;
}
.product_params {
  margin-top: 1rem;
}
.product_param {
  margin: 0;
}
.product_param:not(:last-child) {
  margin-bottom: 1rem;
}
.product_paramTitle {
  display: block;
  font-weight: 600;
}
/* Dots */
.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 1rem;
  position: absolute;
  width: 100%;
  top: auto;
  bottom: 0;
  background-color: #efefef;
  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;
}
.slick-dots li {
  margin: 0;
  padding: 0;
  margin: 0 0.5rem;
}
.slick-dots li button {
  border: 0;
  padding: 0;
  border-radius: 50%;
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  outline: none;
  cursor: pointer;
  background-color: #ff8103;
}
.slick-dots li button:hover {
  background-color: #00bbfe;
}
.slick-dots li.slick-active button {
  background-color: #5d5d5d;
}

#form_Form_add {
  margin: 1rem 0;
  padding: 0;
  background: none;
  display: flex;
  justify-content: space-between;
}

#form_Form_add * {
  margin-top: 0;
  margin-bottom: 0;
}

#form_Form_add input.text {
  width: 2.875rem;
  margin-right: 0.5rem;
}

.product .price {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: Tahoma, 'PT Sans', sans-serif;
  margin-left: 2px;
  line-height: 1;
}

.product .form__addproductform .field {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.product .form__addproductform .form_actions {
  margin-top: 1rem;
}

.product .form__addproductform #AddProductForm_Form_Quantity,
.product .form__addproductform #VariationForm_Form_Quantity {
  width: 84px;
  height: 36px;
  border: 1px solid #cbcbcb;
  background-color: #ffffff;
}

.product .form__addproductform select {
  width: 100%;
  height: 36px;
  border: 1px solid #cbcbcb;
  background-color: #ffffff;
}

.product .form__addproductform {
  padding: 0 1rem;
}

.product .form__addproductform .middleColumn {
  margin: 0;
}

.product .form__addproductform .field>label {
  margin: 0 14px 0 0;
  width: 100%;
  max-width: 90px;
  color: #3c3c3c;  
  font-size: 1rem;
}

.product .form__addproductform .form_message {
  display: block;
  margin-bottom: 0.75rem;
}

.product .form__addproductform .form_message__good {
  color: #00b070;
}