body {
  font-family: "HelveticaNeueLTPro-Lt", Arial, san-serif;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 1px;
}
button:focus,
button:active,
#search:focus {
  box-shadow: none !important;
  outline: 0px !important;
}
a {
  color: #000;
}
a:hover {
  color: #e6e6e6;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-family: "HelveticaNeueLTPro-Md", Arial, san-serif;
  font-weight: normal;
}
.navbar-expand-lg .navbar-nav {
  width: 100%;
}
#menu-header {
  font-size: 20px;
  line-height: 25px;
  background-color: #fff;
  position: fixed;
  top: 0px;
  z-index: 999;
  width: 100%;
}
#menu-header.stick {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
}
/* -webkit-box-shadow: 0px 4px 36px -23px rgba(0,0,0,0.62);
-moz-box-shadow: 0px 4px 36px -23px rgba(0,0,0,0.62);
box-shadow: 0px 4px 36px -23px rgba(0,0,0,0.62); */
header ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
header .menuTestata li {
  display: inline-block;
}
.menuTestata {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.wp-block-column.is-vertically-aligned-stretch {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

header a {
  color: #000;
}
header a:hover {
  color: #e6e6e6;
  text-decoration: none;
}
header .menu a:active {
  color: #000;
  border-bottom: 1px solid;
}
header .current-menu-item a,
.single-product .menu-item-object-product a,
.single-designer .menu-item-object-designer a,
.current-page-ancestor a {
  color: #000;
  border-bottom: 1px solid;
}
.prodottoDettaglio,
.pagina,
.archive #wrapper,
.post-type-archive #wrapper.designer,
.single-designer #wrapper.designer,
.news-cont,
.single-download #tags {
  padding-top: 180px;
}
.home #wrapper.stick {
  padding-top: 60px;
}
#wrapper,
.wrapper,
.page #sottopagine.wrapper {
  padding-left: 120px;
  padding-right: 120px;
}
.page .wrapper,
#corporate p {
  padding: 0px 135px;
}
#wrapper a {
  color: #000;
}
img {
  width: 100%;
  height: auto;
}

.navbar-expand-lg .navbar-collapse {
  align-items: flex-start;
}

.current-page-ancestor a:before,
.current-menu-item a:before,
.single-product .menu-item-object-product a:before,
.single-designer .menu-item-object-designer a:before {
  animation-name: pulse_animation;
  animation-duration: 3000ms;
  transform-origin: 70% 70%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes pulse_animation {
  0% {
    transform: scale(0.7);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(0.7);
  }
}

.slick-product img {
  opacity: 0;
  transition: opacity 0.3s;
}
.slick-product.slick-initialized img {
  opacity: 1;
}

header li a:before {
  position: absolute;
  left: -30px;
}
header li a {
  position: relative;
}

#search {
  position: absolute;
  top: 0px;
  right: 15px;
  width: 200px;
  height: 45px;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-size: 10% 70%;
  background-position: right 10px center;
}
.filters {
  position: relative;
}
article {
  transition:
    opacity 0.3s,
    filter 0.3s;
  will-change: opacity;
  transform: translate3d(0, 0, 0);
}
.search-active article {
  opacity: 0.2;
  order: 2;
}
.search-active .search-found {
  opacity: 1;
  order: 1;
}
#filter-feedback {
  margin-top: 40px;
}

#logo {
  width: 100%;
  z-index: 100;
  position: absolute;
  left: 0%;
  margin: 0 auto;
  text-align: center;
  height: 70vh;
  top: 15vh;
  line-height: 70vh;
}
#logo img {
  max-width: 70%;
  vertical-align: middle;
}

.home #video-header #gallery .slick-product,
.home #video-header #gallery .slick-product .slick-slide,
.home #video-header #gallery .slick-product .slick-slide div,
.page-prova-gallery #video-header #gallery .slick-product,
.page-prova-gallery #video-header #gallery .slick-product .slick-slide,
.page-prova-gallery #video-header #gallery .slick-product .slick-slide div {
  height: 100vh;
}

.products {
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 1px;
  margin-top: 45px;
  margin-bottom: 90px;
}
.products article {
  margin-bottom: 45px;
}
.products img {
  max-height: 300px;
  width: auto;
  margin-bottom: 15px;
  max-width: 100%;
}

.products figure {
  height: 300px;
}
.products h2,
.products h3 {
  font-family: "HelveticaNeueLTPro-Md", Arial, san-serif;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 0px;
}
.products article h2,
.products article h3 {
  position: relative;
}
.products article h2 span,
.products article h3 span {
  font-family: "HelveticaNeueLTPro-Lt", Arial, san-serif;
  font-size: 13px;
  position: absolute;
  top: -5px;
  padding-left: 5px;
  text-transform: uppercase;
}
.products article h2 span,
.products article h3 span {
  color: #e20922;
  padding: 1px 5px;
  top: -10px;
  margin-left: 5px;
  line-height: 25px;
  height: 25px;
  font-family: "HelveticaNeueLTPro-Roman", Arial, san-serif;
}
.products article .prezz_default {
  font-size: 15px;
  font-family: "HelveticaNeueLTPro-Md", Arial, san-serif;
}

.products a {
  color: #000;
}
.products figure {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.products figure .image {
  background-color: #fff;
  transition: opacity 0.3s;
  width: 100%;
  height: 100%;
}
.products figure .image img {
  vertical-align: middle;
}
body:not(.search-results) .products figure:hover .image {
  opacity: 0;
}
.search-results .products figure .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}

.filters ul,
#tags ul,
.filters-product ul,
.sottopagina {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.filters li,
#tags li,
.filters-product li,
.sottopagina li,
.btn-filters {
  transition:
    background-color 0.5s,
    color 0.5s,
    font-size 0.5s;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 18px;
}
.filters li:hover,
.filters li.active,
#tags li,
.sottopagina li.active,
.sottopagina li:hover {
}
.filters #family li.active,
#tags li.family,
.filters-product li.active,
#tipo-download li.active {
  border-bottom: 1px solid;
}
.filters #family li.active,
#tipo-download li.active {
  border-bottom: 1px solid;
}
.filters #family li:hover,
#tipo-download li:hover {
  border-bottom: 1px solid;
}

.filters li.active {
}
.filters li:hover {
}

.filters #accordion h1 {
  float: left;
  padding-left: 60px;
  font-size: 20px !important;
  line-height: 30px;
  display: inline;
}
.filters #accordion .filters-control {
  padding-left: 40px;
  display: inline;
}
#voci {
  clear: both;
  width: 100%;
}

.products article {
  display: none;
}
.products article.active-family.active-material.active-function.active-subfunction.active-designers.active-zone,
.products article.active {
  display: block;
}
.products article a:hover,
.post-type-archive-designer .designer a:hover {
  text-decoration: none;
}
.products article:active h2,
.products article:active h3,
.products article:active p {
  font-size: 20px;
}

.pagina #video-header,
.news-cont #video-header {
  min-height: calc(85vh - 140px);
}

.vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(85vh - 140px);
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wp-block-cover {
  margin-left: -60px !important;
  width: calc(100% + 120px) !important;
  background-color: #fff !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
  display: none !important;
}

/* video header */
#video-header {
  min-height: 85vh;
  position: relative;
}
.home #video-header,
.page-prova-gallery #video-header,
.page-prova-gallery .vimeo-wrapper {
  min-height: 100vh;
}
#video-header span,
#video-header a,
#video-header button#unmute,
#video-header button#mute {
  z-index: 200;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 120px;
  transition:
    background-size 0.3s,
    opacity 0.3s,
    background-color 0.3s;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
