/* jost-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/jost-v18-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/jost-v18-latin-italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/jost-v18-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jost';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/jost-v18-latin-700italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* RESET */
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
p,
ul,
ol {
  display: block;
  font-size: inherit;
}
img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  border: 0;
}
a {
  color: inherit;
  transition: 0.2s;
  outline: 0;
  cursor: pointer;
  text-decoration: none;
}
a.is-link {
  text-decoration: underline;
}
a.is-link:hover {
  color: #467A53;
}
body {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #4b4b4b;
  font-weight: 400;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table tr:nth-child(odd) {
  background-color: #E3E3E3;
}
table tr th {
  padding: 20px;
  background: #009de0;
  color: #fff;
}
table tr td {
  padding: 15px 20px;
}
/* ATOMS */
b,
strong {
  font-weight: 700;
}
p:not(:last-child) {
  margin-bottom: 30px;
}
.list {
  margin-bottom: 30px;
}
.list li {
  margin: 0 0 0 20px;
}
h1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  padding-bottom: 7px;
  border-bottom: 1px solid #E3E3E3;
  letter-spacing: -0.5px;
}
h1.is-title {
  text-align: center;
  padding: 25px 0;
  border-bottom: none;
  font-size: 36px;
  line-height: 36px;
}
h1.width-contextual {
  padding: 0 10px 7px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
h1.width-contextual small {
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  color: #e4192f;
}
.static-page-title {
  border-bottom: 1px solid #E3E3E3;
  padding: 20px 0;
  margin-bottom: 30px;
}
.static-page-title .container {
  max-width: 1250px;
}
.static-page-title h2 {
  font-size: 12px;
  line-height: 12px;
  color: #4b4b4b;
  font-weight: 700;
}
.static-page-title h1 {
  border-bottom: none;
  padding-bottom: 0;
}
h2 {
  font-size: 21px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: -0.2px;
  margin-bottom: 4px;
  color: #009de0;
}
h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 5px;
  letter-spacing: -0.5px;
}
h4 {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  margin-top: 5px;
  letter-spacing: -0.5px;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #E3E3E3;
  color: #4b4b4b !important;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  transition: 0.3s;
  cursor: pointer;
  outline: 0;
  border: 1px solid transparent;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
  font-family: inherit;
  font-size: 13px;
  line-height: 13px;
  padding: 12px 20px;
}
.btn.btn-green {
  background-color: #45A53C;
  color: #fff !important;
}
.btn.btn-blue {
  background-color: #009de0;
  color: #fff !important;
}
.btn.btn-orange {
  background-color: #eb691b;
  color: #fff !important;
}
.btn.btn-ghost {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff !important;
}
.btn.btn-ghost:hover {
  border: 1px solid #4b4b4b;
}
.btn.btn-black {
  background-color: #1a1a1a;
  color: #fff !important;
}
.btn.btn-black:hover {
  background-color: #E3E3E3;
  color: #4b4b4b !important;
}
.btn.btn-img {
  padding-left: 44px;
}
.btn.btn-img svg {
  position: absolute;
  margin: 0 16px 0 0;
  left: 16px;
  width: 16px;
}
.btn:hover {
  background-color: #4b4b4b;
  color: #fff !important;
}
.container {
  margin: auto;
  max-width: 1440px;
  padding: 0 25px;
}
.container.static-page-container {
  max-width: 1250px;
  margin-bottom: 30px;
}
.container.static-page-container h1 {
  font-size: 16px;
  border: none;
  padding-top: 10px;
}
.container.static-page-container h2 {
  margin-bottom: 25px;
}
.container.static-page-container a {
  color: #009de0;
  font-weight: 600;
}
.container.static-page-container a:hover {
  color: #eb691b;
}
.container.static-page-container p:not(:last-child) {
  margin-bottom: 15px;
}
.container.static-page-container ul {
  list-style-type: circle;
  padding: 0 0 15px 25px;
  margin-top: -10px;
}
.static-page-chi-siamo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.static-page-chi-siamo .chi-siamo-text {
  width: calc(50% - 25px);
}
.static-page-chi-siamo .chi-siamo-images {
  width: calc(50% - 25px);
}
/* HELPER */
.t-left {
  text-align: left;
}
.t-center {
  text-align: center;
}
.t-right {
  text-align: right;
}
.t-color {
  color: #467A53;
}
.t-white {
  color: #fff;
}
.hidden,
[hidden] {
  display: none !important;
}
.disabled,
[disabled] {
  pointer-events: none !important;
  background-color: #E3E3E3;
}
/* PLACEHOLDER */
::-webkit-input-placeholder {
  color: #aaa;
}
:-moz-placeholder {
  color: #aaa;
}
::-moz-placeholder {
  color: #aaa;
}
:-ms-input-placeholder {
  color: #aaa;
}
/* SCROLLBAR */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #009de0;
}
▲ ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* PAGINATION */
.pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 25px;
  align-self: flex-end;
}
.pagination .pagination-prev,
.pagination .pagination-next {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #E3E3E3;
  color: #4b4b4b !important;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  transition: 0.3s;
  cursor: pointer;
  outline: 0;
  border: 1px solid transparent;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
  font-family: inherit;
  font-size: 13px;
  line-height: 13px;
  padding: 12px 20px;
  margin: 2px;
  border-radius: 100%;
  padding: 8px;
}
.pagination .pagination-prev.btn-green,
.pagination .pagination-next.btn-green {
  background-color: #45A53C;
  color: #fff !important;
}
.pagination .pagination-prev.btn-blue,
.pagination .pagination-next.btn-blue {
  background-color: #009de0;
  color: #fff !important;
}
.pagination .pagination-prev.btn-orange,
.pagination .pagination-next.btn-orange {
  background-color: #eb691b;
  color: #fff !important;
}
.pagination .pagination-prev.btn-ghost,
.pagination .pagination-next.btn-ghost {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff !important;
}
.pagination .pagination-prev.btn-ghost:hover,
.pagination .pagination-next.btn-ghost:hover {
  border: 1px solid #4b4b4b;
}
.pagination .pagination-prev.btn-black,
.pagination .pagination-next.btn-black {
  background-color: #1a1a1a;
  color: #fff !important;
}
.pagination .pagination-prev.btn-black:hover,
.pagination .pagination-next.btn-black:hover {
  background-color: #E3E3E3;
  color: #4b4b4b !important;
}
.pagination .pagination-prev.btn-img,
.pagination .pagination-next.btn-img {
  padding-left: 44px;
}
.pagination .pagination-prev.btn-img svg,
.pagination .pagination-next.btn-img svg {
  position: absolute;
  margin: 0 16px 0 0;
  left: 16px;
  width: 16px;
}
.pagination .pagination-prev:hover,
.pagination .pagination-next:hover {
  background-color: #4b4b4b;
  color: #fff !important;
}
.pagination .pagination-current {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #E3E3E3;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  transition: 0.3s;
  cursor: pointer;
  outline: 0;
  border: 1px solid transparent;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
  font-family: inherit;
  font-size: 13px;
  line-height: 13px;
  padding: 12px 20px;
  text-transform: none;
  margin: 2px;
  background-color: #fff !important;
  border-color: #fff !important;
  color: #4b4b4b !important;
  pointer-events: none;
}
.pagination .pagination-current.btn-green {
  background-color: #45A53C;
  color: #fff !important;
}
.pagination .pagination-current.btn-blue {
  background-color: #009de0;
  color: #fff !important;
}
.pagination .pagination-current.btn-orange {
  background-color: #eb691b;
  color: #fff !important;
}
.pagination .pagination-current.btn-ghost {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff !important;
}
.pagination .pagination-current.btn-ghost:hover {
  border: 1px solid #4b4b4b;
}
.pagination .pagination-current.btn-black {
  background-color: #1a1a1a;
  color: #fff !important;
}
.pagination .pagination-current.btn-black:hover {
  background-color: #E3E3E3;
  color: #4b4b4b !important;
}
.pagination .pagination-current.btn-img {
  padding-left: 44px;
}
.pagination .pagination-current.btn-img svg {
  position: absolute;
  margin: 0 16px 0 0;
  left: 16px;
  width: 16px;
}
.pagination .pagination-current:hover {
  background-color: #4b4b4b;
  color: #fff !important;
}
/* TOPBAR */
.topbar {
  background: #4b4b4b;
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  font-weight: 700;
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
}
.topbar .topbar-claim {
  padding: 0 10px;
}
.topbar .topbar-claim b {
  color: #eb691b;
}
.topbar .topbar-social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 20px;
  gap: 5px;
}
.topbar .topbar-social a {
  text-decoration: none;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 999px;
  background-color: #009de0;
  border: 1px solid transparent;
}
.topbar .topbar-social a svg {
  fill: #fff;
  width: 26px;
  height: auto;
  transition: 0.2s;
}
.topbar .topbar-social a:hover {
  background-color: transparent;
  border: 1px solid #009de0;
}
.topbar .topbar-social a:hover svg {
  fill: #009de0;
}
.topbar.topbar-ottici {
  background-color: #eb691b;
}
.topbar.topbar-ottici .topbar-claim {
  width: 100%;
  text-align: center;
}
.topbar.topbar-ottici .topbar-claim b {
  color: #fff;
}
/* HEADER */
.header {
  background-color: #fff;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header .header-logo {
  margin: 9px 0;
}
.header .header-logo img {
  width: auto;
  height: 60px;
}
.header .header-search {
  width: 50%;
  position: relative;
}
.header .header-search input {
  border-radius: 999px;
  padding: 0 20px;
}
.header .header-search .btn {
  position: absolute;
  right: 5px;
  top: 4px;
  padding: 0;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-search .btn svg {
  width: 18px;
}
.header .header-icons {
  display: flex;
}
.header .header-icons a {
  margin: 0 7px;
  line-height: 0;
}
.header .header-icons .header-cart-icon {
  position: relative;
}
.header .header-icons .header-cart-icon #cart-icon-count {
  position: absolute;
  min-width: 15px;
  height: 15px;
  top: -4px;
  right: -7px;
  background-color: #009de0;
  color: #fff;
  font-size: 10px;
  line-height: 11px;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-icons .header-phone-icon {
  display: none;
}
.header .header-icons .header-menu-icon {
  display: none;
}
/* MENU */
.menu {
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
}
.menu .container {
  display: flex;
}
.menu .menu-categorie {
  background-color: #4b4b4b;
  color: #fff;
  display: flex;
  align-items: center;
  width: 360px;
  height: 60px;
  padding: 0 25px 0 20px;
  position: relative;
  cursor: pointer;
  z-index: 15;
}
.menu .menu-categorie img {
  width: 15px;
  height: auto;
  margin-right: 15px;
}
.menu .menu-categorie .menu-categorie-list {
  width: 360px;
  min-width: 360px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  align-self: flex-start;
  position: absolute;
  top: 100%;
  left: 0;
  color: #4b4b4b;
  opacity: 0;
  transition: 0.3s;
  transform: translateY(-5px);
  visibility: hidden;
}
.menu .menu-categorie .menu-categorie-list .categoria {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  padding: 0 10px 0 5px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
}
.menu .menu-categorie .menu-categorie-list .categoria img {
  width: auto;
  height: 27px;
  margin: 5px 10px;
}
.menu .menu-categorie .menu-categorie-list .categoria svg {
  width: 16px;
  margin-left: auto;
}
.menu .menu-categorie .menu-categorie-list .categoria.selected {
  background-color: #E4EAD1 !important;
}
.menu .menu-categorie .menu-categorie-list .categoria:hover {
  background-color: #E3E3E3;
}
.menu .menu-categorie .menu-categorie-list .sottocategorie {
  display: block !important;
  height: auto;
  transition: 0.6s;
  opacity: 1;
  overflow: hidden;
  transform: translateX(0px);
  background-color: #f7f7f7;
}
.menu .menu-categorie .menu-categorie-list .sottocategorie .categoria {
  padding-left: 52px;
}
.menu .menu-categorie .menu-categorie-list .sottocategorie[hidden] {
  display: block !important;
  height: 0;
  opacity: 0;
  transform: translateX(-5px);
}
.menu .menu-categorie .menu-categorie-list .sottocategorie.level-3 .categoria {
  padding-left: 84px;
}
.menu .menu-categorie .menu-categorie-list svg {
  margin-right: 0;
}
.menu .menu-categorie .menu-categorie-list.is-open {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.menu .menu-list {
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.menu .menu-list a {
  display: flex;
  align-items: center;
  margin: 0 15px;
  height: 60px;
  white-space: nowrap;
}
.menu .menu-list a:hover {
  color: #eb691b;
}
.menu .menu-list a.is-active {
  color: #009de0 !important;
  font-weight: 700;
}
.menu .menu-list a#m_offerte span {
  display: inline-block;
  background-color: #009de0;
  color: #fff;
  border-radius: 999px;
  padding: 4px 8px;
  transition: 0.2s;
}
.menu .menu-list a#m_offerte:hover span {
  background-color: #4b4b4b;
}
@media (hover: hover) {
  .menu .menu-categorie:hover .menu-categorie-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
/* CATEGORIE */
.categorie .menu-categorie-list {
  display: flex;
  flex-wrap: wrap;
}
.categorie .menu-categorie-list > .categoria {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #E3E3E3;
  border-right: none;
  border-radius: 5px 0 0 5px;
  margin-bottom: 15px;
  width: 200px;
  min-height: 200px;
  position: relative;
}
.categorie .menu-categorie-list > .categoria img {
  width: 100px;
  height: auto;
}
.categorie .menu-categorie-list > .categoria svg {
  display: none;
}
.categorie .menu-categorie-list > .categoria:hover {
  background-color: #f0f0f0;
}
.categorie .menu-categorie-list > .categoria:hover:after {
  border-color: transparent transparent transparent #f0f0f0;
}
.categorie .menu-categorie-list > .categoria span {
  display: block;
  line-height: 16px;
}
.categorie .menu-categorie-list > .categoria:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 18px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.2s;
}
.categorie .menu-categorie-list .sottocategorie {
  background-color: #f1b38d;
  width: calc(50% - 215px);
  margin-right: 15px;
  min-height: 200px;
  padding: 10px 10px 10px 30px;
  border-radius: 0 5px 5px 0;
  margin-bottom: 15px;
  display: flex !important;
  align-content: center;
  flex-wrap: wrap;
}
.categorie .menu-categorie-list .sottocategorie.level-3 {
  display: none !important;
}
.categorie .menu-categorie-list .sottocategorie .categoria {
  display: inline-block;
  margin: 3px 2px;
  background-color: #eb691b;
  color: #fff;
  padding: 5px 7px;
  font-size: 12px;
  line-height: 12px;
  border-radius: 3px;
}
.categorie .menu-categorie-list .sottocategorie .categoria:hover {
  background-color: #4b4b4b;
}
/* BREADCRUMBS */
.breadcrumbs {
  width: 100%;
  padding: 0 0 3px 0;
  line-height: 12px;
  margin-bottom: 0px;
  align-self: flex-start;
}
.breadcrumbs .breadcrumb {
  padding: 0 7px;
  text-decoration: none;
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 700;
  color: #4b4b4b;
  position: relative;
  text-transform: uppercase;
}
.breadcrumbs .breadcrumb:first-child {
  padding-left: 0;
}
.breadcrumbs .breadcrumb:not(:last-child):after {
  content: '/';
  position: absolute;
  right: -4px;
  pointer-events: none;
  cursor: auto;
}
.breadcrumbs .breadcrumb:not([href]) {
  pointer-events: none;
  cursor: auto;
  font-weight: normal;
}
/* HOME */
.home-top-section {
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px 0;
  padding: 20px 0 0 0;
  align-items: flex-end;
}
.home-top-section .home-registrazione {
  width: 360px;
  background-color: #775791;
  border-radius: 0 10px 10px 10px;
  color: #fff;
  font-weight: 700;
  padding: 15px 25px;
  text-align: center;
  position: relative;
}
.home-top-section .home-registrazione b {
  color: #eb691b;
}
.home-top-section .home-registrazione .home-registrazione-cta {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.home-top-section .home-registrazione:after {
  content: '';
  width: 20px;
  height: 40px;
  position: absolute;
  margin: auto;
  top: 0;
  left: -17px;
  background: transparent url('../img/ribbon.svg') no-repeat top center;
  background-size: 100% auto;
}
.home-top-section .home-banners-principale {
  width: 100%;
  position: relative;
  width: calc(100% - 380px);
}
.home-top-section .home-banners-principale .banner {
  height: 525px;
  background: #E3E3E3 no-repeat center center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}
.home-top-section .home-banners-principale .tns-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -25px;
}
.home-top-section .home-banners-principale .tns-nav button {
  width: 13px;
  height: 13px;
  background-color: #E3E3E3;
  border-radius: 999px;
  outline: none;
  border: none;
  margin: 0 5px;
}
.home-top-section .home-banners-principale .tns-nav button.tns-nav-active {
  background-color: #e4192f;
}
.home-middle-section,
.home-bottom-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 48px;
}
.home-middle-section .home-big-banner-laterale,
.home-bottom-section .home-big-banner-laterale {
  width: 360px;
  border-radius: 10px;
  overflow: hidden;
}
.home-middle-section .prodotti-home-list,
.home-bottom-section .prodotti-home-list {
  flex: 1;
  padding: 0 0 0 20px;
}
.home-banners-in-riga {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
.home-banners-in-riga .banner {
  width: calc(33.333% - 20px);
  border-radius: 10px;
  overflow: hidden;
}
/* BRAND */
.home-brand-container {
  position: relative;
  margin-bottom: 48px;
  display: none;
}
.home-brand-container .brand-list {
  display: flex;
  flex-wrap: wrap;
}
.home-brand-container .brand-list .brand {
  width: 16.66%;
}
.home-brand-container .brand-list .brand .brand-logo {
  display: block;
  margin: 30px 25px 25px;
  height: 125px;
  opacity: 0.5;
  background: #E3E3E3 no-repeat center center;
  background-size: contain;
}
.home-brand-container .tns-controls {
  position: absolute;
  top: -32px;
  right: 0;
  display: flex;
}
.home-brand-container .tns-controls button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  outline: none;
  border: none;
  color: #4b4b4b;
  transition: 0.3s;
}
.home-brand-container .tns-controls button:hover {
  color: #467A53;
}
.brand-page .brand-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.brand-page .brand-list .brand {
  width: 230px;
  height: 230px;
  margin: 15px;
  opacity: 0.75;
  background: #fff no-repeat center center;
  background-size: contain;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
/* SLIDER */
.tns-outer {
  position: relative;
}
.tns-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}
.tns-nav > button {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: transparent;
  border: 1.5px solid #e4192f;
  border-radius: 99px;
  transition: 0.2s;
}
.tns-nav > button.tns-nav-active {
  background-color: #e4192f;
  width: 30px;
}
/* LOGIN */
.form-login {
  background-color: #fff;
  box-shadow: 0px 5px 10px 0px rgba(69, 67, 96, 0.07);
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  padding: 20px;
  max-width: 360px;
  margin: auto;
  margin-bottom: 15px;
}
.form-login-to-registration {
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 25px;
}
/* REGISTRAZIONE */
.form-registrazione-tipo {
  margin: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.form-registrazione-tipo a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  margin: 0 10px 15px;
  width: 150px;
  min-height: 150px;
  position: relative;
}
.form-registrazione-tipo a svg {
  width: 48px;
  height: 48px;
  margin-bottom: 7px;
  stroke-width: 1px;
}
.form-registrazione-tipo a.is-focus {
  border: 1px solid #e4192f;
  background-color: #e4192f;
  color: #fff;
  font-weight: normal;
}
/* FORM */
.form-wrapper {
  background-color: #fff;
  box-shadow: 0px 5px 10px 0px rgba(69, 67, 96, 0.07);
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 15px;
}
.form-wrapper h2 {
  width: 100%;
  margin-top: 25px;
}
.form-wrapper h2:first-child {
  margin-top: 0;
}
.form-wrapper form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.form-wrapper form .repeater {
  width: 100%;
  position: relative;
}
.form-wrapper form .repeater .repeater-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #4b4b4b;
}
.form-wrapper form .repeater .repeater-item .btn-delete {
  min-width: auto;
  padding: 9px 25px;
  margin-top: 24px;
}
.form-wrapper form .repeater .repeater-item:only-of-type .btn-delete {
  display: none;
}
.form-wrapper form .btn svg {
  width: 20px;
  height: 20px;
}
.form-wrapper form .btn-add {
  min-width: auto;
  width: calc(33.3333% - 10px);
  position: absolute;
  bottom: -40px;
}
.form-field {
  width: calc(50% - 10px);
  padding-bottom: 15px;
}
.form-field.is-full {
  width: 100%;
}
.form-field.is-half {
  width: calc(25% - 13px);
}
.form-field.is-mini {
  width: calc(16.5% - 10px);
}
.form-field.is-hidden {
  display: none !important;
}
.form-field.is-checkbox {
  display: flex;
  align-items: center;
}
.form-field.is-checkbox span,
.form-field.is-checkbox label {
  width: calc(100% - 30px);
  margin-left: 10px;
  cursor: pointer;
  font-size: 13px;
  line-height: 13px;
}
.form-break {
  display: block;
  flex-basis: 100%;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.form-break.line {
  border-top: 1px solid #333;
  margin: 15px;
}
.form-break.is-hidden {
  display: none !important;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: 15px;
  line-height: 15px;
  background: transparent;
  border: 1px solid #E3E3E3;
  border-radius: 3px;
  font-style: normal;
  padding: 0 10px;
  width: 100%;
  height: 42px;
  background: #fff;
  transition: 0.3s;
  font-weight: 400;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #4b4b4b;
  outline: 0;
}
input[type=checkbox],
select[type=checkbox],
textarea[type=checkbox] {
  width: 20px;
  vertical-align: -2px;
}
select {
  padding: 0 5px;
}
textarea {
  padding: 10px;
  height: 120px;
}
.form-actions {
  margin-top: 30px;
  text-align: center;
  width: 100%;
}
#btn_send.is-hidden {
  display: none;
}
.negozio .negozio-images {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.negozio .negozio-images .negozio-main-image {
  width: calc(100% - 435px);
  border-radius: 10px;
  background: transparent no-repeat center center;
  background-size: cover;
}
.negozio .negozio-images .negozio-icons {
  width: 390px;
  height: 390px;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}
.negozio .negozio-images .negozio-icons .negozio-icon {
  width: 175px;
  height: 175px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  background: transparent no-repeat center center;
  background-size: 70%;
  border-radius: 10px;
}
.negozio .negozio-images .negozio-icons .negozio-icon.is-green {
  background-color: #45A53C;
}
#mapContainer {
  height: 80vh;
  width: 100%;
}
/* DOWNLOAD */
.download-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 50px;
}
.download-list .doc {
  width: calc(33.3333% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.download-list .doc .doc-name {
  text-align: center;
}
/* FOOTER */
footer {
  padding: 35px 0 0 0;
  background-color: #1a1a1a;
  font-size: 13px;
  font-weight: 700;
  line-height: 28px;
  color: #fff;
}
footer a:hover {
  color: #e4192f;
  text-decoration: underline;
}
footer .footer-links {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
}
footer .footer-links b {
  font-size: 16px;
  line-height: 16px;
}
footer .footer-address .footer-logo {
  display: block;
  margin-bottom: 35px;
}
footer .footer-address .footer-logo img {
  width: auto;
  height: 60px;
}
footer .footer-address > div {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
footer .footer-address > div svg {
  width: 18px;
  margin-right: 10px;
}
footer .footer-address > div img {
  width: 18px;
  margin-right: 10px;
}
footer .footer-address > div span {
  text-align: left;
  line-height: 16px;
}
footer .footer-section {
  max-width: 300px;
}
footer .footer-section span {
  display: block;
  line-height: 16px;
  margin-bottom: 10px;
}
footer .footer-piedipagina {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 10px;
  border-top: 1px solid #fff;
  line-height: 20px;
}
/* MODAL */
body.modal-overflow {
  overflow: hidden;
}
#modal_container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
}
#modal_container.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
#modal_container.is-visible #modal_window {
  opacity: 1;
  transform: translate(0, 0);
}
#modal_container #modal_window {
  border-radius: 4px;
  background: #fff;
  width: 100vw;
  max-width: 300px;
  max-height: 100vh;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  text-align: center;
  transform: translate(0, -20px);
  opacity: 0;
  transition: opacity 0s 0s, transform 0.3s 0s;
}
#modal_container #modal_content {
  padding: 25px 25px 20px 25px;
  overflow-y: auto;
  max-height: calc(100vh - 64px);
  text-align: center;
}
#modal_container #modal_actions {
  padding-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#modal_container #modal_actions > * {
  margin: 0 3px 5px;
}
/* ALERT */
body.alert-overflow {
  overflow: hidden;
}
.alert-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.alert-container.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.alert-container.is-visible .alert {
  opacity: 1;
  transform: translate(0, 0);
}
.alert-container .alert {
  border-radius: 4px;
  background: #fff;
  width: 100vw;
  max-width: 300px;
  max-height: 100vh;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  text-align: center;
  transform: translate(0, -20px);
  opacity: 0;
  transition: opacity 0s 0s, transform 0.3s 0s;
}
.alert-container .alert .alert-title {
  font-size: 3rem;
}
.alert-container .alert .alert-content {
  padding: 25px 25px 0px 25px;
}
.alert-container .alert .alert-content .combination-data {
  list-style-type: none;
  text-align: left;
}
.alert-container .alert .alert-footer {
  display: flex;
  align-items: center;
  padding: 15px 15px 25px 15px;
  justify-content: center;
}
.alert-container .alert .btn {
  background-color: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
}
.alert-container .alert .btn:hover {
  background-color: #fff !important;
  color: #fff !important;
  border-color: #fff !important;
}
.alert-container .alert.alert-success {
  background-color: #45A53C;
  color: #fff;
}
.alert-container .alert.alert-success .btn:hover {
  color: #467A53 !important;
}
.alert-container .alert.alert-error {
  background-color: #e4192f;
  color: #fff;
}
.alert-container .alert.alert-error .btn:hover {
  color: #e4192f !important;
}
@media (max-width: 1300px) {
  .header .header-icons .header-phone-icon {
    display: block;
    margin-left: 12px;
  }
  .menu .menu-phone {
    display: none;
  }
}
@media (max-width: 1024px) {
  .menu .menu-categorie {
    width: auto;
  }
  .menu .menu-categorie .menu-categorie-list.is-open {
    opacity: 0;
    transform: none;
    visibility: hidden;
  }
  .home-top-section {
    margin-left: 0;
    padding-left: 0;
  }
  .categorie .menu-categorie-list .sottocategorie {
    width: calc(100% - 200px);
    margin-right: 0;
  }
  footer {
    padding: 20px 0;
  }
  footer .footer-links {
    flex-wrap: wrap;
  }
  footer .footer-links .footer-address {
    width: 100%;
  }
  footer .footer-links .footer-address .footer-logo {
    margin-bottom: 10px;
  }
  footer .footer-links > div {
    margin: 15px 10px;
  }
  footer .footer-links > div p {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .container {
    padding: 0 15px;
  }
  .header .header-logo {
    order: 1;
  }
  .header .header-icons {
    order: 2;
  }
  .header .header-search {
    order: 3;
    width: 100%;
    padding-bottom: 10px;
  }
  .menu .menu-categorie {
    height: 40px;
    padding: 0 15px 0 12px;
  }
  .menu .menu-categorie img {
    margin-right: 8px;
  }
  .menu .menu-list {
    padding: 0 5px;
  }
  .menu .menu-list a {
    height: 40px;
    margin: 0 10px;
  }
  .menu .menu-list #m_home {
    display: none;
  }
  .home-middle-section,
  .home-bottom-section {
    margin-bottom: 20px;
  }
  .home-banners-in-riga {
    margin-bottom: 25px;
  }
  .home-banners-in-riga .banner {
    width: calc(33.333% - 10px);
    border-radius: 5px;
  }
  .articoli-list {
    padding: 15px 0 20px 0;
  }
}
@media (max-width: 768px) {
  .home-top-section {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .home-top-section .home-registrazione {
    display: none;
  }
  .home-top-section .home-banners-principale {
    width: 100%;
    padding: 0;
  }
  .home-top-section .home-banners-principale .banner {
    height: auto;
    aspect-ratio: 1860 / 1000;
  }
  .home-top-section .home-banners-principale .tns-nav {
    display: none;
  }
  .negozio .negozio-images .negozio-main-image {
    width: calc(100% - 340px);
  }
  .negozio .negozio-images .negozio-icons {
    width: 320px;
    height: 320px;
  }
  .negozio .negozio-images .negozio-icons .negozio-icon {
    width: 150px;
    height: 150px;
  }
  .download-list .doc {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .header {
    border-bottom: 1px solid #E3E3E3;
  }
  .header .header-logo {
    margin: 5px 0;
  }
  .header .header-logo img {
    height: 56px;
  }
  .header .header-icons .header-menu-icon {
    display: block;
  }
  .menu {
    border-top: none;
    display: none;
  }
  .menu .container {
    padding: 0;
    flex-wrap: wrap;
  }
  .menu .menu-categorie {
    width: 100%;
    justify-content: center;
  }
  .menu .menu-list {
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
  }
  .menu .menu-list a {
    width: 100%;
    justify-content: center;
    text-align: center;
    border-top: 1px solid #E3E3E3;
  }
  .menu.is-visible {
    display: block;
  }
  .home-middle-section,
  .home-bottom-section {
    flex-wrap: wrap;
  }
  .home-middle-section .home-big-banner-laterale,
  .home-bottom-section .home-big-banner-laterale {
    display: none;
  }
  .home-middle-section .prodotti-home-list,
  .home-bottom-section .prodotti-home-list {
    width: 100%;
    padding: 0;
  }
  .home-banners-in-riga {
    margin-bottom: 0;
  }
  .home-banners-in-riga .banner {
    width: 100%;
    margin-bottom: 20px;
  }
  .negozio .negozio-images {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .negozio .negozio-images .negozio-main-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 20px;
  }
  .negozio .negozio-images .negozio-icons {
    width: 100%;
    height: auto;
    justify-content: center;
  }
  .negozio .negozio-images .negozio-icons .negozio-icon {
    margin: 10px;
  }
  footer .footer-sconti {
    flex-wrap: wrap;
    padding: 25px 10px 5px 10px;
  }
  footer .footer-sconti .sconto {
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .topbar .topbar-claim {
    padding: 0;
  }
  .topbar .topbar-social span {
    display: none;
  }
  .static-page-title {
    padding: 15px 0;
    margin-bottom: 20px;
  }
  .static-page-chi-siamo .chi-siamo-text {
    order: 2;
    width: 100%;
  }
  .static-page-chi-siamo .chi-siamo-images {
    order: 1;
    width: 100%;
    margin-bottom: 25px;
  }
  .categorie .menu-categorie-list > .categoria {
    border-right: 1px solid #E3E3E3;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
    width: 100%;
    min-height: 0;
    height: 125px;
  }
  .categorie .menu-categorie-list > .categoria:after {
    display: none;
  }
  .categorie .menu-categorie-list .sottocategorie {
    width: 100%;
    min-height: 0;
    border-radius: 0 0 5px 5px;
    margin-bottom: 15px;
    justify-content: center;
  }
  .download-list {
    gap: 25px 0;
  }
  .download-list .doc {
    width: 100%;
  }
  footer {
    padding: 15px 0 0 0;
  }
}
@media (max-width: 425px) {
  footer .footer-instagram .instagram-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  footer .footer-instagram .instagram-list .instagram-image {
    width: calc(50% - 8px);
    display: block;
    margin: 0 4px 8px;
  }
}
.rotate-in {
  -webkit-animation: rotate-in 1.2s cubic-bezier(0.645, 0.045, 0.355, 1) both;
  animation: rotate-in 1.2s cubic-bezier(0.645, 0.045, 0.355, 1) both;
}
@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
