@charset "UTF-8";
/* COLOR VARIABLES
============================================= */
/* BTN PADDING WITH IMAGE BACKGROUND
============================================= */
/* GRADIENT LISTS
============================================= */
/* FONT WEIGHTS
============================================= */
/* BG IMAGES
============================================= */
/* FLEXBOX
============================================= */
/* OPACITY
============================================= */
/* TRANSITION
============================================= */
/* TRANSFORM
============================================= */
/* BORDER RADIUS
============================================= */
/* TEXT TRANSFORM
============================================= */
/* TEXT JUSTIFY
============================================= */
body.no-scroll {
  overflow: hidden;
}

main {
  padding: 0 160px;
  width: calc(100vw - 320px);
  position: relative;
  min-height: calc(100vh - 263px);
}
main.product-detail-page {
  margin-bottom: 6vw;
}

.scroll main {
  margin-top: 80px;
}

/* ---------------------------------------------------------------------------------------------------- */
/* CATALOGO HOMEPAGE ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.catalogue {
  padding: 6vw 0 0 0;
  text-align: center;
}
.catalogue.translate {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  -o-transform: translateY(20%);
  transform: translateY(20%);
}
.catalogue hgroup {
  padding-bottom: 3%;
}
.catalogue picture {
  margin: 3% 1.5% 5% 1.5%;
  width: 47%;
  float: left;
  position: relative;
  overflow: hidden;
}
.catalogue picture:first-child {
  /*margin-left: 0;
  margin-right: 3%;*/
}
.catalogue picture h3 {
  color: #FFFFFF;
  font-size: clamp(40px, 10vw, 150px);
  line-height: normal;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -42px;
  text-align: center;
  z-index: 5;
}

@media all and (max-width: 1279px) {
  .catalogue a:first-child picture {
    margin: 3% 3% 5% 0;
    width: 47%;
  }
  .catalogue a:last-child picture {
    margin: 3% 0 5% 3%;
    width: 47%;
  }
}
/* ---------------------------------------------------------------------------------------------------- */
/* WARNINGS HOMEPAGE ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.warnings {
  padding: 5% 0;
  text-align: center;
}
.warnings hgroup {
  padding-bottom: 10px;
}

/* ---------------------------------------------------------------------------------------------------- */
/* LATEST PRODS HOMEPAGE ------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------- */
.latest-products {
  padding: 6vw 0 0 0;
  text-align: center;
}
.latest-products hgroup {
  padding-bottom: 3vw;
}
.latest-products .btn-outline-black {
  font-family: "neuzeit-grotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.latest-products article {
  max-width: 1300px;
  margin: 0 auto;
  background: url("/library/pagination/icon/line.svg") 50% 0 repeat-y;
  margin-top: 4%;
}
.latest-products article .latest-products-container {
  padding: 0 0 9% 0;
  position: relative;
}
.latest-products article .latest-products-container a.gallery {
  width: 40px;
  height: 40px;
  background-color: #F7F8F9;
  position: absolute;
  z-index: 51;
  top: 20px;
  left: -20px;
  display: block;
}
.latest-products article .latest-products-container a.gallery img {
  width: auto;
}
.latest-products article .latest-products-container a.link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.latest-products article .latest-products-container a.link picture {
  width: 65%;
  min-width: 65%;
}
.latest-products article .latest-products-container a.link .dida {
  transform: translateX(-80px);
  text-align: left;
  width: calc(35% + 80px);
  flex-shrink: 0;
  position: relative;
  z-index: 10;
}
.latest-products article .latest-products-container a.link .dida hgroup {
  background-color: #F7F8F9;
  padding: 20px;
  width: calc(100% - 40px);
}
.latest-products article .latest-products-container a.link .dida hgroup h3 {
  display: inline-block;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #000000;
  font-size: 2.25rem;
}
.latest-products article .latest-products-container a.link .dida hgroup h3 span {
  font-size: 1.5rem;
}
.latest-products article .latest-products-container a.link .dida hgroup h4 {
  font-family: "neuzeit-grotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
}
.latest-products article .latest-products-container a.link .dida span.link {
  font-family: "ivypresto-headline", serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  display: block;
  margin: 10px 0 0 120px;
}
.latest-products article .latest-products-container ul {
  list-style: none;
  margin: 0;
  padding: 10px 0 0 0;
  width: 65%;
  min-width: 65%;
}
.latest-products article .latest-products-container ul li {
  width: 36px;
  height: 36px;
  float: left;
  margin: 5px;
}
.latest-products article .latest-products-container ul li img {
  width: 36px;
  height: 36px;
}
.latest-products article .latest-products-container ul li a.active {
  opacity: 0.5;
}
.latest-products article .latest-products-container ul li.view-all {
  width: auto;
  float: right;
  border-bottom: 1px solid #000000;
}
.latest-products article .latest-products-container ul li.view-all a {
  display: block;
  color: #000000;
  font-family: "neuzeit-grotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: color 0.4s ease 0s;
  -moz-transition: color 0.4s ease 0s;
  -ms-transition: color 0.4s ease 0s;
  -o-transition: color 0.4s ease 0s;
  transition: color 0.4s ease 0s;
  font-size: 0.875rem;
}
.latest-products article .latest-products-container ul li.view-all a:hover {
  color: #BC0219;
}
.latest-products article .latest-products-container.inverse {
  padding: 0 0 9% 0;
}
.latest-products article .latest-products-container.inverse a.gallery {
  left: calc(35% - 20px);
}
.latest-products article .latest-products-container.inverse a.link {
  flex-direction: row-reverse;
}
.latest-products article .latest-products-container.inverse a.link .dida {
  transform: translateX(80px);
}
.latest-products article .latest-products-container.inverse a.link .dida span.link {
  text-align: right;
  display: block;
  margin: 10px 120px 0 0;
}
.latest-products article .latest-products-container.inverse ul {
  float: right;
}