#video-header span,
#video-header button#unmute,
#video-header button#mute {
  background-image: url(../images/play.svg);
}
#video-header span#pause-button {
  background-image: url(../images/pause.svg);
}
#video-header span.hide {
  display: none;
}
#video-header span:hover,
#video-header a:hover {
  background-size: 110px;
  opacity: 0.5;
  background-color: transparent;
}
#video-header span#pause-button,
#video-header button#unmute,
#video-header button#mute {
  opacity: 0;
}
#video-header span#pause-button:hover,
#video-header:hover button#unmute,
#video-header:hover button#mute {
  opacity: 1;
}
#video-header a#down-button {
  width: 400px;
  left: 50%;
  margin-left: -200px;
  z-index: 201;
  background-size: 60px;
  background-image: url(../images/up-arrow.svg);
  filter: invert();
  background-color: transparent;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  height: 140px;
  bottom: 0px;
  top: auto;
}
#video-header button#unmute,
#video-header button#mute {
  display: none;
  background-image: url(../images/volume.svg);
  background-size: 60px;
}
#video-header button#unmute,
#video-header button#mute {
  top: auto;
  left: auto;
  background-position: center;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  position: absolute;
  border: none;
  background-color: transparent;
}
#video-header button#unmute.active,
#video-header button#mute.active {
  display: block;
}
/* single-product */
#tags {
  margin-bottom: 90px;
}
#tags ul {
  text-align: left;
}
#tags li {
  text-align: center;
  cursor: default;
}

h1,
#store-locator h3 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 0px;
}
.single-product .designer a {
  color: #000;
}
.single-designer #content,
.page .wrapper,
#corporate,
.blog .wrapper {
  margin-top: 60px;
  font-size: 18px;
  line-height: 24px;
}
.single-product #test,
.single-designer .awards {
  font-size: 15px;
  line-height: 25px;
  margin-top: 45px;
}
.page .wrapper,
#corporate,
.blog .wrapper,
.single-post .wrapper {
  font-size: 20px;
  line-height: 30px;
  margin-top: 40px;
  padding-bottom: 40px;
}

.single-product #configurator,
.single-product #configurator iframe {
  width: 100%;
  height: 60vh;
  border: none;
}
.slick-product {
  height: 540px;
  overflow: hidden;
}
.slick-slide img {
  height: 540px;
  width: auto;
}
.slick-product .slick-arrow,
.slick-colori .slick-arrow,
.papion-colonne.mobile .slick-arrow {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 90px;
  border: none;
  background-color: transparent;
  text-indent: -100000px;
  background-image: url(../images/arrowprev.svg);
  z-index: 100;
  background-position: center;
  background-repeat: no-repeat;
}
.slick-product .slick-arrow.slick-next,
.slick-colori .slick-arrow.slick-next {
  left: auto;
  right: 0px;
  background-image: url(../images/arrownext.svg);
}

.home .slick-product .slick-arrow,
.page-prova-gallery .slick-product .slick-arrow {
  z-index: 500;
}

.single-product .gallery {
  padding-top: 45px;
  clear: both;
}
.single-product #family.products article {
  display: block;
}
.single-product h2 span {
  font-family: "HelveticaNeueLTPro-Roman", Arial, san-serif;
}

.single-product .gallery .video {
  background-color: #000;
  position: relative;
}
.single-product .gallery .video img {
  opacity: 0.6;
}
.single-product .gallery .video span.play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  background-image: url("../images/play.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -50px;
  margin-left: -50px;
}

.slick-colori {
  text-align: center;
}
.slick-colori img {
  width: auto !important;
  max-width: 70%;
  height: auto;
}
.slick-colori .slick-arrow,
.papion-colonne.mobile .slick-arrow,
button#back {
  background-image: url(../images/arrowprevb.svg);
}
.slick-colori .slick-arrow.slick-next,
.papion-colonne.mobile .slick-arrow.slick-next {
  background-image: url(../images/arrownextb.svg);
  left: 90%;
}
.papion-colonne.mobile .slick-arrow {
  width: 40px;
}
.papion-colonne.mobile .slick-arrow.slick-next {
  left: auto;
  right: 0px;
}
.single-product #colori {
  margin-bottom: 90px;
  margin-top: 45px;
}

.slick-colori {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.slick-colori.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.slick-colori .immagine {
  width: 100%;
  float: left;
  text-align: center;
}
.slick-colori img {
  margin: 0 auto;
}
.slick-colori .didascalia {
  width: 100%;
  text-align: center;
}
#colori {
  position: relative;
}
.buttons {
  flex-flow: column nowrap;
  display: flex;
  margin-top: auto;
  width: 100%;
  justify-content: space-between;
}
.details a,
.buttons a {
  display: block;
  border: 1px solid;
  text-align: center;
  margin-bottom: 10px;
  color: #000;
  padding: 7px;
  text-decoration: none;
  transition:
    background-color 0.5s,
    color 0.5s,
    border 0.5s;
}
.details a {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.buttons a:hover,
.details a:hover {
  background-color: #e40521;
  color: #fff;
  border: 1px solid #e40521;
}

#product {
  position: relative;
}
#modulo-download,
#catalogue-download {
  position: fixed;
  left: 0px;
  top: 200px;
  border: 1px solid;
  width: 30%;
  margin-left: 35%;
  background-color: #fff;
  z-index: 100;
  height: 54vh;
  overflow: hidden;
  padding: 30px;
  z-index: 300;
}
#modulo-download .content-download,
#catalogue-download .content-download {
  overflow: scroll;
  height: calc(100% - 100px);
}

#modulo-download figure,
#download figure {
  background-color: #000;
}
#modulo-download figure img,
#download figure img {
  opacity: 0.95;
}
#modulo-download .input-type,
#download .input-type {
  font-size: 13px;
}
#modulo-download button.all,
#modulo-download button.selected,
#download button.all,
#download button.selected {
  margin-bottom: 10px;
  border: 1px solid #000;
  background-color: transparent;
  text-align: center;
  padding: 5px 20px;
  margin-right: 20px;
}
#modulo-download button.selected,
#download button.selected {
  background-color: #000;
  color: #fff;
}
#modulo-download .buttonset {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 20px 30px;
  background-color: #fff;
}
#modulo-download.open,
#catalogue-download.open {
  display: block !important;
}
#modulo-download #chiudi-modulo,
#catalogue-download #chiudi-catalogue {
  position: absolute;
  right: 0px;
  top: 0px;
  border: none;
  background-color: transparent;
}

#catalogue-download p {
  width: 33%;
  float: left;
  padding: 20px;
  font-size: 15px;
  line-height: 18px;
}
#catalogue-download img {
  margin-bottom: 10px;
  border: 1px solid;
}
#catalogue-download p:nth-child(3n + 1) {
  clear: left;
}
#catalogue-download .content-download {
  height: 48vh;
}

/* single post*/
.single-post button#back {
  top: 675px;
  z-index: 100;
}

/* designer */
.post-type-archive-designer .designer {
  text-align: center;
  margin-bottom: 45px;
}
.post-type-archive-designer .designer img {
  transition: opacity 0.3s;
  width: 100%;
  height: auto;
}
#designer {
  margin-bottom: 90px;
}
.post-type-archive-designer .designer .image {
  background-color: #000;
  margin-bottom: 20px;
  overflow: hidden;
}
.post-type-archive-designer .designer .designer:hover img {
  opacity: 0.7;
}
.single-designer .filters-product {
  clear: both;
}
.single-designer .awards {
  font-family: "HelveticaNeueLTPro-Lt", Arial, san-serif;
}

