.page[icon="eu0"]:after {
  content: "EU";
  z-index: 99999;
  position: absolute !important;
  color: white;
  text-align: center;
  bottom: -7px;
  font-size: 8px;
  width: 51px;
  display: inline-block;
}
.page[icon="eu1"]:after {
  content: "EXTRA EU";
  z-index: 99999;
  position: absolute !important;
  color: white;
  text-align: center;
  bottom: -7px;
  font-size: 8px;
  width: 51px;
  display: inline-block;
}
@media (max-width: 720px) {
  .hide-phone {
    display: none !important;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .hide-tablet {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .hide-desktop {
    display: none !important;
  }
}
html[lang='en-GB'] .results:before {
  content: "selected products" !important;
}
.clearfix {
  clear: both;
}
#caldaia *, #caldaia *:before, #caldaia *:after {
  box-sizing: content-box ;
  position: relative;
}

#caldaia .immergas_title {
  display: none;
}
@media (min-width: 960px) {
  #caldaia .immergas_title {
    display: block;
  }
}
#caldaia .description {
  padding: 5px 8px;
  font-size: 13px;
  font-weight: normal;
}
@media (min-width: 960px) {
  #caldaia .description {
    margin-top: 20px;
    padding: 5px 100px;
  }
}
#caldaia .description a.info {
  float: right;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #df503c;
  color: #df503c;
  border-radius: 20px;
  margin: 10px;
}
@media (min-width: 960px) {
  #caldaia .description a.info {
    display: none;
  }
}
#caldaia .description .more {
  display: none;
  transform: all 1s;
}
@media (min-width: 960px) {
  #caldaia .description .more {
    display: block;
  }
}
#caldaia .description .more a {
  color: #df503c;
}
#caldaia .toolbar + .immergas_title.description {
  margin-top: 42px;
}
#caldaia .triangle {
  border-style: solid;
  border-width: 0 15px 20px 15px;
  border-color: transparent transparent #ccc transparent;
  width: 0;
  height: 0;
  margin-left: calc(50% - 15px);
}
#caldaia .content {
  background-color: #ccc;
  padding-top: 20px;
}
@media (min-width: 960px) {
  #caldaia .content {
    background-color: #F3F3F4;
  }
}
#caldaia .domande {
  padding-bottom: 100px;
  position: relative;
  min-height: 250px;
}
@media (max-width: 720px) {
  #caldaia .domande {
    padding-bottom: 0px;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  #caldaia .domande {
    padding-bottom: 0px;
  }
}
#caldaia .domande.a_potenza {
  display: none;
}
#caldaia .domande .domanda {
  display: none;
  padding: 5px 10px;
  position: absolute;
  width: 100%;
  min-height: 200px;
  margin-left: 100%;
  padding-bottom: 50px;
  box-sizing: border-box;
  background-color: #ccc;
  transform-origin: 0 0;
}
#caldaia .domande .domanda .arial {
  font-family: Arial;
}
#caldaia .domande .domanda select {
  width: 100%;
}
#caldaia .domande .domanda:first-child {
  display: block;
  margin-left: 0;
}
#caldaia .domande .domanda .label {
  display: block;
  border-radius: 3px;
  height: 50px;
  position: relative;
  font-size: 18px;
  color: #9B9B9B;
  background: #eeeeee;
  white-space: initial;
  box-sizing: border-box;
  background: -moz-linear-gradient(top, #ffffff 35%, #E8E8E8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, #ffffff), color-stop(100%, #E8E8E8));
  background: -webkit-linear-gradient(top, #ffffff 35%, #E8E8E8 100%);
  background: -o-linear-gradient(top, #ffffff 35%, #E8E8E8 100%);
  background: -ms-linear-gradient(top, #ffffff 35%, #E8E8E8 100%);
  background: linear-gradient(to bottom, #ffffff 35%, #E8E8E8 100%);
  -moz-box-shadow: inset 1px 0px 1px 0px rgba(0, 0, 0, 0.1), inset 0px -3px 3px 0px rgba(0, 0, 0, 0.4), inset 2px 2px 0px 0px rgba(255, 255, 255, 0.8);
  box-shadow: inset 1px 0px 1px 0px rgba(0, 0, 0, 0.1), inset 0px -3px 3px 0px rgba(0, 0, 0, 0.4), inset 2px 2px 0px 0px rgba(255, 255, 255, 0.8);
  /* Lorem Ipsum: */
}
#caldaia .domande .domanda .label:first-of-type {
  margin-top: 10px;
}
#caldaia .domande .domanda .label label {
  display: table;
  cursor: pointer;
  position: relative;
  font-size: 13px;
  width: 100%;
  box-sizing: border-box;
  vertical-align: top;
  position: absolute;
}
#caldaia .domande .domanda .label label:before {
  content: "";
  box-sizing: border-box;
  width: 60px;
  height: 30px;
  margin: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  display: block;
  float: left;
  opacity: 0.3;
}
#caldaia .domande .domanda .label label p {
  display: table-cell;
  vertical-align: middle;
  padding-right: 5px;
  width: 100%;
  color: #9B9B9B;
}
@media (max-width: 720px) {
  #caldaia .domande .domanda .label label p {
    font-size: 11px;
  }
}
#caldaia .domande .domanda .label input {
  display: none;
}
#caldaia .domande .domanda .label input:checked + label {
  color: #5C5B5B;
}
#caldaia .domande .domanda .label input:checked + label p {
  color: #5C5B5B;
}
#caldaia .domande .domanda .label input:checked + label:before {
  opacity: 1.0;
}
#caldaia .domande .domanda .label input#eu0 + label:before {
  background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/eu.png');
}
@media (min-width: 960px) {
  #caldaia .domande .domanda .label input#eu0 + label:before {
    background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/eu.png');
  }
}
#caldaia .domande .domanda .label input#eu1 + label:before {
  background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/extraeu.png');
}
@media (min-width: 960px) {
  #caldaia .domande .domanda .label input#eu1 + label:before {
    background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/extraeu.png');
  }
}
#caldaia .domande .domanda .label input#utilizzo0 + label:before {
  background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/riscaldamento_ambiente.png');
}
@media (min-width: 960px) {
  #caldaia .domande .domanda .label input#utilizzo0 + label:before {
    background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/riscaldamento_ambiente.png');
  }
}
#caldaia .domande .domanda .label input#utilizzo1 + label:before {
  background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/riscaldamento_acqua.png');
}
@media (min-width: 960px) {
  #caldaia .domande .domanda .label input#utilizzo1 + label:before {
    background-image: url('/apps/change_boli/apps/change_heater/img/app_mobile/icone_caldaia/riscaldamento_acqua.png');
  }
}
#caldaia .domande .domanda .label input#luogo0 + label:before {
  background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/posizione_interno.png');
}
@media (min-width: 960px) {
  #caldaia .domande .domanda .label input#luogo0 + label:before {
    background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/posizione_interno.png');
  }
}
#caldaia .domande .domanda .label input#luogo1 + label:before {
  background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/posizione_esterno.png');
}
@media (min-width: 960px) {
  #caldaia .domande .domanda .label input#luogo1 + label:before {
    background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/posizione_esterno.png');
  }
}
#caldaia .domande .domanda .label input#luogo2 + label:before {
  background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/posizione_incasso.png');
}
@media (min-width: 960px) {
  #caldaia .domande .domanda .label input#luogo2 + label:before {
    background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/posizione_incasso.png');
  }
}
#caldaia .domande .domanda .label input#tecnica0 + label:before {
  background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/tecnica_condensazione.png');
}
@media (min-width: 960px) {
  #caldaia .domande .domanda .label input#tecnica0 + label:before {
    background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/tecnica_condensazione.png');
  }
}
#caldaia .domande .domanda .label input#tecnica1 + label:before {
  background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/tecnica_tradizionale.png');
}
@media (min-width: 960px) {
  #caldaia .domande .domanda .label input#tecnica1 + label:before {
    background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/tecnica_tradizionale.png');
  }
}
#caldaia .domande .domanda .label input#tipologia0 + label:before {
  background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/tipologia_parete.png');
}
@media (min-width: 960px) {
  #caldaia .domande .domanda .label input#tipologia0 + label:before {
    background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/tipologia_parete.png');
  }
}
#caldaia .domande .domanda .label input#tipologia1 + label:before {
  background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/tipologia_pavimento.png');
}
@media (min-width: 960px) {
  #caldaia .domande .domanda .label input#tipologia1 + label:before {
    background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/tipologia_pavimento.png');
  }
}
#caldaia .domande .domanda .label input#produzione0 + label:before {
  background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/produzione_1bagno.png');
}
@media (min-width: 960px) {
  #caldaia .domande .domanda .label input#produzione0 + label:before {
    background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/produzione_1bagno.png');
  }
}
#caldaia .domande .domanda .label input#produzione1 + label:before {
  background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/produzione_2bagni.png');
}
@media (min-width: 960px) {
  #caldaia .domande .domanda .label input#produzione1 + label:before {
    background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/produzione_2bagni.png');
  }
}
#caldaia .domande .domanda .label input#produzione2 + label:before {
  background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/produzione_3bagni.png');
}
@media (min-width: 960px) {
  #caldaia .domande .domanda .label input#produzione2 + label:before {
    background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/produzione_3bagni.png');
  }
}
#caldaia .domande .domanda .label input#superficie0 + label:before {
  background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/superficie_min90.png');
}
@media (min-width: 960px) {
  #caldaia .domande .domanda .label input#superficie0 + label:before {
    background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/superficie_min90.png');
  }
}
#caldaia .domande .domanda .label input#superficie1 + label:before {
  background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/superficie_90_130.png');
}
@media (min-width: 960px) {
  #caldaia .domande .domanda .label input#superficie1 + label:before {
    background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/superficie_90_130.png');
  }
}
#caldaia .domande .domanda .label input#superficie2 + label:before {
  background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/superficie_130_200.png');
}
@media (min-width: 960px) {
  #caldaia .domande .domanda .label input#superficie2 + label:before {
    background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/superficie_130_200.png');
  }
}
#caldaia .domande .domanda .label input#superficie3 + label:before {
  background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/superficie_200_260.png');
}
@media (min-width: 960px) {
  #caldaia .domande .domanda .label input#superficie3 + label:before {
    background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/superficie_200_260.png');
  }
}
#caldaia .domande .clearfix {
  clear: both;
}
#caldaia .navigator {
  width: 100%;
  box-sizing: border-box;
  height: 60px;
}
@media (max-width: 400px) {
  #caldaia .navigator {
    height: 100px;
  }
}
@media (min-width: 960px) {
  #caldaia .navigator {
    position: absolute;
    margin-top: 150px;
    height: 120px;
    background-color: #e4e4e5;
    width: 80%;
    left: 10%;
    display: block;
  }
}
#caldaia .navigator .pages {
  margin: 0 50px;
  padding: 0;
  text-align: center;
  line-height: 40px;
  color: #DF503C;
  font-size: 18px;
  text-align: justify;
  position: relative;
  height: 40px;
}
@media (max-width: 400px) {
  #caldaia .navigator .pages {
    margin: 0 5px;
    top: 50px;
    z-index: 0;
  }
}
#caldaia .navigator .pages:after {
  content: '';
  width: 100%;
  /* Ensures there are at least 2 lines of text, so justification works */
  display: inline-block;
}
@media (max-width: 960px) {
  #caldaia .navigator .pages .bar {
    width: 100%;
    height: 10px;
    display: block;
    position: absolute;
    z-index: 0;
    padding: 0 25px;
    box-sizing: border-box;
    background-image: url(data:image/gif;base64,R0lGODdhAQABAIAAAOTk5Xj/fywAAAAAAQABAAACAkQBADs=);
    background-size: calc(100% - 50px);
    background-repeat: no-repeat;
    background-position: center;
    bottom: 15px;
  }
  #caldaia .navigator .pages .bar .fill {
    height: 10px;
    background: #df503c;
    width: 0%;
  }
  #caldaia .navigator .pages .page {
    width: 40px;
    height: 40px;
    position: relative;
    display: none;
    border-radius: 25px;
    background-color: #E4E4E5;
    display: inline-block;
  }
  #caldaia .navigator .pages .page:before {
    display: inline-block;
    text-align: center;
  }
  #caldaia .navigator .pages .page .icon {
    display: none;
    width: 40px;
    height: 40px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 50%;
    border-radius: 50px;
    left: 0px;
    top: 0px;
    z-index: 2;
    margin: 0;
  }
  #caldaia .navigator .pages .page.active {
    display: inline-block;
    background-color: #DF503C;
  }
  #caldaia .navigator .pages .page.active .icon {
    display: block;
  }
}
#caldaia .results {
  display: none;
  margin-bottom: 10px;
  border-spacing: 0;
  width: 100%;
}
@media (max-width: 720px) {
  #caldaia .results {
    margin-bottom: 0;
  }
}
@media (max-width: 960px) {
  #caldaia .results {
    padding-bottom: 20px;
  }
}
#caldaia .results .header {
  border: 0;
  background-color: #DF503C;
}
#caldaia .results .header div {
  border: 0;
  color: #fff;
  font-size: 13px;
  padding: 4px 8px;
  float: left;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 720px) {
  #caldaia .results .header div.name {
    width: 70%;
  }
}
@media (max-width: 720px) {
  #caldaia .results .header div.foto {
    width: 30%;
  }
}
#caldaia .results .header:after {
  content: "";
  display: block;
  clear: both;
}
#caldaia .results .products .product {
  text-align: center;
  padding: 0 10px;
  width: 100%;
  min-width: 250px;
  display: table;
}
#caldaia .results .products .product img {
  margin: 4px 0;
}
@media (max-width: 720px) {
  #caldaia .results .products .product img {
    height: 50px;
  }
}
@media (max-width: 960px) {
  #caldaia .results .products .product img {
    height: 50px;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  #caldaia .results .products .product img {
    height: 50px;
  }
}
#caldaia .results .products .product div {
  float: left;
  width: 50%;
  box-sizing: border-box;
  height: 58px;
  line-height: 58px;
}
#caldaia .results .products .product div.name {
  float: right;
}
@media (max-width: 720px) {
  #caldaia .results .products .product div.name {
    font-size: 12px;
    width: 70%;
  }
}
@media (max-width: 720px) {
  #caldaia .results .products .product div.foto {
    width: 30%;
  }
}
#caldaia .results .products .product:after {
  content: "";
  display: block;
  clear: both;
}
#caldaia .results .products .product .overlay {
  display: none;
}
#caldaia .results .products .product:nth-child(even) {
  background-color: #f0f0f0;
}
#caldaia .results .notes {
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  margin-top: 8px;
}
#caldaia .bttn {
  width: 40px;
  height: 40px;
  background-size: contain;
  cursor: pointer;
  cursor: hand;
}
@media (min-width: 960px) {
  #caldaia .bttn {
    width: 80px;
    height: 80px;
    background-color: lightgray;
    border-radius: 80px;
    border: 20px solid;
    border-color: #e4e4e5;
    box-shadow: none;
  }
}
#caldaia .bttn.prev {
  position: absolute;
  background-image: url('/apps/change_heater/img/app_mobile/prev.png');
  margin-left: 5px;
  display: block;
}
@media (min-width: 960px) {
  #caldaia .bttn.prev {
    background-image: url('/apps/change_heater/img/app_mobile/prev.png');
    margin-left: -60px;
  }
}
#caldaia .bttn.next {
  position: absolute;
  right: 0;
  background-image: url('/apps/change_heater/img/app_mobile/next.png');
  margin-right: 5px;
  display: block;
}
@media (min-width: 960px) {
  #caldaia .bttn.next {
    background-image: url('/apps/change_heater/img/app_mobile/next.png');
    margin-right: -60px;
  }
}
#caldaia .background {
  width: 60%;
  height: 280px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-top: 50px;
  border: 20px solid;
  border-color: #e4e4e5;
  background-color: #e4e4e5;
  border-radius: 60px;
}
#caldaia .bttn.reset {
  margin: 0 auto;
  width: 90px;
  height: 50px;
  line-height: 50px;
  border-width: 1px;
  top: -10px;
  color: #FFFFFF;
  border-color: #e4e4e5;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  background-color: #C5C5C5;
  border-radius: 8px;
  padding: 0 5px;
}
@media (max-width: 960px) {
  #caldaia .bttn.reset {
    background-color: #acacac;
    margin-bottom: 20px;
  }
}
@media (min-width: 960px) {
  #caldaia * {
    padding: 0;
  }
  #caldaia .logo,
  #caldaia .toolbar {
    display: none;
  }
  #caldaia .cbcontainer {
    margin: 0;
    width: 100%;
  }
  #caldaia .content {
    padding-bottom: 80px;
  }
  #caldaia ul.pages {
    display: block;
    counter-reset: step;
    width: 60%;
    height: 20px;
    margin: 0 auto;
    padding: 0;
    text-align: justify;
    margin-bottom: 40px;
    margin-top: 20px;
    cursor: pointer;
    cursor: hand;
    position: relative;
    z-index: 0;
  }
  #caldaia ul.pages:after {
    content: '';
    width: 100%;
    /* Ensures there are at least 2 lines of text, so justification works */
    display: inline-block;
  }
  #caldaia ul.pages li.bar {
    width: 100%;
    height: 20px;
    display: block;
    position: absolute;
    z-index: -1;
    padding: 0 25px;
    box-sizing: border-box;
    background-image: url(data:image/gif;base64,R0lGODdhAQABAIAAAOTk5Xj/fywAAAAAAQABAAACAkQBADs=);
    background-size: calc(100% - 50px);
    background-repeat: no-repeat;
    background-position: center;
  }
  #caldaia ul.pages li.bar .fill {
    height: 20px;
    background: #df503c;
    width: 0%;
  }
  #caldaia ul.pages li.page {
    display: inline-block;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #e4e4e5;
    margin-top: -25px;
    position: relative;
  }
  #caldaia ul.pages li.page:before {
    font-size: 18px;
    color: #9B9B9B;
    content: counter(step);
    counter-increment: step;
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    z-index: 1;
  }
  #caldaia ul.pages li.page .icon {
    display: none;
    width: 80px;
    height: 80px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 50%;
    border-radius: 50px;
    left: -15px;
    top: -15px;
    z-index: 2;
    margin: 0;
  }
  #caldaia ul.pages li.page.active .icon {
    display: block;
    background-color: #df503c;
  }
  #caldaia ul.pages li.page.active:before {
    color: #ffffff;
  }
  #caldaia .domande {
    height: 280px;
    background-color: transparent;
    width: 60%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 5px;
  }
  #caldaia .domande .domanda {
    text-align: center;
    color: #df503c;
    font-size: 20px;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
  }
  #caldaia .domande .domanda .label {
    float: left;
    text-align: left;
    margin-top: 40px !important;
    width: 50%;
    height: 280px;
    border-radius: 0;
  }
  #caldaia .domande .domanda .label label {
    height: 100%;
    font-size: 15px;
  }
  #caldaia .domande .domanda .label label:before {
    float: none;
    display: block;
    margin: 20px auto;
    width: 50%;
    max-width: 200px;
    height: 100px;
    margin-bottom: 40px;
    margin-top: 40px;
  }
  #caldaia .domande .domanda .label label p {
    text-align: center;
    box-sizing: border-box;
    margin-top: 0;
    display: inline-block;
    padding: 0 20px;
    white-space: normal;
  }
  #caldaia .domande .domanda .label.first {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border-right: 0;
  }
  #caldaia .domande .domanda .label.last {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-left: 0;
  }
  #caldaia .results {
    position: relative;
  }
  #caldaia .results:before {
    content: "i Prodotti selezionati";
    text-transform: uppercase;
    color: #df503c;
    font-size: 25px;
    display: block;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
  }
  #caldaia .results .bttn.prev {
    position: absolute;
    margin: 0;
    left: 80px;
    width: 50px;
    height: 50px;
    border-width: 10px;
    top: -10px;
  }
  #caldaia .results .header {
    display: none;
  }
  #caldaia .results .products {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
  }
  #caldaia .results .products:after {
    content: "";
    display: block;
    clear: both;
  }
  #caldaia .results .products .product {
    float: left;
    width: calc(22% - 15px);
    width: 21%\9;
    border-radius: 8px;
    background: transparent;
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    margin-top: 5px;
    margin-left: 25px;
    margin-bottom: 25px;
    position: relative;
    height: 450px;
  }
  #caldaia .results .products .product div {
    width: 100%;
  }
  #caldaia .results .products .product .foto {
    float: none;
    position: absolute;
    bottom: 10px;
    right: 0px;
    height: auto;
  }
  #caldaia .results .products .product .foto img {
      max-height: 300px;

  }
  #caldaia .results .products .product .name {
    float: none;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  #caldaia .results .products .product .name a {
    color: #5f5f64;
  }
  #caldaia .results .products .product .overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.85;
    width: 100%;
    height: 100%;
    border: 5px solid #EF4123;
    border-radius: 5px;
  }
  #caldaia .results .products .product .overlay .abstract_text {
    width: 100%;
    height: 190px;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    background-color: #EF4123;
    color: #fff;
    line-height: 20px;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
  }
  #caldaia .results .products .product .overlay .productButton {
    width: 100%;
    height: 60px;
    display: block;
    bottom: 20px;
    position: absolute;
  }
  #caldaia .results .products .product .overlay .productButton .bttn {
    background: #F3F3F4;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
    width: 80%;
    margin: 0 auto;
    height: 60px;
    border: 0;
    display: inline-block;
    margin-left: 10%;
    color: #EF4123;
    text-transform: uppercase;
    font-size: 18px;
  }
  #caldaia .results .products .product:hover .overlay {
    display: block;
  }
  #caldaia .results .products .product:hover .name a {
    color: #EF4123;
  }
  #caldaia .results .box-red-small {
    margin-top: 50px;
  }
  #caldaia .results .box-red-small .box-title {
    margin-left: 30px;
  }
  #caldaia .results .box-red-small .box-button-white {
    width: 30%;
  }
}
html[lang='it-IT'] .lang-en_GB {
  display: none!important;
}
html[lang='en-GB'] .lang-it_IT {
  display: none!important;
}
#caldaia .domande .domanda .label input#utilizzo0 + label:before {
    background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/riscaldamento_ambiente.png');
}
#caldaia .domande .domanda .label input#utilizzo1 + label:before {
    background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/riscaldamento_acqua.png');
}
#caldaia .domande .domanda .label input#luogo0 + label:before {
    background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/posizione_interno.png');
}
#caldaia .domande .domanda .label input#luogo1 + label:before {
    background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/posizione_esterno.png');
}
#caldaia .domande .domanda .label input#luogo2 + label:before {
    background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/posizione_incasso.png');
}
#caldaia .domande .domanda .label input#tecnica0 + label:before {
    background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/tecnica_condensazione.png');
}
#caldaia .domande .domanda .label input#tecnica1 + label:before {
    background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/tecnica_tradizionale.png');
}
#caldaia .domande .domanda .label input#tipologia0 + label:before {
    background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/tipologia_parete.png');
}
#caldaia .domande .domanda .label input#tipologia1 + label:before {
    background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/tipologia_pavimento.png');
}
#caldaia .domande .domanda .label input#produzione0 + label:before {
    background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/produzione_1bagno.png');
}
#caldaia .domande .domanda .label input#produzione1 + label:before {
    background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/produzione_2bagni.png');
}
#caldaia .domande .domanda .label input#produzione2 + label:before {
    background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/produzione_3bagni.png');
}
#caldaia .domande .domanda .label input#superficie0 + label:before {
    background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/superficie_min90.png');
}
#caldaia .domande .domanda .label input#superficie1 + label:before {
    background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/superficie_90_130.png');
}
#caldaia .domande .domanda .label input#superficie2 + label:before {
    background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/superficie_130_200.png');
}
#caldaia .domande .domanda .label input#superficie3 + label:before {
    background-image: url('/apps/change_heater/img/app_mobile/icone_caldaia/superficie_200_260.png');
}