/* ---------------------------------------------------------------------------------------------------- */
/* LATEST EVENT HOMEPAGE ------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------- */
.latest-news {
  padding: 5% 0;
  text-align: center;
}
.latest-news hgroup {
  padding-bottom: 1%;
}
.latest-news article {
  padding: 5% 0;
}
.latest-news article h3 {
  font-family: "neuzeit-grotesk", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #636B73;
  font-size: 2.5rem;
  margin-top: 3%;
  line-height: normal;
}

/*

.results-list {
  margin: 0;
  padding: 0 0 30px 0;

  .no-matches {
    margin: 5% 0;
    width: 100%;
    text-align: center;
    float: left;

    img {
      width: auto;
    }
  }

  li {
    list-style: none;
    margin-bottom: 20px;

    a {
      @include flex(center, center, row);

      picture {
        margin-right: 20px;

        img {
          width: 80px;
          border: 1px solid $grigio;
          @include transitionEase();
        }
      }

      h4 {
        font-size: 15px;
        @include fontWeight(900);
        @include transitionEase();
        line-height: 16px;
        margin-bottom: 10px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
      }
      h5 {
        font-size: 12px;
        @include fontWeight(400);
        color: $rosso;
        line-height: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 5px 0;
      }
      p {
        font-size: 12px;
        @include fontWeight(400);
        line-height: 14px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
      }

      &:hover {
        h4 {
          color: $rosso;
        }
        picture img {
          border: 1px solid $rosso;
        }
      }
    }
  }


}

.search-page {
  padding: 2% 0;
  header {
    width: 100%;
    text-align: center;

    h1 {
      display: inline-block;
      @include textTranform(uppercase);
      letter-spacing: 10px;
      padding: 30px 0;
      margin-bottom: 80px;
      border-bottom: 1px solid $rosso;
    }
  }

  .results-list {
    max-width: 650px;
    margin: 0 auto;

    li {
      a {
        @include flex();

        picture img {
          width: 145px;
        }

        h4 {
          font-size: 18px;
        }
        h5, p {
          font-size: 14px;
          margin-top: 5px;
          float: left;
        }
      }
    }
  }
}
*/
/* ---------------------------------------------------------------------------------------------------- */
/* INTESTAZIONE --------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.intro-page {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background-image: url("/library/pagination/images/intro-page.jpg");
  background-size: cover;
  background-position: 50% 50%;
  min-height: 16.6666666667vw;
}
.intro-page h1, .intro-page h3, .intro-page p {
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.intro-page.intro-contacts {
  background-image: url("/library/pagination/images/intro-contact.jpg");
  /*min-height:  400px;*/
}

/* ---------------------------------------------------------------------------------------------------- */
/* INFO ----------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.info-contacts hgroup {
  padding: 4% 0;
}
.info-contacts hgroup h1 {
  text-align: center;
}
.info-contacts .form-container {
  position: relative;
  display: inline-block;
}
.info-contacts .flex {
  background-image: url("/library/pagination/icon/drop.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  padding-bottom: 10%;
  align-items: flex-start;
}
.info-contacts .flex h2 {
  text-transform: uppercase;
  font-family: "neuzeit-grotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1rem;
  padding-bottom: 5%;
}
.info-contacts .flex p {
  margin: 0 0 5% 0;
}
.info-contacts .flex small {
  width: 100%;
  padding: 5% 0;
  display: block;
  font-family: "neuzeit-grotesk", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.75em;
}
.info-contacts .flex address {
  width: 45%;
  padding-right: 5%;
}
.info-contacts .flex address a {
  font-family: "neuzeit-grotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.info-contacts .flex .form-container {
  width: 45%;
  padding-left: 5%;
}
.info-contacts .flex .form-container small {
  padding-top: 0;
}
.info-contacts .flex .form-container h4 {
  font-family: "neuzeit-grotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3% 0 2% 0;
  font-size: 1.125em;
}
.info-contacts .flex .form-container form p {
  font-size: 0.875rem;
}

.info-contacts .form-container h4 {
  font-family: "neuzeit-grotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3% 0 2% 0;
  font-size: 1.125em;
}

/* ---------------------------------------------------------------------------------------------------- */
/* HISTORY -------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.history {
  padding: 3% 0;
}
.history .step {
  /*@include flex(flex-start, center, row);*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0;
  padding: 0 0 5% 0;
  background-image: url("/library/pagination/icon/line.svg");
  background-position: 50% 0;
  background-repeat: repeat-y;
}
.history .step article {
  width: calc(50% - 60px);
  padding: 0 30px;
}
.history .step article hgroup h2 {
  /*font-size: 3.5rem;
  line-height: 4rem;*/
  margin: 0;
  padding: 0 0 5% 0;
}
.history .step article hgroup h2 span {
  display: none;
}
.history .step article p {
  text-align: justify;
  text-justify: newspaper;
  text-align-last: left;
  width: 70%;
  font-size: clamp(15px, 2vw, 16px);
}
.history .step div {
  width: calc(50% - 30px);
  padding-right: 30px;
  position: relative;
}
.history .step div picture {
  width: 100%;
  margin-top: 5%;
}
.history .step div p {
  font-family: "ivypresto-headline", serif;
  font-style: normal;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  font-size: 16vw;
  line-height: normal;
  position: absolute;
  z-index: 3;
  padding: 0;
  margin: 0;
  bottom: -0.35em;
  left: 3%;
  right: 3%;
}
.history .step.inverse {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
}
.history .step.inverse article hgroup h2 {
  text-align: right;
}
.history .step.inverse article p {
  text-align: justify;
  text-justify: newspaper;
  text-align-last: left;
  width: 70%;
  float: right;
}
.history .step.inverse div {
  padding-right: 0;
  padding-left: 30px;
}
.history .step.inverse div p {
  text-align: right;
}