.post-type-archive-designer .designer .designer img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: perspective(0px) translate3d(0px, 0px, 0px);
  transition: transform 2s;
}

.post-type-archive-designer .txt_designer {
  text-align: left;
  margin-top: 60px;
  margin-bottom: 60px;
}
.post-type-archive-designer .designer-off {
  margin-bottom: 40px;
}
.post-type-archive-designer .designer-off img {
  margin-bottom: 20px;
}

.single-designer .products figure .image,
.single-product #other-collections .products figure .image {
  display: flex;
  justify-content: center;
}
.single-designer .products figure .image img,
.single-product #other-collections .products figure .image img {
  align-self: flex-end;
}

/* page */
.has-large-font-size {
  font-size: 55px !important;
  line-height: 70px;
  margin: 90px 0px;
}
.home .vimeo-wrapper {
  height: 100vh;
}
#video-header #gallery .slick-slide {
  height: 80vh;
  width: 100vw;
}
#video-header #gallery img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
#video-header #gallery .slick-product,
#video-header #gallery .slick-product .slick-slide,
#video-header #gallery .slick-product .slick-slide div {
  height: calc(85vh - 140px);
}

.sottopagina {
  margin-left: 15px;
  text-align: left;
  font-family: "HelveticaNeueLTPro-Lt", Arial, san-serif;
  font-size: 20px;
  line-height: 25px;
}
.sottopagina li {
  text-align: center;
  padding: 0px;
}
.sottopagina a {
  color: #000;
  display: block;
  padding: 10px 20px;
}
.sottopagina li.active a,
.sottopagina li:hover a {
  color: #e6e6e6;
  text-decoration: none;
}
.sottopagina li.active {
  background-color: #e40521;
}

/* news */
article.news {
  margin-bottom: 80px;
}
article.news h2 {
  font-family: "HelveticaNeueLTPro-Md", Arial, san-serif;
  margin-bottom: 20px;
}
button.more {
  font-family: "HelveticaNeueLTPro-Lt", Arial, san-serif;
  font-size: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
.news-content {
  padding-bottom: 10px;
}
.news-cont #sottopagine {
  margin-bottom: 60px;
}

/* mappa */
#mappa-google {
  height: calc(100vh);
  padding-top: 100px;
}
#searchTextField {
  background-color: #fff;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-size: 7% 60%;
  background-position: right;
  border: none;
  padding: 5px;
  font-size: 20px;
  border-bottom: 3px solid #000;
}
#store-locator {
  margin-top: 60px;
}
#store-locator h3 {
  font-family: "HelveticaNeueLTPro-Md", Arial, san-serif;
  margin-bottom: 10px;
}
#searchTextField:focus,
input:focus {
  outline-color: rgba(228, 5, 33, 0.2);
}

#showrooms,
#store-locator {
  font-family: "HelveticaNeueLTPro-Lt", Arial, san-serif;
}
#showrooms h3 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 0px;
}
#mappa-google .gm-style-iw-d img {
  max-height: 200px;
  width: auto;
  margin-bottom: 10px;
}

#mappa-google .gm-style-iw-d a {
  font-weight: bold;
}

/* Download page */
.tax-download-type .products figure:hover .image,
.single-download .products figure:hover .image {
  opacity: 1;
}
.tax-download-type .products figure .image,
.single-download .products figure .image {
  background-color: #fff;
  opacity: 0.95;
}
.tax-download-type .products figure:hover .image,
.single-download .products figure:hover .image,
.single-download .products .current figure .image {
  opacity: 0.85;
}
.tax-download-type .products figure,
.single-download .products figure {
  background-color: #000;
  height: 250px;
}
.tax-download-type .products img,
.single-download .products img {
  height: 250px;
}
#download .buttonset {
  text-align: right;
  margin-top: 40px;
  margin-bottom: 80px;
}
#download button.selected {
  background-color: #e40521;
  color: #e6e6e6;
  border-color: #e40521;
}
#wrapper .products article .button {
  background-color: #e40521;
  color: #fff;
  padding: 10px 20px;
}
#wrapper .products article .button:hover {
  background-color: #000;
}
#wrapper.videos .products article .button {
  display: none;
}

.tax-download-type .image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tax-download-type .image span {
  width: 80%;
  font-family: "HelveticaNeueLTPro-Md", Arial, san-serif;
}
.tax-download-type .products figure .image img {
  vertical-align: middle;
  margin-bottom: 0px;
  object-fit: cover;
}

/* footer */
.logos_home {
  padding: 45px 120px;
  padding-bottom: 0px;
  margin-bottom: -80px;
}
.logos_home ul {
  list-style: none;
  margin-top: 40px;
  margin: 0px;
  padding: 0px;
  text-align: right;
}
.logos_home img {
  height: 120px;
  width: auto;
}

#corporate #logo-big {
  padding: 0px 80px;
}
#corporate .top {
  display: none;
  background-image: url(../images/up-arrow.svg);
  width: 60px;
  height: 60px;
  margin: 80px auto;
  background-size: 100%;
  transition:
    background-size 0.3s,
    opacity 0.3s;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
}
#corporate .top:hover {
  background-size: 95%;
  opacity: 0.5;
}
#corporate .top.duescroll {
  display: block;
}
footer {
  padding: 45px 120px;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}
footer a {
  color: #fff;
}
footer ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.page footer {
  margin-top: 135px;
}
footer a:hover {
  color: #fff;
}
footer .wpml-ls-current-language {
  width: 100%;
}
footer .wpml-ls-current-language:before {
  content: "Language / ";
}
footer .wpml-ls-current-language .sub-menu {
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.3s;
}
footer .wpml-ls-current-language:hover .sub-menu {
  max-height: 300px;
}
footer .wpml-ls-current-language .sub-menu a {
  display: block;
}

#news-footer form {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
#news-footer input {
  color: #fff;
  height: 40px;
  border-radius: 0px !important;
  width: 55%;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 10px 5px;
  float: left;
}
#news-footer .news-lingua {
  display: inline-block;
  width: 10%;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
  height: 40px;
  float: left;
  text-transform: uppercase;
  cursor: pointer;
}
#news-footer .news-lingua[name="it"] {
  padding-left: 12px;
}
#news-footer .news-lingua[name="en"] {
  padding-right: 12px;
}
#news-footer button[type="submit"] {
  height: 40px;
  width: 25%;
  float: left;
  line-height: 37px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
}
#news-footer .news-lingua:hover,
#news-footer .news-lingua.active {
  color: #6a6a6a;
}
footer ::placeholder {
  color: #4d4c4b;
  opacity: 1;
}
footer :-ms-input-placeholder {
  color: #4d4c4b;
}
footer ::-ms-input-placeholder {
  color: #4d4c4b;
}
footer li button {
  border: none;
  padding: 0px;
  background-color: transparent;
  color: #fff;
  width: 30px;
}
footer .modal {
  text-align: center;
}
footer .modal img {
  width: auto;
  height: auto;
}
footer .modal,
footer .modal a {
  color: #000;
  text-align: center;
}
footer .modal h5,
footer .modal a {
  width: 100%;
}
footer p.titolo {
  font-family: "HelveticaNeueLTPro-Roman", Arial, san-serif;
}

