.itaa__wcProductPage__content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.itaa__wcProductPage__summary {
  margin-bottom: 40px;
}
.itaa__wcProductPage__gallery {
  display: flex;
  width: 100%;
  position: relative;
}
.itaa__wcProductPage__gallery:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.itaa__wcProductPage__gallery__images.slick-slider, .itaa__wcProductPage__gallery__images {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.itaa__wcProductPage__gallery__images.slick-slider img, .itaa__wcProductPage__gallery__images img {
  display: flex;
  height: 100%;
  max-height: 100%;
  width: 100%;
  max-width: 100%;
  object-fit: contain;
}
.itaa__wcProductPage__gallery__images.slick-slider .slick-list, .itaa__wcProductPage__gallery__images.slick-slider .slick-track, .itaa__wcProductPage__gallery__images .slick-list, .itaa__wcProductPage__gallery__images .slick-track {
  height: 100%;
}
.itaa__wcProductPage__gallery__images.slick-slider .slick-list, .itaa__wcProductPage__gallery__images .slick-list {
  width: 100%;
}
.itaa__wcProductPage__gallery__images.slick-slider .slick-arrow, .itaa__wcProductPage__gallery__images .slick-arrow {
  display: flex;
  position: absolute;
  top: 0;
  height: 100%;
  width: 25px;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  padding: 0;
  font-size: 0;
  margin: 0;
  cursor: pointer;
  text-align: center;
  background: transparent;
  opacity: 0.7;
}
.itaa__wcProductPage__gallery__images.slick-slider .slick-arrow:before, .itaa__wcProductPage__gallery__images .slick-arrow:before {
  display: block;
  content: "";
  border-style: solid;
  border-color: #333;
  border-width: 0 0 2px 2px;
  height: 32px;
  width: 32px;
}
.itaa__wcProductPage__gallery__images.slick-slider .slick-arrow.slick-prev, .itaa__wcProductPage__gallery__images .slick-arrow.slick-prev {
  transform: rotateZ(45deg);
  left: 0;
}
.itaa__wcProductPage__gallery__images.slick-slider .slick-arrow.slick-next, .itaa__wcProductPage__gallery__images .slick-arrow.slick-next {
  transform: rotateZ(-135deg);
  right: 0;
}
.itaa__wcProductPage__gallery__images.slick-slider .slick-arrow:hover, .itaa__wcProductPage__gallery__images .slick-arrow:hover {
  opacity: 1;
}
.itaa__wcProductPage__title {
  display: block;
  margin: 45px 0 20px 0;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  padding: 0;
}
.itaa__wcProductPage__rentForm__fieldBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 25px 0 0 0;
  padding: 0 0 25px 0;
  border-bottom: solid 1px #dddddd;
}
.itaa__wcProductPage__rentForm input.itaa__wcProductPage__rentForm__dateField[type=text] {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  width: 40%;
  height: auto;
}
.itaa__wcProductPage__rentForm__summary {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  padding: 25px 0;
}
.itaa__wcProductPage__rentForm__errors {
  color: #f00;
  font-size: 16px;
}
.itaa__wcProductPage__rentablePriceBox small {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  padding: 4px 0;
}

/*# sourceMappingURL=woocommerce.css.map */
