.header_normal {
  position: relative;
  background-color: transparent;
  background-position: center;
}
.header_normal:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #81b5e3;
  mix-blend-mode: multiply;
}

.mobile .page-section, .mobile .home-section, .mobile .small-section {
  background-attachment: fixed;
}

.post-prev-title {
  color: #777;
}
.post-prev-title p {
  margin-bottom: 6px;
}

.prod-info {
  color: #81b5e3;
}
.prod-info small {
  color: #777;
}

.box_image {
  width: auto;
  height: auto;
}

#contact_form #messaggio {
  min-height: 342px;
}

.post-prev-img {
  width: 100%;
  height: unset;
}

.product-carousel img {
  max-width: 100%;
}
.product-carousel .owl-pagination {
  z-index: 5;
  bottom: 0;
}
.product-carousel .owl-page {
  top: 3px;
}
.product-carousel .owl-page span {
  background: #afafaf;
}
.product-carousel .owl-page.active span {
  background: black;
  border: none;
}

.home-section iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.elemento_prodotto {
  margin-bottom: 80px;
}

.product-carousel .owl-item a {
  position: relative;
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 120%;
}
.product-carousel .owl-item a img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

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