/* fancybox */
.fancybox-button.fancybox-button--arrow_left svg,
.fancybox-button.fancybox-button--arrow_right svg {
  display: none !important;
}
.fancybox-button.fancybox-button--arrow_left div,
.fancybox-button.fancybox-button--arrow_right div {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/arrownext.svg) !important;
  background-color: transparent !important;
}
.fancybox-button.fancybox-button--arrow_left div {
  background-image: url(../images/arrowprev.svg) !important;
}
.fancybox-navigation .fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 22px !important;
  background-color: transparent !important;
}

/* New Versione */
#search {
  display: none !important;
}
#logo-header {
  width: 400px;
  height: 0px;
  margin-top: -10px;
}
#logo-header svg {
  max-width: 400px;
  height: 50px;
}
#logo-small {
  filter: invert(100%);
  margin-left: 15px;
  width: 150px;
}
footer .frase {
  margin-bottom: 40px;
  margin-top: 10px;
}
#social-footer {
  margin-bottom: 16px;
  flex-flow: column nowrap;
  display: flex;
  margin-top: auto;
  width: 100%;
  justify-content: space-between;
}
#social-footer li {
  width: 30px;
  display: inline-block;
  transition: opacity 0.3s;
}
.colonna {
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
}
#social-footer p {
  margin-top: 20px;
  margin-bottom: 5px;
}
#social-footer li:hover {
  opacity: 0.4;
}

#video-header.gallery a {
  background-image: none;
  background-color: transparent;
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
  justify-content: center;
  text-align: center;
  color: #fff;
}
#video-header.gallery a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
}
#video-header.gallery a h1 {
  font-size: 100px;
  font-family: "HelveticaNeueLTPro-Roman", Arial, san-serif;
  line-height: 100px;
}
#video-header.gallery a p {
  font-size: 50px;
  line-height: 52px;
}
#video-header.gallery a p.link {
  font-size: 18px;
}

.prodottoDettaglio {
  padding-top: 220px;
  padding-bottom: 80px;
}
#dettagli {
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
  margin-bottom: 90px;
  margin-top: 45px;
}
.prodottoDettaglio #content {
  margin-bottom: 90px;
  margin-top: 45px;
}
#configure,
#family {
  padding-top: 120px;
}
.single-product h2 {
  font-size: 30px;
  line-height: 36px;
  text-align: left;
  margin-bottom: 25px;
}
.details a {
  margin-bottom: 32px;
}
button#back {
  position: absolute;
  top: 160px;
  left: 50px;
  width: 20px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
}

#icon-designer {
  overflow: hidden;
  max-height: 50vh;
  margin-bottom: 45px;
  margin-top: 60px;
}
#icon-designer img {
  width: 100%;
  object-fit: cover;
  object-position: center bottom;
}

#icon-designer #frase {
  position: absolute;
  top: 25%;
  right: 120px;
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  text-align: right;
  max-width: 50%;
}
#icon-designer #frase p {
  font-family: "HelveticaNeueLTPro-Roman", Arial, san-serif;
}
#icon-designer {
  position: relative;
}
#icon-designer cite {
  font-size: 20px;
  text-align: right;
  width: 100%;
  display: block;
}

#corporate {
  text-align: center;
  margin: 0px;
  padding: 0px;
}
#corporate .text-align-left {
  text-align: left;
}
#corporate p {
  margin: 0px;
  padding-bottom: 40px;
}
#corporate p.text-align-left {
  padding-bottom: 135px;
}

.pagina h1 {
  margin-bottom: 45px;
}
.news-cont {
  padding-top: 100px;
}
button.more {
  width: 100%;
  border: none;
  background-color: transparent;
  text-indent: -100000px;
  background-image: url("../images/up-arrow.svg");
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
  transition: transform 0.3s;
}
button.more.collapsed {
  transform: rotate(180deg);
}
#more_posts {
  margin-bottom: 100px;
  height: 60px;
}
#more_posts .more {
  background-image: url("../images/more.svg");
  display: block !important;
  width: 200px;
  height: 29px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 40px;
  background-size: 30px;
  font-size: 12px;
  text-transform: uppercase;
}
@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#more_posts .more.show {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}

#showrooms.wrapper {
  padding-top: 20px;
  margin-top: 0px;
}
#showrooms h2 {
  margin-bottom: 32px;
}
#showrooms article {
  margin-bottom: 80px;
}

.post-type-archive-contract article.news h2 {
  margin-top: 40px;
  margin-bottom: 0px;
}
.post-type-archive-contract article.news .sottotitolo {
  font-size: 15px;
  margin-bottom: 45px;
}
.post-type-archive-contract article.news .products h3 {
  text-align: left;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 1px;
}
.post-type-archive-contract article.news .products h4 {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 1px;
}

/* new sub menu */
.menuProdotti {
  width: 100%;
  display: block;
  min-width: 100%;
  background-color: #f8f8f7;
  position: fixed;
  left: 0px;
  top: 95px;
  z-index: 500;
  padding: 0px 120px;
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0.3s;
}
.menuProdotti ul {
  width: 20%;
  margin: 40px 0px;
  margin-right: 5%;
  float: left;
  list-style-type: none;
  padding: 0px;
  line-height: 36px;
  font-size: 20px;
  position: relative;
}
.menuProdotti ul svg {
  height: 15px;
  margin-top: 45px;
}
.menuProdotti ul::after {
  content: "";
  height: 100px;
  border-right: 1px solid;
  width: 1px;
  position: absolute;
  left: -30%;
  top: 10px;
  height: 300px;
}
.menuProdotti ul:first-child::after {
  display: none;
}
.menuProdotti.hover,
.menuProdotti:hover {
  max-height: 100vh;
}

.menuProdotti .contenutoscroll {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  align-content: center;
}
.menuProdotti ul::after {
  height: 100%;
}

.menuTestata {
  padding-left: 30px;
  padding-right: 30px;
}
.menuTestata li {
  padding: 40px 0px;
}
#logo-header {
  padding-top: 25px;
}

.menuTestata .menuProdotti li {
  padding: 0px;
  display: block;
  height: auto;
}
.menuTestata .menuProdotti li.menu-back,
header .menuTestata li ul.sub-category li.menu-back-sub {
  display: none;
}

.menuProdotti ul::after {
  display: none;
}
.menuProdotti ul {
  padding-left: calc(5% - 1px);
  border-left: 1px solid;
}
.menuProdotti ul:first-child {
  padding-left: 0px;
  border: none;
}

header .menuTestata li {
  position: relative;
}
.menuTestata .sub-menu {
  max-height: 0px;
  transition: max-height 0.3s;
  position: absolute;
  top: 90px;
  opacity: 0;
  transition: opacity 0.3s;
  width: 400px;
}
.menuTestata .sub-menu::after {
  content: "";
  width: 500vw;
  position: absolute;
  left: -2000px;
  top: 0px;
  background-color: #f8f8f7;
  height: 100%;
  z-index: -1;
  max-height: 0px;
  transition: max-height 0.3s;
}
.menuTestata .sub-menu.hover {
  opacity: 1;
}
li:hover .sub-menu,
li:hover .sub-menu::after {
  max-height: 300px;
}