/* QUIX */
#caldaia {
	width: 100%;
}
#caldaia .content {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
#caldaia .content .pages.hide-tablet.hide-phone {
	padding: 35px 0 0 0;
    margin: auto;
    width: 70%;
    height: auto;
    box-sizing: border-box;
}
#caldaia .content .cbcontainer .domande {
	padding-top: 70px;
}
#caldaia .content .cbcontainer .domande .domanda {
	padding: 0;
}
#caldaia .content .cbcontainer .domande .domanda span {
	position: absolute;
	top: -50px;
	left: 0;
	width: 100%;
}
#caldaia .content .cbcontainer .domande .domanda .label {
	margin: 0!important;
}
#caldaia .content .cbcontainer .domande .domanda .label p label {
	position: relative;
}
#caldaia .content .cbcontainer .domande .domanda .has-scrollbar .label {
	margin-top: 10px;
}
#caldaia .content .cbcontainer .domande .domanda .has-scrollbar .label:first-child {
	margin-top: 0;
}
#caldaia .content .cbcontainer .domande .domanda:first-child .label {
	width: calc(50% - 5px)!important;
}
#caldaia .content .cbcontainer .domande .domanda .label p label {
	text-align: center;
}
#caldaia .content .cbcontainer .domande .domanda .product-list {
	overflow: hidden;
	padding-right: 0;
	margin: 0;
	position: relative;
}
#caldaia .content .cbcontainer .domande .domanda .nano-content {
	height: 275px;
	width: 100%;
	position: relative;
	padding: 0;
	overflow: auto;
}
#caldaia .content .cbcontainer .domande .domanda .nano-content .label p label {
	text-align: center;
}
#caldaia .content .cbcontainer .domande .domanda .preview {
	margin: 0;
}
#caldaia .results {
	padding: 10px;
    box-sizing: border-box;
}
#caldaia .results .bttn.prev {
	top: 10px;
	width: 30px;
	height: 30px;
}
#caldaia .results .bttn.print {
	top: 10px;
}