/* ---------------------------------------------------------------------------------------------------- */
/* PRIVACY & COOKIE PAGES ----------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.privacy {
  margin-top: 4%;
  margin-bottom: 3vw;
}
.privacy h3 {
  margin: 40px 0 25px 0;
  padding: 0;
  letter-spacing: 1px;
}
.privacy h4 {
  margin: 20px 0;
  padding: 0;
  font-family: "neuzeit-grotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.privacy p, .privacy ul li {
  margin: 10px 0;
  padding: 0;
  color: #636B73;
}
.privacy a {
  font-family: "neuzeit-grotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.privacy hr {
  background-color: #DADEE3;
}

/* ---------------------------------------------------------------------------------------------------- */
/* FOOTER --------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
footer {
  background-color: #000000;
  color: #FFFFFF;
  padding: 0;
  margin: 0 160px;
  width: calc(100vw - 320px);
}
footer.footer767 {
  display: none;
}
footer .container-full {
  padding: 0 30px;
}
footer .footer-sections {
  display: grid;
  grid-template-columns: 50% 20% 20% 10%;
  grid-template-rows: auto;
  grid-template-areas: "address quicklinks1 quicklinks2 made-in-italy";
}
footer .footer-sections a {
  position: relative;
  overflow: hidden;
}
footer .footer-sections a::after {
  content: "";
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
footer .footer-sections a:hover::after {
  -webkit-animation-name: linemove;
  -webkit-animation-duration: 1s;
  animation-name: linemove;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
footer .footer-sections .footer-made-in-italy a::after {
  display: none;
}
footer .footer-address {
  border-right: 1px solid #636B73;
  padding: 30px 0 20px 0;
  grid-area: address;
  color: #FFFFFF;
  font-size: clamp(14px, 2vw, 16px);
}
footer .footer-address span {
  font-family: "ivypresto-headline", serif;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(22px, 2vw, 36px);
}
footer .footer-address p {
  color: #FFFFFF;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 180%;
  margin: 8px 0 0 0;
}
footer .footer-address a {
  color: #FFFFFF;
  font-size: clamp(14px, 2vw, 16px);
  display: inline-block;
}
footer .footer-address a.social {
  padding: 0 3px;
  font-size: clamp(18px, 2vw, 20px);
  line-height: clamp(32px, 2vw, 35px);
  font-family: "ivypresto-headline", serif;
  font-style: normal;
  font-weight: 300;
  display: block;
}
footer .footer-address a.social span {
  font-size: clamp(18px, 2vw, 20px);
}
footer .footer-address a.social img {
  display: none;
}
footer .footer-address ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  float: left;
}
footer .footer-address ul li {
  float: left;
  position: relative;
  padding-right: 10px;
}
footer .footer-address ul li::after {
  content: " | ";
  position: absolute;
  right: 0;
  top: 4px;
}
footer .footer-address ul li:last-child::after {
  content: "";
}
footer .footer-address ul.dati-footer {
  margin-bottom: 10px;
}
footer .footer-address ul.dati-footer li {
  margin-right: 10px;
}
footer .footer-address ul.dati-footer li::after {
  content: " - ";
  top: 0;
}
footer .footer-address ul.dati-footer li:last-child::after {
  content: "";
}
footer .footer-quicklinks1 {
  grid-area: quicklinks1;
  align-self: end;
  padding-left: 15px;
}
footer .footer-quicklinks2 {
  grid-area: quicklinks2;
  align-self: end;
}
footer .footer-quicklinks1, footer .footer-quicklinks2 {
  padding-bottom: 20px;
}
footer .footer-quicklinks1 ul, footer .footer-quicklinks2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer-quicklinks1 ul li, footer .footer-quicklinks2 ul li {
  margin-top: 5px;
}
footer .footer-quicklinks1 ul li a, footer .footer-quicklinks2 ul li a {
  display: inline-block;
  color: #FFFFFF;
  font-size: clamp(14px, 2vw, 16px);
  margin-right: 10px;
}
@-moz-keyframes linemove {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@-webkit-keyframes linemove {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@-o-keyframes linemove {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes linemove {
  0% {
    transform: translateX(-100%);
  }
  40% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
footer .footer-made-in-italy {
  grid-area: made-in-italy;
  padding-bottom: 20px;
  align-self: end;
  font-family: "ivypresto-headline", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  color: #FFFFFF;
}
footer .footer-made-in-italy a {
  color: #FFFFFF;
  text-align: center;
}
footer .footer-made-in-italy a p {
  margin: 0;
  font-family: "ivypresto-headline", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
}
footer .footer-made-in-italy a span {
  display: block;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
footer .footer-made-in-italy a:hover span {
  color: #D70011;
}
footer .footer-info {
  border-top: 1px solid #636B73;
  padding: 15px 30px;
  color: #A1A6AB;
}
footer .footer-info .container-full {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
footer .footer-info p, footer .footer-info a {
  color: #A1A6AB;
  font-size: clamp(12px, 2vw, 14px);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin: 0;
}
footer .footer-info a:hover {
  color: #E2E6EB;
}

/* ---------------------------------------------------------------------------------------------------- */
/* INPUT RICERCA -------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.search-container .input-block {
  border: solid 1px #DADEE3;
}

#reset-find-product {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 27px;
  right: 33px;
  background: #FFFFFF;
  padding: 10px;
  z-index: 2;
}

/* ---------------------------------------------------------------------------------------------------- */
/* TOOLTIP -------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.tooltip {
  position: relative;
}
.tooltip::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #BC0219;
  background-color: unset;
  content: "";
  display: block;
  margin-top: -4px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: -8px;
  top: calc(50% - 4px);
  -webkit-transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -moz-transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -ms-transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  z-index: 10;
}
.tooltip .tooltip-container {
  font-family: "neuzeit-grotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
  background: -webkit-linear-gradient(right, #BC0219, #D70011);
  background: -moz-linear-gradient(right, #BC0219, #D70011);
  background: -ms-linear-gradient(right, #BC0219, #D70011);
  background: -o-linear-gradient(right, #BC0219, #D70011);
  background: linear-gradient(right, #BC0219, #D70011);
  color: #FFFFFF;
  -webkit-transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -moz-transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -ms-transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  display: block;
  z-index: 10;
  padding: 10px;
  position: absolute;
  left: -184px;
  bottom: calc(50% - 18px);
  opacity: 0;
  pointer-events: none;
  font-size: clamp(12px, 2vw, 14px);
  line-height: clamp(12px, 2vw, 14px);
  /* font-size: 0.75rem;
   line-height: 1.35rem;*/
  min-width: 156px;
}
.tooltip .tooltip-container.dwl {
  left: -214px;
  bottom: calc(50% - 27px);
  padding: 10px 25px;
  background: #000000;
}
.tooltip .tooltip-container.dwl a {
  font-family: "ivypresto-headline", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  text-align: left;
  display: block;
  padding: 10px 0;
  color: #FFFFFF;
  -webkit-transition: color 0.4s ease 0s;
  -moz-transition: color 0.4s ease 0s;
  -ms-transition: color 0.4s ease 0s;
  -o-transition: color 0.4s ease 0s;
  transition: color 0.4s ease 0s;
}
.tooltip .tooltip-container.dwl a:hover {
  color: #DADEE3;
}
.tooltip:hover::after {
  opacity: 1;
  pointer-events: auto;
}
.tooltip:hover .tooltip-container {
  opacity: 1;
  pointer-events: auto;
}