#menu-header {
  min-height: 100px;
}
header .menuTestata li {
  height: 100px;
}
#logo-header {
  position: absolute;
  top: 10px;
  left: calc(50% - 200px);
}
#collapsing-header {
  padding: 0px;
  height: 100%;
}
.menuTestata {
  height: 100%;
}
#navbarNav {
  align-self: flex-start;
  height: 100%;
}
.menuTestata.Sx,
.menuTestata.Dx {
  width: calc(50% - 200px);
  align-self: flex-start;
}
.menuTestata.Dx {
  margin-left: auto;
  width: calc(50% - 306px);
}

#menu-header {
  overflow: hidden;
}
#menu-header.hover {
  overflow: visible;
}
header .menuTestata li li {
  padding: 0px;
  margin: 0px;
  display: block;
  line-height: 36px;
}
header .menuTestata li li:first-child {
  margin-top: 20px;
}
header .menuTestata li li {
  height: 20px;
  margin-bottom: 30px;
}

header .wpml-ls-statics-shortcode_actions ul {
  max-height: 50px;
  overflow: hidden;
  width: 50px;
  transition: max-height 0.3s;
}
header .wpml-ls-current-language:before {
  display: none;
}
header .wpml-ls-statics-shortcode_actions ul:hover {
  max-height: 700px;
}
header .menuTestata .wpml-ls-statics-shortcode_actions li {
  height: 30px;
  text-align: right;
}
header .wpml-ls-display {
  display: none;
}
header .wpml-ls-legacy-list-horizontal a {
  padding: 0px;
}
header .wpml-ls-statics-shortcode_actions li.wpml-ls-current-language {
  font-family: "HelveticaNeueLTPro-Roman", Arial, san-serif;
}
header .wpml-ls-statics-shortcode_actions ul {
  flex-direction: column;
  display: flex;
}
header .wpml-ls-legacy-list-horizontal li.wpml-ls-item {
  order: 2;
  margin-bottom: 5px;
}
header .wpml-ls-legacy-list-horizontal li.wpml-ls-item.wpml-ls-current-language {
  order: 1;
}

header .wpml-ls-legacy-list-horizontal {
  display: flex;
  align-self: flex-start;
  margin-top: 35px;
  padding-bottom: 25px;
}
header .wpml-ls-statics-shortcode_actions ul {
  max-height: 20px;
  align-items: flex-end;
}

/* cerca */
#cerca,
#faccetta_prezzi {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000;
  transform: translatex(100%);
  transition:
    transform 0.3s,
    background-color 0.4s 0.3s;
}
#cerca form,
#faccetta_prezzi form {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px;
  position: relative;
  width: 45%;
  float: right;
  background-color: #fff;
  margin-top: 95px;
  height: calc(100vh - 95px);
}
#cerca.active,
#faccetta_prezzi.active {
  transform: translatex(0%);
  background-color: rgba(255, 255, 255, 0.8);
}
#cerca.removed {
  transition:
    transform 0.3s 0.3s,
    background-color 0.2s;
}
#active-cerca,
#closeCerca,
#closePrezzi {
  background-image: url("../images/search.svg");
  width: 40px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  background-color: transparent;
  height: 80px;
  margin-left: 10px;
}
#closeCerca,
#closePrezzi {
  background-image: url("../images/close.svg");
  display: block;
  left: 60px;
  top: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 100;
}
#active-cerca {
  display: flex;
  align-self: flex-start;
  width: 30px;
  height: 30px;
  margin-top: 35px;
  margin-right: 20px;
}

#closeCerca:hover,
#closePrezzi:hover {
  cursor: pointer;
}
#cerca form #s {
  width: 90%;
}
#cerca form #searchsubmit {
  width: 10%;
}
#cerca form #s,
#cerca form #searchsubmit {
  border: none;
  background-color: transparent;
  border-bottom: 2px solid;
  font-size: 50px;
  height: 60px;
  border-radius: 0px;
}
#cerca form #searchsubmit {
  background-image: url("../images/search.svg");
  width: 40px;
  background-repeat: no-repeat;
  background-position: center;
}
.search-results h1 {
  text-align: left;
  margin-bottom: 60px;
}
.search-results.post-type-archive #wrapper {
  padding-top: 180px;
}
.search-results .post_type {
  font-family: "HelveticaNeueLTPro-Lt", Arial, san-serif;
  font-size: 13px;
  text-transform: uppercase;
}

/* faccetta prezzi */
#faccetta_prezzi form {
  flex-wrap: wrap;
  flex-direction: column;
}
#faccetta_prezzi form ul {
  max-height: 25vh;
  overflow: scroll;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#faccetta_prezzi form ul li {
  cursor: pointer;
  color: #77787b;
  font-size: 15px;
  line-height: 20px;
}
#faccetta_prezzi form ul li:hover {
  color: #000;
}
#faccetta_prezzi form h2 {
  margin-bottom: 40px;
  margin-top: 60px;
}
#active-location {
  border: none;
  background-color: transparent;
  color: #fff;
  text-align: left;
  padding: 0px;
  margin-top: 2px;
  font-family: HelveticaNeueLTPro-Lt, Arial, san-serif;
  font-size: 15px;
}
#faccetta_prezzi form ul li.title {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 20px;
  color: #000;
  margin-bottom: 5px;
}
#faccetta_prezzi p,
#faccetta_prezzi h2,
#faccetta_prezzi ul {
  width: 50%;
}
/* filtri */
.post-type-archive #wrapper,
.tax-function #wrapper,
.tax-zone #wrapper,
.tax-family #wrapper {
  padding-top: 20px;
}
.filters #accordion {
  transition: box-shadow 0.3s;
}
.post-type-archive .filters #accordion #subfunct div {
  display: none;
}
.filters #accordion #subfunct div.show {
  display: block;
}

#subfunct p:first-child {
  padding-top: 20px;
}
.post-type-archive .filters #accordion #subfunct ul:last-child {
  padding-bottom: 20px;
}
#subfunct p {
  font-size: 16px;
  margin: 0px;
  line-height: 20px;
  font-family: "HelveticaNeueLTPro-Md", Arial, san-serif;
  font-weight: normal;
}
.post-type-archive .filters #accordion #subfunct ul {
  padding-top: 0px;
  padding-bottom: 0px;
}

#subfunct {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
#subfunct.collapse:not(.show) {
  display: none;
}

.filters.stick #accordion {
  position: fixed;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.24);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.24);
}
.post-type-archive #wrapper.stick,
.tax-function #wrapper.stick,
.tax-zone #wrapper.stick,
.tax-family #wrapper.stick {
  padding-top: 300px;
}

.filters #accordion,
.filters #accordion ul#selected-filter {
  transition: all 0.3s;
}
.filters.stick #accordion {
  padding-top: 120px;
}
.filters.stick #accordion ul#selected-filter {
  padding-top: 0px;
  padding-bottom: 10px;
}

.filters #accordion {
  padding-top: 190px;
  width: 100%;
  z-index: 300;
  background-color: #fff;
}
.filters #accordion .filters-control {
  padding: 0px 135px 20px 135px;
}
.filters #accordion button {
  border: none;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  text-align: left;
  padding-right: 40px;
}
.filters #accordion button::after {
  background-image: url("../images/up-arrow.svg");
  content: "";
  display: inline-block;
  width: 30px;
  height: 20px;
  background-repeat: no-repeat;
  transition: transform 0.3s;
  background-position: bottom 3px center;
}
.filters #accordion button.collapsed::after {
  transform: rotate(180deg);
  background-position: top 3px center;
}
.filters #accordion ul {
  display: inline-grid;
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  padding-top: 20px;
  padding-bottom: 20px;
  width: auto;
}
.filters #accordion li {
  display: block;
  margin: 0px;
  min-width: 300px;
}
#accordion div.filter-list {
  padding: 0px 135px;
  background-color: #f8f8f7;
  clear: both;
}
.filters #accordion li::before {
  display: inline-block;
  content: "";
  border: 1px solid;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-top: 3px;
  margin-right: 5px;
}
.filters #accordion li.active::before,
.filters #accordion li:hover::before {
  background-color: #000;
}
.filters #accordion li a:hover,
.filters #accordion li.active a,
.filters #accordion #family li.active,
.filters #accordion #family li:hover {
  border: none;
}