#caldaia .results .products {
	margin: 20px;
}
#caldaia .content {
	background-color: #f3f3f4;
}
#caldaia .triangle {
	border-color: transparent transparent #f3f3f4 transparent;
}

#caldaia .cbcontainer {
	border-bottom: 10px solid #f3f3f4;
}
#caldaia .domande .domanda {
	text-align: center;
	color: #df503c;
	font-size: 20px;
}
#caldaia .content .cbcontainer .domande .domanda .label {
	text-align: center;
}
#caldaia .results .products .product {
	box-sizing: border-box;
}
@media (max-width: 960px) {
	#caldaia .content {
		padding: 0;
		box-sizing: border-box;
	}
	#caldaia .content .cbcontainer .domande .domanda {
		width: 100%;
		padding: 15px;
		border-radius: 10px;
		box-sizing: border-box;
	}
	#caldaia .content .cbcontainer .domande .domanda .label,
	#caldaia .content .cbcontainer .domande .domanda:first-child .label {
		width: 100%!important;
	}
	#caldaia .content .cbcontainer .domande .domanda .has-scrollbar .label {
		margin-top: 0;
	}
	#caldaia .results {
		padding: 0;
	}
	#caldaia .results .products {
		margin: 0;
	}
	#caldaia .content .cbcontainer .domande .domanda .label {
		margin: 0!important;
		min-height: 50px;
		height: fit-content;
	}
	#caldaia .content .navigator {
		padding-top: 15px;
	}
	#caldaia .bttn.next {
		right: 10px;
	}
}