.tooltip.tooltip-top::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  left: calc(50% - 4px);
  top: -12px;
}
.tooltip.tooltip-top .tooltip-container {
  right: calc(50% - 75px);
  bottom: 48px;
  left: inherit;
}

.tooltip.change-lang .tooltip-container {
  background: #000000;
  padding: 5px 10px;
  text-align: center;
}
.tooltip.change-lang .tooltip-container a {
  display: inline-block;
  color: #FFFFFF;
  font-family: big-caslon-fb, serif;
  /*text-transform: lowercase;*/
  font-size: 0.8rem;
  padding: 5px 10px;
  text-decoration: underline;
  -webkit-transition: color 0.4s ease 0s;
  -moz-transition: color 0.4s ease 0s;
  -ms-transition: color 0.4s ease 0s;
  -o-transition: color 0.4s ease 0s;
  transition: color 0.4s ease 0s;
}
.tooltip.change-lang .tooltip-container a:hover {
  color: #DADEE3;
}
.tooltip.change-lang::after {
  border-color: transparent transparent transparent #000000;
}

.tooltip.catalogue::after {
  border-color: transparent transparent transparent #000000;
}

.finishes .tooltip::after {
  border-width: 8px 8px 0 8px;
  border-color: #BC0219 transparent transparent transparent;
  top: 10px;
  left: calc(50% - 4px);
}
.finishes .tooltip .tooltip-container {
  background: -webkit-linear-gradient(bottom, #BC0219, #D70011);
  background: -moz-linear-gradient(bottom, #BC0219, #D70011);
  background: -ms-linear-gradient(bottom, #BC0219, #D70011);
  background: -o-linear-gradient(bottom, #BC0219, #D70011);
  background: linear-gradient(bottom, #BC0219, #D70011);
  position: absolute;
  right: calc(50% - 140px);
  top: -30px;
  bottom: inherit;
  min-width: 260px;
}

.grecaptcha-badge {
  display: none;
}

/* ---------------------------------------------------------------------------------------------------- */
/* LOADERS --------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
#svgloader, #svgloaderslider, #svgloaderlogin, #svgloadersearch, #svgloadercontatti {
  width: 90px;
  left: calc(50% - 45px);
  top: 150px;
  position: absolute;
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0s;
  -moz-transition: opacity 0.4s ease 0s;
  -ms-transition: opacity 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}

#svgloader.loaded, #svgloaderslider.loaded, #svgloaderlogin.loaded {
  opacity: 0;
}

/* ---------------------------------------------------------------------------------------------------- */
/* FINE LOADERS --------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
/* COOKIE --------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
#cookie {
  position: fixed;
  background: #FFFFFF;
  right: 0px;
  bottom: 0;
  z-index: 9999;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  padding: 50px 70px;
  max-width: 600px;
  -webkit-transition: transform 0.7s ease 0s;
  -moz-transition: transform 0.7s ease 0s;
  -ms-transition: transform 0.7s ease 0s;
  -o-transition: transform 0.7s ease 0s;
  transition: transform 0.7s ease 0s;
  -webkit-transform: translateX(1000px);
  -moz-transform: translateX(1000px);
  -ms-transform: translateX(1000px);
  -o-transform: translateX(1000px);
  transform: translateX(1000px);
}
#cookie p {
  font-size: 0.8125rem;
  text-align: justify;
}
#cookie h1 {
  font-size: 1.375rem;
  color: #000000;
  margin: 15px 0 10px 0;
  font-family: "neuzeit-grotesk", sans-serif;
  font-style: normal;
  font-weight: 900;
  /*border-bottom: 1px solid $rosso;*/
  display: inline-block;
}
#cookie a {
  font-family: "neuzeit-grotesk", sans-serif;
  font-style: normal;
  font-weight: 900;
  color: #A0001B;
  text-decoration: underline;
}
#cookie .cookieclose {
  cursor: pointer;
  float: right;
}
#cookie a.cookieclose.btn {
  z-index: 1000;
  padding: 10px;
  background: #BC0219;
  letter-spacing: 0;
  font-family: "neuzeit-grotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: background 0.4s ease 0s;
  -moz-transition: background 0.4s ease 0s;
  -ms-transition: background 0.4s ease 0s;
  -o-transition: background 0.4s ease 0s;
  transition: background 0.4s ease 0s;
}
#cookie a.cookieclose.btn:hover {
  background: #A0001B;
}