.filters #accordion ul#selected-filter {
  margin: 0px;
  padding: 20px 135px;
  display: block;
}
.filters #accordion ul#selected-filter li {
  display: inline;
  margin-right: 30px;
}
.filters #accordion ul#selected-filter li::before {
  display: none;
}
.filters #accordion ul#selected-filter li::after {
  content: "✕";
  font-size: 13px;
  margin-left: 5px;
}

.filters #accordion #designers ul {
  grid-template-rows: repeat(8, 1fr);
}
.filters #accordion #designers ul li {
  font-size: 15px;
}

.filters-control button {
  color: black;
}
.filters-control button[disabled] {
  opacity: 0.5;
}

.products article p,
p.titolo {
  font-family: "HelveticaNeueLTPro-Roman", Arial, san-serif;
}

.notitle .pagina {
  padding-top: 100px;
}
.notitle .pagina .wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
}
.nospacefooter.page footer {
  margin-top: 0px;
}

#ulprod {
  width: 40%;
  display: grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
  margin-bottom: 40px;
}
#ulprod ul {
  border: none;
  width: 100%;
  padding: 0px;
  margin: 0px;
  padding-right: 10px;
}
#ulprod li {
  padding-right: 2%;
}

/* pCon Styles*/

#pcon-lead-form {
  position: fixed;
  left: 0px;
  top: 200px;
  border: 1px solid;
  width: 30%;
  margin-left: 35%;
  background-color: #fff;
  z-index: 100;
  height: 54vh;
  overflow: hidden;
  padding: 30px;
  z-index: 300;
  display: none;
}
#pcon-lead-form.is-open {
  display: block;
}
#pcon-lead-form .content-download {
  overflow: scroll;
  height: calc(100% - 10px);
}

#chiudi-pcon {
  position: absolute;
  right: 0px;
  top: 0px;
  border: none;
  background-color: transparent;
}

#pcon-lead-form label,
#pcon-lead-form input:not([type="checkbox"]),
#pcon-lead-form select,
#pcon-lead-form textarea {
  font-size: 14px;
  width: 100%;
}
#pcon-lead-form input:not([type="checkbox"]),
#pcon-lead-form select,
#pcon-lead-form textarea {
  border: 1px solid black;
  min-height: 30px;
  padding: 5px;
}
#pcon-lead-form ::placeholder {
  color: black;
}

#pcon-lead-form .wpcf7-list-item {
  margin: 0px;
}

#pcon-lead-form input[type="submit"] {
  background-color: black;
  color: white;
  transition: all 0.3s;
}
#pcon-lead-form input[type="submit"]:hover {
  background-color: #e40521;
  border-color: #e40521;
}

#pcon-lead-form p {
  margin-bottom: 0px;
}
#pcon-lead-form .wpcf7-response-output {
  margin: 0px;
  font-size: 14px;
}

@media (min-width: 991px) {
  .menuProdotti ul.sub-category {
    max-height: 0px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    transition: max-height 0.3s;
    width: 100%;
    border: none;
  }
  .menuProdotti li:hover ul.sub-category,
  .menuProdotti ul.sub-category:hover {
    max-height: 200px;
  }

  .menuProdotti ul.sub-category {
    border: none;
    float: none;
  }
  header .menuTestata li ul.sub-category li {
    margin: 0px;
    padding-left: 40px;
    font-size: 16px;
    line-height: 22px;
  }

  #collapseFilters {
    display: block;
  }
  .menu-back-prodotti {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1585px) {
  #news-footer input {
    width: 70%;
  }
  #news-footer .news-lingua {
    width: 15%;
  }
  #news-footer button[type="submit"] {
    width: 100%;
    border-top: 0px;
  }
  #news-footer .news-lingua[name="en"] {
    border-right: 1px solid #fff;
  }
}
@media (max-width: 1601px) {
  #modulo-download button.all,
  #modulo-download button.selected,
  #download button.all,
  #download button.selected {
    margin-right: 10px;
  }
}

@media (max-width: 1540px) {
  .menuTestata.Sx,
  .menuTestata.Dx {
    width: calc(50% - 180px);
  }
  .menuTestata {
    padding-right: 0px;
  }
}

@media (max-width: 1482px) {
  #modulo-download button.all,
  #modulo-download button.selected,
  #download button.all,
  #download button.selected {
    width: 100%;
  }
  .menuTestata {
    padding-left: 20px;
  }
  .filters #accordion h1 {
    padding-left: 40px;
  }
}

@media (max-width: 1380px) {
  #menu-header {
    font-size: 18px;
  }
  #logo-header svg {
    height: 40px;
  }
  .menuProdotti {
    padding: 0 40px;
  }
}
@media (max-width: 1200px) {
  .page .wrapper,
  #corporate p {
    padding: 0px 75px;
  }
  #modulo-download,
  #catalogue-download {
    width: 70%;
    margin-left: 15%;
  }
  #logo-header {
    left: calc(50% - 100px);
  }
  #logo-header {
    width: 200px;
  }
  .menuTestata.Sx,
  .menuTestata.Dx {
    width: calc(50% - 130px);
  }
  #logo-header svg {
    max-width: 200px;
  }

  .menuProdotti ul {
    width: 30%;
  }
}

@media (max-width: 820px) {
  .filters #accordion {
    padding-top: 20px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #wrapper,
  .wrapper,
  .page #sottopagine.wrapper,
  #menu-header {
    padding-left: 35px;
    padding-right: 35px;
  }
  #menu-header.stick {
    padding-left: 35px;
  }
  footer {
    padding: 45px 35px;
  }
  #menu-header.stick {
    padding-left: 35px;
  }
  #product .float-left {
    padding-left: 50px;
  }

  #product.wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media (max-width: 1024px) {
  .menuTestata.navbar-nav {
    padding-left: 0px;
  }
  .filters #accordion h1 {
    padding-left: 20px !important;
  }

  .menuTestata.Sx {
    width: calc(50% - 80px);
  }
  .menuTestata.Dx {
    width: calc(50% - 180px);
  }
  .menuProdotti {
    padding: 0px 20px;
  }
  .filters #accordion .filters-control {
    padding: 0 20px 20px 20px;
  }
  .filters #accordion {
    padding-top: 140px;
  }
  .post-type-archive #wrapper.stick,
  .tax-function #wrapper.stick,
  .tax-zone #wrapper.stick,
  .tax-family #wrapper.stick {
    padding-top: 250px;
  }
  #wrapper,
  .wrapper,
  .page #sottopagine.wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .single-post button#back {
    top: auto;
    bottom: -60px;
    left: 20px;
  }
  #faccetta_prezzi form {
    width: 70%;
  }
}

