/* Content */
body {
  min-height: 100vh;
  overflow-x: hidden;
}
#content {
  flex-grow: 1;
  padding-bottom: 10vh;
}
svg {
  height: 0;
  width: 0;
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}

/* Form (togliere)*/
form .required label:after {
  content: "*";
  color: red;
}

html.init {
  transition: all 3.5s;
  opacity: 1 !important;
  visibility: visible !important;
}

/* cover */
a.cover {
  z-index: 2;
}
.title {
  font-size: 2.2rem;
  letter-spacing: 0.025rem;
}
address {
  font-style: initial;
  line-height: 2.5rem;
}
.relative {
  position: relative;
}

.newsletterPopupInner {
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
  width: 100%;
  max-width: 600px;
  margin: 2rem;
}
.newsletterPopupInner .imgContainer {
  min-height: 100%;
  margin-left: 2rem;
  overflow: hidden;
}
.newsletterPopupInner .imgContainer > img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.newsletterPopupInner .txtContainer {
  min-height: 350px;
  padding: 2rem;
}

/* salone */
.salone {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 10;
}
.salone a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.salone span.close {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  z-index: 3;
  cursor: pointer;
}
.salone .imgContainer {
  margin-left: 0;
  min-height: auto;
}
.salone .imgContainer > img {
  left: auto;
  top: auto;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  height: 35rem;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .newsletterPopupInner {
    flex-direction: column;
  }
  .newsletterPopupInner .imgContainer,
  .newsletterPopupInner .txtContainer {
    width: 100%;
  }
  .newsletterPopupInner .imgContainer {
    margin-left: 0;
    margin-bottom: 2rem;
    min-height: 150px;
    height: 150px;
  }
  .newsletterPopupInner .imgContainer > img {
    width: 100%;
    height: auto;
  }
  .newsletterPopupInner .txtContainer {
    min-height: auto;
  }
}

.choices__list--dropdown .choices__item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