.nav-mobile {
  display: none;
}

.share-mobile {
  display: none;
}

#categorie-blog-cont {
  background: #000000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  float: left;
  width: 100%;
}

#cookie.in {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: transform 0.4s ease 0.5s;
  -moz-transition: transform 0.4s ease 0.5s;
  -ms-transition: transform 0.4s ease 0.5s;
  -o-transition: transform 0.4s ease 0.5s;
  transition: transform 0.4s ease 0.5s;
}

.icona-difference {
  stroke-width: 1;
  background-color: transparent;
  mix-blend-mode: difference;
  vector-effect: non-scaling-stroke;
  width: 40px;
  height: 40px;
  display: none;
  pointer-events: none; /* l’<a> riceve il click */
}

/* ---------------------------------------------------------------------------------------------------- */
/* MEDIA QUERY ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
@media all and (max-width: 1599px) {
  footer .container-full {
    width: calc(100% - 60px);
  }
}
@media all and (max-width: 1540px) {
  .tooltip .tooltip-container {
    left: -168px;
  }
  .padding-mobile {
    max-width: calc(100% - 40px);
    margin: 0 auto;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .product.padding-mobile {
    padding-top: 0;
    margin-top: 5%;
  }
}
@media all and (max-width: 1366px) {
  main.companypage.made-in-italy .bgImageContain {
    background-size: 69%;
  }
  main.companypage.made-in-italy .bgImageContain article {
    width: 90% !important;
    margin-right: 10% !important;
  }
  main.companypage.made-in-italy .bgImageContain hgroup {
    padding-bottom: 2%;
  }
  main.companypage.made-in-italy .bgImageContain hgroup h2 {
    padding-right: 55%;
  }
  .latest-products article .latest-products-container a.link .dida hgroup h4 {
    font-size: 1rem;
  }
  footer .footer-sections {
    grid-template-areas: "address address address" "quicklinks1 quicklinks2 made-in-italy";
    grid-template-columns: 42% 42% 16%;
  }
  footer .footer-sections .footer-address {
    border-right: none;
    border-bottom: 1px solid #636B73;
  }
  footer .footer-sections .footer-quicklinks2, footer .footer-sections .footer-made-in-italy {
    padding-left: 20px;
  }
  .history .step article p, .history .step.inverse article p {
    width: 100%;
  }
}
@media all and (max-width: 1280px) {
  .latest-products article .latest-products-container a.gallery {
    top: 20px;
    left: 20px;
  }
  .latest-products article .latest-products-container.inverse a.gallery {
    right: inherit;
    left: calc(35% + 20px);
  }
  .latest-news article {
    max-width: calc(100% - 40px);
    padding: 0 20px;
  }
  .latest-news article h3 {
    font-size: 2rem;
  }
}
@media all and (max-width: 1080px) {
  footer .footer-sections {
    grid-template-areas: "address address" "quicklinks1 quicklinks2" "made-in-italy made-in-italy";
    grid-template-columns: 50% 50%;
  }
  footer .footer-sections .footer-made-in-italy {
    width: 100%;
    padding: 15px 0;
    border-top: 0;
    text-align: center;
  }
  footer .footer-sections .footer-made-in-italy img {
    max-width: 200px;
    margin: 10px 0;
  }
  footer .footer-sections .footer-made-in-italy img:nth-last-child(2) {
    display: none;
  }
}
@media all and (max-width: 1279px) {
  .icona-difference {
    display: block;
  }
  .icona-no-difference {
    display: none;
  }
  .product.padding-mobile {
    padding: 0;
    max-width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .catalogue picture h3 {
    bottom: -25px;
  }
  .history .step div p {
    font-size: 13vw;
  }
  .history .step article hgroup h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .history .step article p {
    width: 100%;
    /* margin-top: 0;*/
  }
  .history .step.inverse article p {
    width: 100%;
  }
  .nav-mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 7% 0 1% 0 !important;
  }
  .nav-mobile a {
    margin: 0 2%;
    -webkit-transition: transform 0.4s ease 0s;
    -moz-transition: transform 0.4s ease 0s;
    -ms-transition: transform 0.4s ease 0s;
    -o-transition: transform 0.4s ease 0s;
    transition: transform 0.4s ease 0s;
  }
  .nav-mobile a.next, .nav-mobile a.prev {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 125px;
    color: #000000;
    position: relative;
    margin-top: 20px;
  }
  .nav-mobile a.next span, .nav-mobile a.prev span {
    position: absolute;
    left: 0;
    top: -25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 125px;
    display: block;
  }
  .nav-mobile a.next p, .nav-mobile a.prev p {
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 125px;
  }
  .nav-mobile a.next p:first-child, .nav-mobile a.prev p:first-child {
    top: -30px;
  }
  .nav-mobile a.next p:nth-child(2), .nav-mobile a.prev p:nth-child(2) {
    top: 15px;
  }
  .nav-mobile a.next p b, .nav-mobile a.prev p b {
    font-family: "ivypresto-headline", serif;
    font-style: normal;
    font-weight: 300;
  }
  .nav-mobile a.prev p {
    text-align: right;
  }
  .nav-mobile a:hover.next {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
  .nav-mobile a:hover.prev {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  .nav-mobile a.inactive {
    pointer-events: none;
    opacity: 0.15;
  }
}
@media all and (max-width: 1023px) {
  .history .step {
    background-image: none;
    flex-direction: column;
  }
  .history .step div {
    width: 100%;
    padding-right: 0;
    overflow: hidden;
  }
  .history .step div picture {
    margin-top: 0;
  }
  .history .step div p {
    left: 25px;
    right: 25px;
    font-size: 25vw;
    color: #FFFFFF;
    bottom: -0.3em;
  }
  .history .step article {
    width: calc(100% - 50px);
    padding: 4% 25px 6% 25px;
  }
  .history .step article hgroup h2 {
    font-size: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
    display: inline-block;
    -webkit-transform: translateX(-25px);
    -moz-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    -o-transform: translateX(-25px);
    transform: translateX(-25px);
    padding-left: 25px;
  }
  .history .step.inverse {
    flex-direction: column;
  }
  .history .step.inverse div {
    width: 100%;
    padding-left: 0;
    overflow: hidden;
  }
  .history .step.inverse article {
    width: calc(100% - 50px);
    padding: 4% 25px 6% 25px;
  }
  .history .step.inverse article hgroup {
    float: right;
  }
  .history .step.inverse article hgroup h2 {
    font-size: 30px;
    display: inline-block;
    -webkit-transform: translateX(25px);
    -moz-transform: translateX(25px);
    -ms-transform: translateX(25px);
    -o-transform: translateX(25px);
    transform: translateX(25px);
    padding-left: 0;
    padding-right: 25px;
  }
  .history .pendant {
    display: none;
  }
  main.companypage.made-in-italy {
    padding: 0 7vw;
    width: 86vw;
  }
  main.companypage.made-in-italy .bgImageContain {
    background-size: 100%;
  }
  main.companypage.made-in-italy .bgImageContain hgroup {
    width: 50%;
  }
  main.companypage.made-in-italy .bgImageContain hgroup h2 {
    padding-right: 0;
    padding-left: 10%;
    text-align: left;
  }
  main.companypage.made-in-italy .bgImageContain article {
    width: 100% !important;
    margin-right: 0 !important;
  }
  main.companypage.made-in-italy .bgImageContain article div {
    width: 90% !important;
    padding: 0 5% !important;
  }
  main.companypage.made-in-italy .company-strip article.three-column div {
    max-width: 90%;
    width: 90%;
    margin: 0 auto;
    padding: 5% 0;
  }
}
@media all and (max-width: 900px) {
  footer .footer-info .container-full {
    flex-direction: column;
  }
}
@media all and (max-width: 768px) {
  .info-contacts .flex {
    flex-direction: column;
    background-image: none;
  }
  .info-contacts .flex address {
    width: 100%;
    padding-right: 0;
  }
  .info-contacts .flex .form-container {
    width: 100%;
    padding-left: 0%;
  }
  .latest-news article h3 {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 767px) {
  .share-mobile {
    display: block;
  }
  main {
    margin-top: 70px;
  }
  .intro-page {
    min-height: 33.3333333333vw;
  }
  .catalogue {
    padding: 15% 0 5% 0;
  }
  .catalogue picture {
    width: 49.5%;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
  .catalogue picture h3 {
    font-size: 10vw;
    bottom: -10%;
  }
  .catalogue a:first-child picture {
    margin-left: 0;
  }
  .catalogue a:last-child picture {
    margin-right: 0;
  }
  .latest-products article {
    background: url("/library/pagination/icon/long-line.svg") 50% 20px no-repeat;
  }
  .latest-products article .latest-products-container a.link,
  .latest-products article .latest-products-container.inverse a.link {
    flex-direction: column-reverse;
  }
  .latest-products article .latest-products-container a.link picture,
  .latest-products article .latest-products-container.inverse a.link picture {
    width: calc(100% - 80px);
  }
  .latest-products article .latest-products-container a.link .dida,
  .latest-products article .latest-products-container.inverse a.link .dida {
    width: calc(100% - 110px);
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  .latest-products article .latest-products-container a.link .dida hgroup,
  .latest-products article .latest-products-container.inverse a.link .dida hgroup {
    padding: 5px;
    width: calc(100% - 10px);
  }
  .latest-products article .latest-products-container a.link .dida hgroup h3,
  .latest-products article .latest-products-container.inverse a.link .dida hgroup h3 {
    font-size: 2rem;
  }
  .latest-products article .latest-products-container a.link .dida hgroup h3 span,
  .latest-products article .latest-products-container.inverse a.link .dida hgroup h3 span {
    font-size: 1rem;
  }
  .latest-products article .latest-products-container a.link .dida span.link,
  .latest-products article .latest-products-container.inverse a.link .dida span.link {
    display: none;
  }
  .latest-products article .latest-products-container a.link .dida h4,
  .latest-products article .latest-products-container.inverse a.link .dida h4 {
    color: #636B73;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
  .latest-products article .latest-products-container ul,
  .latest-products article .latest-products-container.inverse ul {
    width: calc(100% - 60px);
    padding: 10px 30px 20px 30px;
    float: none;
  }
  .latest-products article .latest-products-container ul li,
  .latest-products article .latest-products-container.inverse ul li {
    width: 30px;
  }
  .latest-products article .latest-products-container ul li img,
  .latest-products article .latest-products-container.inverse ul li img {
    width: 30px;
  }
  .latest-products article .latest-products-container ul li.view-all,
  .latest-products article .latest-products-container.inverse ul li.view-all {
    height: 22px;
    width: auto;
  }
  .latest-products article .latest-products-container a.gallery,
  .latest-products article .latest-products-container.inverse a.gallery {
    top: 135px;
    left: 20px;
    background: #000000;
  }
  .latest-news {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #F7F8F9;
    z-index: 100;
    height: 60px;
    padding: 0;
  }
  .latest-news hgroup, .latest-news .btn, .latest-news h3 {
    display: none;
  }
  .latest-news article {
    max-width: calc(100% - 20px);
    padding: 0 0 0 20px;
  }
  .latest-news article h3 {
    font-size: 2rem;
  }
  .latest-news article a {
    float: left;
    display: block;
    width: 100%;
    height: 100%;
  }
  .latest-news article a span {
    background: #E2E6EB;
    color: #000000;
    width: 80px;
    float: right;
    height: 60px;
    font-size: 18px;
    line-height: 24px;
    padding-top: 5px;
  }
  .latest-news article a img {
    float: left;
    max-width: calc(100% - 100px);
    height: 50px;
    margin-top: 5px;
  }
  footer.footer768 {
    display: none;
  }
  footer.footer767 {
    display: grid;
    grid-template-columns: 55% 45%;
    grid-template-rows: auto;
    grid-template-areas: "possoni possoni" "links social" "made made" "utility utility";
  }
  footer.footer767 .possoni {
    grid-area: possoni;
    border-bottom: 1px solid #636B73;
  }
  footer.footer767 .possoni p {
    font-family: "ivypresto-headline", serif;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    color: #FFFFFF;
    margin: 0;
    padding: 30px 20px;
  }
  footer.footer767 .quicklinks {
    grid-area: links;
    list-style: none;
    border-right: 1px solid #636B73;
    margin: 0;
    padding: 0;
  }
  footer.footer767 .quicklinks li {
    margin: 10px 0;
    padding: 0 20px;
  }
  footer.footer767 .quicklinks li a {
    color: #FFFFFF;
  }
  footer.footer767 .social {
    grid-area: social;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  footer.footer767 .social li {
    margin: 10px 0;
    padding: 0 20px;
  }
  footer.footer767 .social li a {
    color: #FFFFFF;
    font-family: "ivypresto-headline", serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
  }
  footer.footer767 .fmid {
    grid-area: made;
    border-top: 1px solid #636B73;
  }
  footer.footer767 .fmid a {
    padding: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    color: #FFFFFF;
  }
  footer.footer767 .fmid a img {
    flex: 0 0 50%;
  }
  footer.footer767 .fmid a div p, footer.footer767 .fmid a div span {
    display: block;
    font-family: "ivypresto-headline", serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    text-align: center;
    padding: 0;
    margin: 4px 0;
  }
  footer.footer767 .fmid a div img, footer.footer767 .fmid a div svg {
    width: 100%;
  }
  footer.footer767 .futs {
    border-top: 1px solid #636B73;
    grid-area: utility;
    padding: 20px;
    text-align: left;
    color: #636B73;
    font-family: "neuzeit-grotesk", sans-serif;
    font-style: normal;
    font-weight: 400;
  }
  .info-contacts .flex small {
    font-size: 10px;
    font-family: "neuzeit-grotesk", sans-serif;
    font-style: normal;
    font-weight: 400;
  }
  .share-mobile {
    color: #FFFFFF;
    -webkit-transition: bottom 0.4s ease 0s;
    -moz-transition: bottom 0.4s ease 0s;
    -ms-transition: bottom 0.4s ease 0s;
    -o-transition: bottom 0.4s ease 0s;
    transition: bottom 0.4s ease 0s;
    text-align: center;
    clear: both;
    display: block;
    float: left;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 99;
  }
  .share-mobile.visible {
    bottom: -101px;
  }
  .share-mobile .toggleShareMobile {
    padding: 0 20px;
    text-align: left;
    border-bottom: 1px solid #636B73;
    height: 80px;
    background: #BC0219;
    display: block;
    width: calc(100% - 40px);
    float: left;
    padding-bottom: calc(env(safe-area-inset-bottom));
  }
  .share-mobile .toggleShareMobile img {
    width: auto;
    float: left;
    margin-top: 18px;
    margin-right: 20px;
    -webkit-transition: transform 0.4s ease 0s;
    -moz-transition: transform 0.4s ease 0s;
    -ms-transition: transform 0.4s ease 0s;
    -o-transition: transform 0.4s ease 0s;
    transition: transform 0.4s ease 0s;
  }
  .share-mobile .toggleShareMobile h3 {
    color: #FFFFFF;
    float: left;
    line-height: 80px;
    font-size: clamp(26px, 2vw, 32px);
  }
  .share-mobile .toggleShareMobile h3.shareIt {
    display: none;
  }
  .share-mobile .toggleShareMobile.nav-blog {
    background: #000000;
  }
  .share-mobile ul {
    background: #BC0219;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
  }
  .share-mobile ul li {
    list-style: none;
    padding: 0;
    width: 50px;
    margin: 0 4px;
  }
  .share-mobile ul li a {
    padding: 0;
    display: block;
  }
  .share-mobile ul li a img {
    background-color: #A0001B;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: right;
    width: 38px;
    padding: 8px;
  }
  .share-mobile ul.categorie-blog {
    background: #000000;
    width: calc(40% - 1px);
    align-items: flex-start;
    flex-direction: column;
  }
  .share-mobile ul.categorie-blog li {
    width: calc(100% - 24px);
    float: left;
    padding: 5px 8px;
    font-size: 16px;
  }
  .share-mobile ul.categorie-blog li a {
    color: #FFFFFF;
    display: block;
    padding-bottom: 10px;
  }
  .share-mobile ul.categorie-blog li:not(:last-child) a {
    border-bottom: 1px solid #636B73;
  }
  .share-mobile ul.tags-blog {
    background: #000000;
    width: calc(60% - 10px);
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    border-left: 1px solid #636B73;
    height: auto;
    padding: 10px 5px;
  }
  .share-mobile ul.tags-blog li {
    text-align: left;
    margin: 2px 5px;
    display: inline-block;
    width: auto;
  }
  .share-mobile ul.tags-blog li a {
    color: #000000;
    background-color: #FFFFFF;
    display: inline-block;
    padding: 5px;
    white-space: nowrap;
  }
  .share-mobile.in .toggleShareMobile img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .share-mobile.visible.in {
    /* @include transform(translateY(0px));*/
    bottom: 0;
  }
  .share-mobile.visible.in .toggleShareMobile img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .padding-mobile .container-full {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .share-mobile.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .info-contacts .flex {
    display: block;
  }
  .info-contacts .flex h2 {
    line-height: normal;
  }
  footer.m-bottom {
    margin-bottom: 80px;
  }
  .info-contacts .flex p {
    line-height: 30px;
  }
  .companypage.made-in-italy .bgImageContain {
    margin-top: 3%;
    background-position: 50% -35%;
    height: calc(100vh - 230px);
  }
  .companypage.made-in-italy .bgImageContain hgroup {
    display: none;
  }
  .companypage.made-in-italy .bgImageContain article div h3 {
    width: 50%;
    float: left;
  }
  .companypage.made-in-italy,
  .companypage.design {
    margin-top: 70px;
    /*.h1-mobile {
      padding-top: 68px;

      h1 {
        padding: 0;
      }
    }*/
  }
  main.companypage.made-in-italy {
    padding: 0 20px;
    width: calc(100% - 40px);
  }
  main.companypage.made-in-italy .bgImageContain {
    background-position: 19vw -35%;
  }
}
@media all and (max-width: 568px) {
  .title-mobile hgroup {
    margin: 0 !important;
  }
  .companypage.made-in-italy .bgImageContain {
    height: 100%;
  }
  .history .step article hgroup,
  .history .step.inverse article hgroup {
    float: left;
    width: 100%;
  }
  .history .step article hgroup h2,
  .history .step.inverse article hgroup h2 {
    text-align: left !important;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    padding-left: 0;
  }
}
@media all and (max-width: 450px) {
  footer .footer-address ul li::after {
    content: " ";
    display: none;
  }
  footer .footer-address a.social span {
    display: none;
  }
  footer .footer-address a.social img {
    opacity: 0.8;
    display: block;
    width: 35px;
    height: 35px;
    -webkit-transition: opacity 0.4s ease 0s;
    -moz-transition: opacity 0.4s ease 0s;
    -ms-transition: opacity 0.4s ease 0s;
    -o-transition: opacity 0.4s ease 0s;
    transition: opacity 0.4s ease 0s;
  }
  footer .footer-address a.social::after {
    display: none;
  }
  footer .footer-address a.social:hover img {
    opacity: 1;
  }
}

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