@media (max-width: 990px) {
  .menuProdotti .contenutoscroll {
    display: block;
  }
  .navbar-toggler {
    width: 30px;
    height: 30px;
    position: fixed;
    left: 20px;
    top: 30px;
    padding: 0px;
    border-radius: 0px;
    z-index: 10000;
  }
  .navbar-toggler-icon {
    display: block;
    width: 100%;
    height: 10px;
    border-top: 2px solid #000;
  }
  .navbar-toggler span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  .navbar-toggler span:nth-child(1) {
    top: 0px;
  }
  .navbar-toggler span:nth-child(2),
  .navbar-toggler span:nth-child(3) {
    top: 7px;
  }
  .navbar-toggler.open span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .navbar-toggler.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
  }

  #logo-header {
    left: calc(50% - 100px);
    width: 200px;
  }
  #logo-header svg {
    width: 200px;
    height: 30px;
  }
  header .wpml-ls-legacy-list-horizontal {
    position: absolute;
    right: 40px;
    top: 0px;
    margin-top: 25px;
  }
  #active-cerca {
    position: absolute;
    right: 10px;
    top: 0px;
    width: 20px;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 28px;
  }
  #cerca form {
    width: 100%;
    padding: 20px;
    margin-top: 50px;
    font-size: 30px;
  }
  #cerca form #s,
  #cerca form #searchsubmit {
    font-size: 30px;
    line-height: 30px;
  }
  #closeCerca {
    left: 20px;
  }
  #faccetta_prezzi form {
    width: 100%;
    padding: 20px;
    margin-top: 70px;
  }
  #faccetta_prezzi #closePrezzi {
    left: 10px;
  }
  #faccetta_prezzi form h2,
  #faccetta_prezzi form p,
  #faccetta_prezzi form ul {
    width: 100%;
  }

  .menuTestata.navbar-nav {
    padding-top: 80px;
  }
  .menuTestata.Sx,
  .menuTestata.Dx {
    height: auto;
    width: 100%;
    padding: 0px;
  }
  header .menuTestata li {
    position: static;
    height: auto;
    padding: 10px 0px;
    font-size: 30px;
  }

  #menu-header .menuTestata.navbar-nav {
    transition:
      transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86),
      -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86),
      -moz-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86),
      -o-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }

  #menu-header.drop-open .menuTestata.navbar-nav {
    transform: translateX(-100%);
  }

  .menuTestata .sub-menu::after {
    display: none;
  }
  .menuTestata .contenutosub {
    width: 100%;
    position: absolute;
    left: calc(100% + 60px);
    top: 60px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .menuTestata .sub-menu {
    position: static;
    width: 100%;
  }

  .menu-back,
  header .menuTestata li li:first-child.menu-back,
  header .menuTestata li ul.sub-category li.menu-back-sub {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .menuTestata .sub-menu,
  li:hover .sub-menu {
    max-height: calc(100vh - 300px);
  }

  .menuTestata .sub-menu.hover {
    opacity: 0;
  }
  #menu-header.drop-open .sub-menu.hover {
    opacity: 1;
    display: block;
  }
  #menu-header.drop-open .sub-menu {
    display: none;
  }

  header li {
    display: block;
  }

  #menu-header {
    padding: 0px;
  }
  .menuTestata {
    display: block;
  }
  .navbar {
    padding: 0px;
  }
  .menuTestata.navbar-nav {
    padding-left: 70px;
  }
  #menu-header.stick {
    padding-left: 0px;
  }
  #menu-header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0px;
  }
  .menuTestata.navbar-nav {
    height: 100vh;
    margin-top: 20px;
  }
  header .menuTestata li {
    display: block;
  }

  .vimeo-wrapper {
    margin-top: 0px;
    height: 70vh;
  }
  #video-header,
  .pagina #video-header {
    min-height: 70vh;
  }
  #sottopagine,
  .page #sottopagine.wrapper {
    margin-top: 30px;
  }
  .has-large-font-size {
    line-height: 35px;
  }

  .btn-filters {
    border: 0px;
  }
  .btn-filters::after {
    content: " ";
    display: inline-block;
    background-image: url(../images/arrownext.svg);
    width: 20px;
    height: 10px;
  }
  .filters li,
  #tags li,
  .filters-product li,
  .sottopagina li {
    float: left;
  }
  .filters {
    width: 100%;
    height: auto;
    overflow: auto;
  }
  .btn-filters {
    position: relative;
    padding-right: 40px;
  }
  .btn-filters.collapsed::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 20px;
    background-image: url(../images/arrownextb.svg);
  }
  .btn-filters::after {
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 10px;
    right: 15px;
  }
  .btn-filters {
    background-color: #000;
    color: #fff;
  }
  .filters ul,
  #tags ul,
  .filters-product ul,
  .sottopagina {
    overflow: auto;
  }

  .slick-product {
    height: 300px;
  }
  .slick-slide img {
    max-height: 300px;
  }
  .single-product #configurator,
  .single-product #configurator iframe {
    height: 100vh;
  }

  .home #wrapper.stick,
  #video-header,
  .prodottoDettaglio,
  .pagina,
  .archive #wrapper,
  #wrapper.designer {
    padding-top: 0px;
  }

  .single-product #content,
  .single-designer #content,
  .page .wrapper,
  #corporate,
  .blog .wrapper,
  .products h2,
  .products h3,
  .single-product .products h2,
  .products article h2,
  .products article p,
  .post-type-archive-designer .designer a {
    font-size: 18px;
    line-height: 26px;
  }
  h1,
  .single-product .designer,
  .has-large-font-size,
  .single-product h2 {
    font-size: 28px !important;
    line-height: 36px;
  }
  #video-header.gallery a h1 {
    font-size: 100px !important;
  }
  #tags,
  .single-product #colori {
    margin-bottom: 25px;
  }

  .filters,
  #wrapper.designer,
  .prodottoDettaglio {
    margin-top: 100px;
  }
  .filters li,
  #tags li,
  .filters-product li,
  .sottopagina li,
  .sottopagina a {
    padding: 5px 15px;
    font-size: 14px;
  }

  #logo {
    height: 50vh;
    top: 0vh;
    line-height: 50vh;
  }
  .vimeo-wrapper #logo {
    height: 27vh;
    top: 0vh;
    line-height: 27vh;
  }
  #modulo-download,
  #catalogue-download {
    width: 70%;
    margin-left: 15%;
  }

  .filters #accordion,
  #accordion div.filter-list {
    padding: 0px;
  }
  .filters #accordion .filters-control,
  .filters #accordion ul#selected-filter {
    padding: 0px 20px;
  }
  .filters #accordion ul#selected-filter li {
    padding: 0px;
  }
  .filters #accordion ul {
    grid-template-rows: repeat(10, 1fr);
  }
  .filters #accordion #designers ul li.filters #accordion li {
    line-height: 14px;
    min-width: 30%;
  }
  .filters #accordion button {
    padding-right: 20px;
  }
  .filters #accordion #designers ul {
    grid-template-rows: repeat(13, 1fr);
  }
  .filters #accordion #designers ul li {
    font-size: 13px;
    line-height: 14px;
    min-width: 33%;
  }

  .menuTestata .menuProdotti li.menu-back,
  header .menuTestata li ul.sub-category li.menu-back-sub {
    display: block;
  }
  .menuProdotti.hover {
    opacity: 1;
    display: block;
  }

  .menuProdotti {
    width: 100%;
    position: absolute;
    left: calc(100% + 40px);
    top: 80px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: white;
    max-height: calc(100dvh - 120px) !important;
    opacity: 0;
    display: none;
  }
  .menuProdotti ul {
    width: calc(100% - 60px);
    font-size: 30px;
    line-height: 36px;
    margin: 0px;
    margin-bottom: 30px;
  }
  .menuProdotti ul svg {
    margin-top: 0px;
  }
  .menuProdotti .menu-back,
  header .menuTestata li ul.sub-category li.menu-back-sub {
    font-size: 15px;
    margin-bottom: 20px;
  }

  #navbarNav.collapse:not(.show) {
    display: block;
    max-height: 80px;
  }
  #navbarNav.collapse.show {
    display: block;
    max-height: 100dvh;
  }

  .menuProdotti ul {
    border: none;
    padding: 0px;
  }

  #ulprod {
    display: block;
    width: calc(100% - 50px);
    margin-top: 0px;
    position: relative;
  }
  #ulprod ul.sub-category {
    width: 100dwv;
    position: fixed;
    top: 60px;
    left: 60px;
    max-height: 100dvh;
    height: 100dvh;
    background-color: white;
    z-index: 100;
  }
  #ulprod ul.sub-category {
    transition: transform 0.3s;
    transform: translateX(200%);
  }
  #ulprod ul.sub-category.hover {
    transform: translateX(100%);
  }
  header .menuTestata li ul.sub-category li {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  .page .wrapper {
    padding: 0px 20px;
  }
  #wrapper,
  .wrapper,
  .page #sottopagine.wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .stick .wrapper:first-child {
    padding-top: 0px;
  }
  footer {
    padding: 45px 20px;
  }
  .wp-block-cover {
    margin: 0px !important;
    width: 100% !important;
  }
  .wp-block-cover,
  .wp-block-cover-image {
    min-height: 250px !important;
  }
  .buttons {
    position: static;
    width: 100%;
  }
  .slick-colori .immagine {
    width: 100%;
  }
  .slick-colori .didascalia {
    width: 100%;
    margin-top: 20px;
    float: none;
    clear: both;
    padding-top: 20px;
  }
  #colori {
    max-height: 100vh;
  }
  .slick-colori {
    height: auto;
    padding-bottom: 20px;
  }
  .slick-colori .slick-arrow {
    height: 100%;
    background-position: center left;
  }
  .slick-colori .slick-arrow.slick-next {
    top: 0px;
    left: auto;
    right: 0px;
    background-position: center right;
  }
  #store-locator,
  #store-locator input {
    width: 100%;
  }
  #video-header,
  .pagina #video-header,
  .home #video-header,
  .news-cont #video-header,
  .page-prova-gallery #video-header,
  .page-prova-gallery .vimeo-wrapper {
    min-height: 56.25vw;
  }
  .vimeo-wrapper iframe {
    min-height: auto;
    top: 0px;
    transform: translate(-50%, 0);
  }
  #video-header a#down-button {
    display: none;
  }

  .home #video-header.gallery,
  .page-prova-gallery #video-header.gallery {
    height: auto;
    min-height: 50vh;
  }

  .home #video-header.gallery #gallery .slick-product,
  .home #video-header.gallery #gallery .slick-product .slick-slide,
  .home #video-header.gallery #gallery .slick-product .slick-slide div,
  .page-prova-gallery #video-header.gallery #gallery .slick-product,
  .page-prova-gallery #video-header.gallery #gallery .slick-product .slick-slide,
  .page-prova-gallery #video-header.gallery #gallery .slick-product .slick-slide div {
    height: auto;
    min-height: 50vh;
  }
  .home #video-header #gallery img,
  .page-prova-gallery #video-header #gallery img {
    min-height: 50vh;
  }
  #modulo-download,
  #catalogue-download {
    width: 90%;
    margin-left: 5%;
  }

  #video-header #gallery .slick-product,
  #video-header #gallery .slick-product .slick-slide,
  #video-header #gallery .slick-product .slick-slide div {
    height: auto;
    min-height: auto;
  }

  .sottopagina li,
  .sottopagina a {
    padding: 0px;
    border-bottom: 1px solid #fff;
  }
  .tax-download-type #function {
    border-top: 1px solid;
    padding-top: 20px;
  }
  .tax-download-type .btn-filters::after {
    display: none;
  }
  .tax-download-type li.active {
    border-bottom: 1px solid;
  }
  button#back {
    display: none;
  }
  #configure.wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
  .filters #accordion ul {
    padding-left: 20px;
  }
}

