<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* COLOR VARIABLES
============================================= */
/* BTN PADDING WITH IMAGE BACKGROUND
============================================= */
/* FONT WEIGHTS
============================================= */
/* BG IMAGES
============================================= */
/* FLEXBOX
============================================= */
/* GRID
============================================= */
/* BOX SHADOW
============================================= */
/* OPACITY
============================================= */
/* TRANSITION
============================================= */
/* TRANSFORM
============================================= */
/* BORDER RADIUS
============================================= */
/* TEXT TRANSFORM
============================================= */
/* ---------------------------------------------------------------------------------------------------- */
/* NAVIGATION ----------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
header {
  position: fixed;
  width: 100%;
  z-index: 90;
  top: 0;
}
header .btn-triangle {
  display: inline-block;
  border: none;
}
header .btn-triangle::before {
  border-top: none;
  top: 0;
  bottom: inherit;
  content: "";
  position: absolute;
  left: -20px;
  width: 0;
  height: 0;
  border-bottom: 20px solid #0090DF;
  border-left: 20px solid transparent;
}
header .ask-quote, header .ecommerce-btn {
  position: absolute;
  top: -20px;
  left: calc(50% - 160px);
  height: 40px;
}
header .ask-quote .btn-icon img, header .ecommerce-btn .btn-icon img {
  width: auto;
  top: 12px;
}
header .ask-quote .btn {
  padding: 8px 40px !important;
  font-family: "Metropolis-Bold", Arial, Helvetica, Clean, sans-serif;
}
header .ecommerce-btn {
  background: #033E8C;
}
header .ecommerce-btn .ecommerce,
header .ecommerce-btn a.ecommerce,
header .ecommerce-btn a:visited.ecommerce,
header .ecommerce-btn a:hover.ecommerce {
  background: none;
  border: none;
}
header .ecommerce::before {
  border-bottom: 20px solid #023373;
  border-left: 20px solid transparent;
}
header .ecommerce-btn {
  left: inherit;
  right: 130px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  height: 40px;
  flex-wrap: nowrap;
}
header .ecommerce-btn a {
  margin: 0;
}
header .ecommerce-btn a.btn-triangle {
  padding-right: 15px;
  line-height: 20px;
}
header .ecommerce-btn a:nth-child(2), header .ecommerce-btn a:nth-child(3) {
  padding: 3px;
  height: 34px;
}
header .ecommerce-btn a:nth-child(2) img, header .ecommerce-btn a:nth-child(3) img {
  background: #023373;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 5px;
  margin: 2px;
}
header .ecommerce-btn a:nth-child(2) img:hover, header .ecommerce-btn a:nth-child(3) img:hover {
  background: #FFC84D;
}
header .ecommerce-btn .btn {
  color: #FFFFFF;
}
header a.mobile-icon {
  display: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  padding: 0;
}

.cartMenu {
  position: relative;
}
.cartMenu b {
  position: absolute;
  background: #CC0303;
  color: #FFFFFF;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  top: -10px;
  right: -7px;
  display: none;
}

header a.mobile-icon, .nav-toggle {
  /*-webkit-transition: .15s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .15s ease-in-out;
  transition: .15s ease-in-out;*/
  -webkit-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -ms-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}

