/* COLOR VARIABLES
============================================= */
/* COLORS
============================================= */
/* BG IMAGES
============================================= */
/* FLEXBOX
============================================= */
/* GRID
============================================= */
/* BOX SHADOW
============================================= */
/* OPACITY
============================================= */
/* TRANSITION
============================================= */
/* TRANSFORM
============================================= */
/* BORDER RADIUS
============================================= */
/* TEXT TRANSFORM
============================================= */
/* ------------------------------------------------------------------------------------------------------------ */
/* LISTA CATALOGHI  ------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------ */
.velo {
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.prods-categories-list {
  text-align: center;
  display: flex;
  overflow-x: auto;
}
.prods-categories-list h2 {
  font-size: 30px;
  line-height: 30px;
  padding: 0;
  margin: 50px 0 40px 0;
}
.prods-categories-list article {
  width: calc(16.666666666% - 12px);
  min-width: 200px;
  margin-right: 12px;
  color: red;
}
.prods-categories-list picture {
  background: #000000;
}
.prods-categories-list picture img {
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
.prods-categories-list article:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.prods-categories-list article:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.prods-categories-list article:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.prods-categories-list article:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.prods-categories-list article:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.prods-categories-list article:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.prods-categories-list article:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.prods-categories-list article:nth-child(8) {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.prods-categories-list article:nth-child(9) {
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -ms-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.prods-categories-list article:nth-child(10) {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.prods-categories-list a {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
}
.prods-categories-list h3 {
  font-size: 20px;
  text-transform: none;
  margin: clamp(15px, 2vw, 18px);
}

.prods-categories-list:hover picture img {
  opacity: 0.8;
}
.prods-categories-list:hover article:hover picture img {
  opacity: 1;
}

/* ------------------------------------------------------------------------------------------------------------ */
/* DETTAGLIO CATALOGO  ---------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------ */
.catalogue {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000000;
}
.catalogue h1 {
  color: #FFFFFF;
  margin: clamp(60px, 2vw, 100px);
}
.catalogue .container-full {
  background: #FFFFFF;
}
.catalogue.s-results h1 {
  margin: clamp(20px, 2vw, 50px);
  font-size: clamp(25px, 3vw, 40px);
  line-height: clamp(35px, 4vw, 50px);
}

.catalogue-detail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  border-top: 1px solid #DADEE3;
}
.catalogue-detail .configurator {
  width: clamp(250px, 24vw, 420px);
  border-right: 1px solid #DADEE3;
  /*font-family: classico-urw, sans-serif;*/
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(16px, 1vw, 18px);
}
.catalogue-detail .configurator a {
  color: #000000;
  padding: 25px clamp(20px, 1vw, 40px) 25px 30px;
  /*padding: clamp(10px, 1vw, 25px) clamp(20px, 1vw, 40px) clamp(10px, 1vw, 25px) clamp(15px, 1vw, 30px);*/
  display: block;
  position: relative;
}
.catalogue-detail .configurator a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 10px;
  background: #FFFFFF;
  -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;
}
.catalogue-detail .configurator a.active::before {
  background: #EA0029;
}
.catalogue-detail .configurator .tab-menu {
  width: 100%;
  border-bottom: 1px solid #DADEE3;
  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;
  display: none;
}
.catalogue-detail .configurator .tab-menu a {
  width: calc(50% - 31px);
}
.catalogue-detail .configurator .tab-menu a:first-child {
  border-right: 1px solid #DADEE3;
}
.catalogue-detail .configurator ul {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
.catalogue-detail .configurator ul li {
  width: 100%;
}
.catalogue-detail .configurator ul li a {
  border-bottom: 1px solid #DADEE3;
}
.catalogue-detail .configurator ul.visible {
  opacity: 1;
}
.catalogue-detail .details {
  width: calc(100% - clamp(250px, 24vw, 420px));
}
.catalogue-detail .details .filters {
  padding: 10px;
  border-bottom: 1px solid #DADEE3;
  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;
}
.catalogue-detail .details .filters div {
  height: 52px;
  width: calc(33.333333% - 5px);
  margin: 0 5px 0 0;
  position: relative;
}
.catalogue-detail .details .filters div:last-child {
  margin-right: 0;
}
.catalogue-detail .details .filters div select.custom-select {
  height: 100%;
  width: 100%;
}
.catalogue-detail .details .filters .deleteFilter {
  position: absolute;
  right: 8px;
  top: 8px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  background: #EA0029;
  -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;
}
.catalogue-detail .details .filters .deleteFilter:hover {
  background: #B90029;
}
.catalogue-detail .details .flex {
  padding: clamp(20px, 1vw, 40px);
}
.catalogue-detail .details .flex .img-container {
  width: calc(33.33333% - 40px);
  margin-right: 40px;
}
.catalogue-detail .details .flex .img-container .foto-tab-content {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  width: 100%;
  background: #FFFFFF;
  margin-bottom: clamp(10px, 1vw, 20px);
  text-align: center;
}
.catalogue-detail .details .flex .img-container .foto-tab-content:first-child {
  z-index: 2;
}
.catalogue-detail .details .flex .img-container .foto-tab-content.visible {
  opacity: 1;
}
.catalogue-detail .details .flex .img-container .foto-tab-content img {
  object-fit: contain;
  margin: 0 auto;
  max-height: 400px;
}
.catalogue-detail .details .flex .img-container .foto-tab {
  text-align: center;
  margin: 10px 0;
}
.catalogue-detail .details .flex .img-container .foto-tab a {
  color: #000000;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  font-size: 24px;
  border-bottom: 4px solid #FFFFFF;
  -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;
}
.catalogue-detail .details .flex .img-container .foto-tab a.active {
  border-color: #EA0029;
}
.catalogue-detail .details .flex .img-container .foto-tab a:hover {
  border-color: #DADEE3;
  background: #E2E6EB;
}
.catalogue-detail .details .flex .intro {
  width: 66.666666%;
}
.catalogue-detail .details .flex h1 {
  font-size: clamp(16px, 1vw, 18px);
  line-height: clamp(22px, 1vw, 26px);
  font-weight: 900;
  font-family: "Lato", sans-serif;
  color: #000000;
  margin: 15px 0 25px 0;
}
.catalogue-detail .details .flex h2 {
  font-size: clamp(22px, 1vw, 32px);
  line-height: clamp(26px, 1vw, 36px);
  color: #000000;
  margin-bottom: 5px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EA0029;
  display: inline-block;
}
.catalogue-detail .details .flex p {
  margin: 15px 0;
}
.catalogue-detail .details .components {
  max-width: 800px;
  margin: clamp(20px, 1vw, 40px) clamp(20px, 1vw, 40px) clamp(30px, 1vw, 60px) clamp(20px, 1vw, 40px);
}
.catalogue-detail .details .components h3 {
  font-size: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EA0029;
  display: inline-block;
}

/* ---------------------------------------------------------------------------------------------------- */
/* RESPONSIVE TABLES ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.table-container {
  position: relative;
  width: calc(100% - clamp(20px, 2vw, 80px));
  overflow: hidden;
  margin: clamp(10px, 1vw, 40px);
}
.table-container table {
  width: 100%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
}
.table-container table th, .table-container table td {
  white-space: nowrap;
  padding: 15px 10px;
  border-bottom: 1px solid #DADEE3;
}
.table-container table.relations td:first-child {
  width: 60px;
}
.table-container table.relations td:last-child {
  width: 150px;
}
.table-container table.relations a.artLink, .table-container table.relations span.artLink {
  color: #EA0029;
}
.table-container table.relations a.artLink::before, .table-container table.relations span.artLink::before {
  content: "/ ";
  color: #000000;
}
.table-container table.relations a.artLink:nth-child(1)::before, .table-container table.relations span.artLink:nth-child(1)::before {
  content: "";
}
.table-container table.relations span.artLink {
  color: #000000;
}
.table-container table#tabella_catalogo {
  white-space: nowrap;
  margin: 0;
  border: none;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: auto; /* check fixed */
}
.table-container table#tabella_catalogo thead th {
  background: #000000;
  color: #FFFFFF;
  padding: 15px 10px;
  font-weight: 700;
  text-align: left;
  position: sticky;
  top: 0;
  z-index: 1;
  width: 25vw;
}
.table-container table#tabella_catalogo thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  /*@include boxShadow(8px 0 7px -2px rgba(0, 0, 0, 0.15));*/
  -webkit-box-shadow: 8px 0 7px -2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 8px 0 7px -2px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 8px 0 7px -2px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 8px 0 7px -2px rgba(0, 0, 0, 0.15);
  box-shadow: 8px 0 7px -2px rgba(0, 0, 0, 0.15);
  border-right: 1px solid #FFFFFF;
}
.table-container table#tabella_catalogo tbody th {
  text-align: left;
  position: sticky;
  left: 0;
  z-index: 1;
  background: #FFFFFF;
  padding: 15px 10px;
  /*@include boxShadow(8px 0 7px -2px rgba(0, 0, 0, 0.15));*/
  -webkit-box-shadow: 8px 0 7px -2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 8px 0 7px -2px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 8px 0 7px -2px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 8px 0 7px -2px rgba(0, 0, 0, 0.15);
  box-shadow: 8px 0 7px -2px rgba(0, 0, 0, 0.15);
  border-right: 1px solid #DADEE3;
}
.table-container table#tabella_catalogo tbody td {
  padding: 15px 10px;
  border-bottom: 1px solid #DADEE3;
  font-size: 14px;
  text-align: left;
}
.table-container table#tabella_catalogo tbody td a {
  color: #000000;
}
.table-container table#tabella_catalogo tbody td a.code {
  color: #EA0029;
}
.table-container table#tabella_catalogo tbody tr.selected {
  background: #DADEE3;
}
.table-container table#tabella_catalogo tbody tr.selected th {
  background: #DADEE3;
  -webkit-box-shadow: 8px 0 7px -2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 8px 0 7px -2px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 8px 0 7px -2px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 8px 0 7px -2px rgba(0, 0, 0, 0.15);
  box-shadow: 8px 0 7px -2px rgba(0, 0, 0, 0.15);
  border-right: 1px solid #FFFFFF;
}
.table-container table#tabella_catalogo [role=region][aria-labelledby][tabindex] {
  width: 100%;
  max-height: 98vh;
  overflow: auto;
}
.table-container table#tabella_catalogo [role=region][aria-labelledby][tabindex]:focus {
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
  outline: 0;
}