@media (max-width: 500px) {
  #news-footer {
    margin-top: 40px;
  }
  .page .wrapper,
  #corporate p {
    padding: 0px 20px;
  }
  #wrapper,
  .wrapper,
  .page #sottopagine.wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer {
    padding: 45px 20px;
  }
  .sottopagina {
    margin-left: 0px;
  }
  .products figure {
    height: 200px;
  }
  .products img {
    max-height: 200px;
  }
  .archive #wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
  #news-footer input {
    width: 70%;
  }
  #news-footer .news-lingua {
    width: 15%;
  }
  #news-footer button[type="submit"] {
    width: 100%;
    border-top: 0px;
  }
  #news-footer .news-lingua[name="en"] {
    border-right: 1px solid #fff;
  }

  #video-header button#unmute,
  #video-header button#mute {
    background-position: bottom 20px right 20px;
    background-size: 30px;
  }
  #catalogue-download p {
    width: 50%;
  }
  #catalogue-download p:nth-child(3n + 1) {
    clear: none;
  }
  #catalogue-download p:nth-child(2n + 1) {
    clear: left;
  }

  .filters #accordion {
    position: static;
    margin-top: 20px;
  }

  .filters #accordion button {
    padding-right: 0px;
  }
  .filters #accordion .filters-control {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    padding-left: 20px;
  }
  .filters #accordion button::after {
    float: right;
  }
  .filters #accordion ul {
    display: block !important;
  }
  .filters #accordion li,
  .filters #accordion #designers ul li {
    min-width: 100%;
    float: left;
    width: 100%;
  }
  #menu-header {
    min-height: 80px;
  }
  .page .wrapper {
    padding-top: 80px;
  }
  .filters li,
  #tags li,
  .filters-product li,
  .sottopagina li {
    float: none;
    clear: both;
    display: inline-block;
    padding: 0px;
  }

  .filters.stick #accordion {
    position: static;
  }
  .post-type-archive #wrapper.stick,
  .tax-function #wrapper.stick,
  .tax-zone #wrapper.stick,
  .tax-family #wrapper.stick {
    padding-top: 0px;
  }
  #modulo-download,
  #catalogue-download {
    top: 100px;
  }

  #accordion h1 {
    display: block;
    float: none;
    width: 100%;
  }
  .home #video-header {
    margin-top: 80px;
  }

  header .menuTestata li li {
    height: auto;
    min-height: 20px;
    margin-bottom: 0px;
  }

  #video-header.gallery a p {
    font-size: 20px;
    line-height: 22px;
  }
  #video-header.gallery a h1 {
    line-height: 36px;
    font-size: 28px !important;
  }

  .logos_home {
    padding: 20px;
    padding-top: 80px;
  }
  .logos_home ul {
    text-align: left;
  }
  .logos_home img {
    height: 110px;
  }

  #subfunct {
    display: block;
  }
  #subfunct p {
    padding-left: 20px;
  }

  #icon-designer #frase {
    top: 20px;
    right: 20px;
    font-size: 13px;
    line-height: 15px;
  }
  #other-collections {
    padding-left: 0px;
    padding-right: 0px;
  }
}