.logo {
  position: absolute;
  left: 30px;
  z-index: 90;
  top: 20px;
}
.logo img {
  width: 150px;
  /*-webkit-transition: .15s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .15s ease-in-out;
  transition: .15s ease-in-out;*/
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mainMenu {
  background: #FFFFFF;
  position: relative;
  float: right;
  width: auto;
  margin-top: 40px;
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  height: 100px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.mainMenu a {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.mainMenu ul {
  list-style: none;
  margin: 0;
  float: left;
  padding: 0 20px;
  height: 100%;
}
.mainMenu ul li {
  color: #0090DF;
  float: left;
  text-transform: uppercase;
  line-height: 60px;
  height: 100%;
  display: table;
}
.mainMenu ul li:first-child {
  border-left: 0;
}
.mainMenu ul li a {
  color: #000000;
  font-family: "Metropolis-Black", Arial, Helvetica, Clean, sans-serif;
  font-size: 14px;
  font-display: fallback;
  padding: 0 10px;
  text-decoration: none;
  font-weight: normal;
  position: relative;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.mainMenu ul li a.active, .mainMenu ul li a:hover {
  color: #000000;
}
.mainMenu ul li a.active span {
  position: absolute;
  height: 2px;
  background: #00A5FF;
  left: 15px;
  right: 15px;
  bottom: 30px;
}
.mainMenu .change-language {
  font-family: "Metropolis-Black", Arial, Helvetica, Clean, sans-serif;
  font-size: 13px;
  font-display: fallback;
  width: 100%;
  height: 100%;
  display: table;
}
.mainMenu .action {
  background: #9AD0FD;
  color: #000000;
  float: right;
  height: 100%;
  position: relative;
  width: 70px;
  padding: 0 15px;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
}
.mainMenu .action .change-language {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 100%;
  flex-wrap: nowrap;
}
.mainMenu .action .change-language a {
  width: auto;
  color: #000000;
  text-align: center;
  margin: 0 4px;
}
.mainMenu .action .change-language a:hover {
  color: #033E8C;
}
.mainMenu .action img {
  width: 74px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 37px);
}

.scroll .mainMenu {
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.scroll .mainMenu .action {
  -webkit-border-radius: 0 8px 0 0;
  -moz-border-radius: 0 8px 0 0;
  border-radius: 0 8px 0 0;
}

.navigation {
  display: none;
}

/*menu ristretto allo scroll nello shop*/
/*.scroll.scroll2 {
  .mainMenu {
    height: 80px;
  }
}*/
/* ---------------------------------------------------------------------------------------------------- */
/* MEDIA QUERY ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1380px) {
  header .ask-quote {
    left: 24%;
  }
}
@media all and (max-width: 1350px) {
  .logo {
    left: 0;
  }
  .mainMenu ul {
    padding: 0 12px;
  }
  .mainMenu ul li a {
    font-size: 13px;
    padding: 0 8px;
  }
  .mainMenu .change-language {
    font-size: 13px;
  }
  header .ecommerce-btn {
    right: 115px;
  }
}
@media all and (max-width: 1250px) {
  header .container-full {
    max-width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
  header .ask-quote {
    left: auto;
    right: 325px;
  }
  .logo {
    top: 37px;
  }
  .logo img {
    width: 100px;
  }
  .mainMenu ul {
    padding: 0 10px;
  }
  .mainMenu ul li a {
    font-size: 12px;
    padding: 0 5px;
  }
  .mainMenu .change-language {
    font-size: 12px;
  }
}
@media screen and (max-width: 1200px) {
  header .ask-quote {
    left: 15%;
  }
  .shop-list .shop-list-item .btn-shop span {
    display: none;
  }
}
/* IPAD ------------------ */
@media screen and (max-width: 1024px) {
  .mainMenu {
    display: none;
  }
  .logo {
    top: 20px;
  }
  .logo img {
    width: 120px;
  }
  .navigation {
    display: block;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .scrollMobile .navigation {
    background: rgb(255, 255, 255);
    border-bottom: 1px solid #ECF0F2;
  }
  .nav-toggle {
    display: block;
    float: right;
    background: #FFFFFF;
    position: relative;
    width: 60px;
    height: 60px;
    z-index: 99;
    margin-top: 49px;
    margin-right: 20px;
    -webkit-transition: background 0.5s ease 0s;
    -moz-transition: background 0.5s ease 0s;
    -ms-transition: background 0.5s ease 0s;
    -o-transition: background 0.5s ease 0s;
    transition: background 0.5s ease 0s;
  }
  .nav-toggle:hover {
    background: #00A5FF;
  }
  /* ANIMAZIONE MENU */
  .nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 30px;
    background: #000000;
    opacity: 1;
    left: 15px;
    -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;
  }
  .nav-toggle span:nth-child(1) {
    top: 20px;
  }
  .nav-toggle.change span:nth-child(1) {
    top: 30px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .nav-toggle span:nth-child(2) {
    top: 30px;
  }
  .nav-toggle.change span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  .nav-toggle span:nth-child(3) {
    top: 40px;
  }
  .nav-toggle.change span:nth-child(3) {
    top: 30px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  /* FINE ANIMAZIONE MENU */
  ul.menu {
    position: fixed;
    background-color: #FFFFFF;
    margin: 0;
    padding: 95px 25px 0 25px;
    list-style: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transform: translateY(-105%);
    transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
  }
  ul.menu li {
    width: 100%;
    text-align: center;
    font-family: "Metropolis-Black", Arial, Helvetica, Clean, sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    color: #000000;
    text-transform: uppercase;
  }
  ul.menu li a {
    text-align: center;
    color: #000000;
    padding: 10px 0;
    display: block;
  }
  ul.menu li.mobile-menuShop {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 50px;
    flex-wrap: nowrap;
  }
  ul.menu li.mobile-menuShop a {
    margin: 0 5px;
  }
  ul.menu li.switch-lang {
    background-color: #55AEFA;
    width: 33%;
    float: left;
    margin-top: 15px;
  }
  ul.menu li.switch-lang a {
    color: #FFFFFF;
    padding: 20px 0;
  }
  ul.menu.active {
    transform: translateY(0%);
    opacity: 1;
  }
  header a.mobile-icon {
    display: none;
    /*display: inline-block;
    float: right;
    margin: 49px 1px;
    width: 60px;
    height: 60px;
    background: $blu;
    line-height: 75px;
    text-align: center;
    @include borderRadius(0);
    overflow: visible;*/
  }
  header a.mobile-icon:nth-child(2) {
    margin-right: 2px;
  }
  header a.mobile-icon img {
    width: 25px;
  }
  .scroll.scroll2 header a.mobile-icon, .scroll.scroll2 .nav-toggle {
    margin-top: 41px;
  }
  .shop .scroll {
    margin-top: 160px;
  }
  .shop .scroll.scroll2 .logo {
    top: 8px;
  }
  .shop .scroll.scroll2 header a.mobile-icon, .shop .scroll.scroll2 .nav-toggle {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .nav-toggle {
    width: 50px;
    height: 50px;
    margin-top: 41px;
  }
  .nav-toggle span {
    left: 11px;
  }
  .nav-toggle span:nth-child(1) {
    top: 15px;
  }
  .nav-toggle span:nth-child(2) {
    top: 25px;
  }
  .nav-toggle span:nth-child(3) {
    top: 35px;
  }
  .nav-toggle.change span:nth-child(3), .nav-toggle.change span:nth-child(1) {
    top: 25px;
  }
  header a.mobile-icon {
    margin: 41px 1px;
    width: 50px;
    height: 50px;
    line-height: 65px;
  }
}
@media screen and (max-width: 767px) {
  ul.menu li a {
    padding: 7px 0;
  }
}

/*# sourceMappingURL=menu.css.map */
</pre></body></html>