.woocommerce-products-header .bg-header-cat {
  height: 150px;
}
.woocommerce-products-header .bg-header-cat h1, .woocommerce-products-header .bg-header-cat h2 {
  font-size: 24px;
  line-height: 50px;
  font-weight: 500;
}
body.woocommerce div.product div.summary .woocommerce-product-details__short-description h1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.modal_energy_saver {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000001;
  background-color: black;
  transition: all .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
}
.modal_energy_saver .text_wrapper {
  max-width: 36rem;
}
.modal_energy_saver.hidden {
  opacity: 0;
  visibility: hidden;
}
.modal_energy_saver .logo_energy_saver {
  opacity: .5;
  filter: saturate(0.3);
}
.modal_energy_saver p {
  color: #FFFFFF;
  font-size: 1.15rem;
}
.modal_energy_saver p.headline {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
}
.single-product #accordionProduct .iconaFile {
  width: 45px;
  margin-right: 1rem;
}
.single-product #accordionProduct .accordion-body a {
  margin-bottom: .5rem;
}

.highlights_home {
  background-color: rgb(250,250,250);
}
.highlights_home .highlight {
  display: none;
}
.highlights_home .highlight.active {
  display: block;
}
.page-template-progettisti .hero-grey .title {
  color: #FFFFFF;
}
.page-template-progettisti img {
  max-width: 100%;
}
.collegamenti_progettisti a {
  color: black;
}
.collegamenti_progettisti a .img_wrapper {
  overflow: hidden;
}
.collegamenti_progettisti a img {
  transition: all .2s;
  height: auto;
}
.collegamenti_progettisti a:hover img {
  transform: scale(1.1);
}
body .back-mob img {
  top: 3px;
}
.titolo_home h1 {
  font-weight: 700;
  font-size: 3rem;
}