table.catalogue-table { /* tabella prodotti catalogo*/ }
table.catalogue-table td {
  padding: 0;
}
table.catalogue-table td a {
  /*padding: 15px 10px;*/
  display: block;
}
table.catalogue-table tr:hover a {
  color: #636B73;
}
table.catalogue-table tr:hover a.code {
  color: #B90029;
}

/* ---------------------------------------------------------------------------------------------------- */
/* PAGINATION ----------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.paginationbtns {
  display: none;
}

.pagination {
  display: block;
  padding-bottom: clamp(20px, 2vw, 100px);
}
.pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  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;
  height: 40px;
  width: auto;
  margin: 10px 20px;
  overflow: hidden;
}
.pagination ul.paginationnum li {
  display: none;
}
.pagination ul li {
  display: inline;
  margin: 0;
}
.pagination ul li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 1px;
  text-align: center;
  background-color: #DADEE3;
  display: inline-block;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 5px;
  -webkit-transition: background-color 0.5s ease 0s;
  -moz-transition: background-color 0.5s ease 0s;
  -ms-transition: background-color 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
  color: #636B73;
  font-size: 12px;
}
.pagination ul li a:hover {
  background: #E2E6EB;
}
.pagination ul li a.selected {
  background: #EA0029;
  color: #FFFFFF;
}
.pagination ul li .pagination-first img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  will-change: transform;
}
.pagination ul li:last-child a {
  margin-right: 0;
}

#search-results.flex {
  flex-direction: column;
  background-color: #FFFFFF;
}

.s-results {
  justify-content: flex-start;
}
.s-results ul.risultati {
  list-style: none;
  padding: clamp(10px, 2vw, 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;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.s-results ul.risultati a {
  padding: clamp(5px, 2vw, 10px);
  /*width: 20%;*/
  width: calc(100% - clamp(10px, 2vw, 20px));
  border-bottom: 1px solid #E2E6EB;
}
.s-results ul.risultati a li {
  padding: clamp(5px, 2vw, 10px);
}
.s-results ul.risultati a li h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #EA0029;
  font-size: clamp(14px, 2vw, 18px);
  line-height: clamp(16px, 2vw, 20px);
  margin-bottom: 5px;
}
.s-results ul.risultati a li p {
  font-size: clamp(13px, 2vw, 15px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.s-results .no-res {
  padding: clamp(25px, 4vw, 100px);
}
.s-results .pagination ul li a {
  border-bottom: 0;
}

.filter-mobile, .cat-nav-mobile {
  display: none;
}

/* ---------------------------------------------------------------------------------------------------- */
/* MEDIA QUERY ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
@media all and (max-width: 1250px) {
  .catalogue-detail .btn-image {
    padding: 12px 15px;
    margin-bottom: 5px;
  }
  .catalogue-detail .btn-image img {
    display: none;
  }
}
@media all and (max-width: 1023px) {
  .catalogue-detail .configurator {
    display: none;
  }
  .catalogue-detail .details {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .s-results ul.risultati a {
    width: calc(50% - clamp(10px, 4vw, 20px));
  }
  .s-results ul.risultati a li p {
    -webkit-line-clamp: 2;
  }
}
@media all and (max-width: 767px) {
  .s-results ul.risultati {
    flex-direction: column;
  }
  .s-results ul.risultati a {
    width: calc(100% - clamp(10px, 4vw, 20px));
  }
  .s-results ul.risultati a li p {
    -webkit-line-clamp: 2;
  }
  .catalogue h1, .catalogue .breadcrumb, .catalogue .filters {
    display: none;
  }
  .cat-nav-mobile {
    display: block;
    margin: 25px auto;
  }
  .cat-nav-mobile a {
    color: #FFFFFF;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    -webkit-transition: color 0.5s ease 0s;
    -moz-transition: color 0.5s ease 0s;
    -ms-transition: color 0.5s ease 0s;
    -o-transition: color 0.5s ease 0s;
    transition: color 0.5s ease 0s;
  }
  .cat-nav-mobile a:first-child::before {
    font-family: "tabler-icons";
    content: "\ea60";
    position: absolute;
    left: -20px;
    top: 4px;
    font-size: 18px;
    color: #FFFFFF !important;
  }
  .cat-nav-mobile a:last-child::before {
    content: " / ";
    font-size: 18px;
    color: #FFFFFF !important;
  }
  .cat-nav-mobile a:hover {
    color: #EA0029;
  }
  .filter-mobile {
    display: block;
    background: -webkit-linear-gradient(top, #000000, #202020);
    background: -moz-linear-gradient(top, #000000, #202020);
    background: -ms-linear-gradient(top, #000000, #202020);
    background: -o-linear-gradient(top, #000000, #202020);
    background: linear-gradient(top, #000000, #202020);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    padding: 10px;
    -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;
    -webkit-transform: translateY(calc(30vw + 100px));
    -moz-transform: translateY(calc(30vw + 100px));
    -ms-transform: translateY(calc(30vw + 100px));
    -o-transform: translateY(calc(30vw + 100px));
    transform: translateY(calc(30vw + 100px));
    will-change: transform;
    height: calc(30vw + 175px);
  }
  .filter-mobile hgroup {
    padding: 0 15px;
    margin-bottom: 0;
  }
  .filter-mobile hgroup a {
    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;
    flex-direction: row;
    height: 80px;
  }
  .filter-mobile hgroup a img {
    width: auto;
    margin-right: 10px;
  }
  .filter-mobile hgroup a h3 {
    color: #FFFFFF;
    padding: 0;
    margin: 0;
  }
  .filter-mobile .filters {
    display: block !important;
  }
  .filter-mobile .filters select.custom-select {
    padding: 15px 52px 15px 20px;
    width: 100%;
    margin: 5px 0 10px 0;
    background-color: #FFFFFF;
    color: #EA0029;
    background-image: url("/library/pagination/icon/chevron-down-red.svg");
  }
  .filter-mobile .filters .deleteFilter {
    display: none;
  }
  .filter-mobile.visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    will-change: transform;
  }
  /* TABELLE PRODOTTI */
  .table-container {
    font-size: 15px;
  }
  .table-container table#tabella_catalogo thead th,
  .table-container table#tabella_catalogo tbody td,
  .table-container table#tabella_catalogo tbody th {
    padding: 10px 5px;
  }
  .catalogue-detail .details .flex {
    flex-direction: column;
  }
  .catalogue-detail .details .flex h1 {
    display: block !important;
  }
  .catalogue-detail .details .flex .intro {
    width: 100%;
  }
  .catalogue-detail .details .flex .img-container {
    width: 100%;
    margin-right: 0;
  }
  .catalogue-detail .btn-image img {
    display: block;
    margin-right: 0;
  }
  .catalogue-detail .btn-image span {
    display: none;
  }
}

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