@charset "UTF-8";
.transition, .fascia-newsletter, .condizioni-di-vendita [data-accordion] [data-control], .condizioni-di-vendita [data-accordion] [data-content] article, .condizioni-di-vendita [data-accordion] [data-content], .box-prodotto .btn-azione, .box-prodotto, .menu-catalogo [data-accordion] > [data-control]:after, .menu-catalogo [data-accordion] a.cat-no-children:after, .menu-catalogo [data-accordion] [data-control], .menu-catalogo [data-accordion] a.cat-no-children, .menu-catalogo [data-accordion] [data-content] article, .menu-catalogo [data-accordion] [data-content], .prod-lista .cat-ante .ante-cat-testo, .prod-lista .cat-ante .cat-immagine img, .prod-lista .cat-ante, .lista-post .box-ante-post .testo, .lista-post .box-ante-post .ante-img img, .testata .head-center .menu-top a.btn-menu {
  transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

body {
  background: #ffffff;
  font-family: "Barlow", sans-serif;
  color: #000000;
}

a {
  color: #000000;
}
a:hover {
  color: #50beb9;
}

p {
  font-size: 18px;
}

.testata .head-top {
  border-bottom: none;
  background: #50beb9;
}
.testata .head-top i {
  color: white;
}
.testata .head-top i:hover {
  color: #f2cd60;
}
.testata .head-top .top-dx .shopping-bag {
  color: white;
}
.testata .head-top .top-dx .shopping-bag:hover {
  color: #f2cd60;
}
.testata .head-top .btn-lingua {
  color: white;
}
.testata .head-top .btn-lingua:hover {
  color: #f2cd60;
}
.testata .head-center {
  border-bottom: 1px solid \$colore-bordi;
}
.testata .head-center .logo {
  max-height: 40px;
}
.testata .head-center .menu-top a.btn-menu {
  font-family: "Roboto Slab", serif;
  border-bottom: 3px solid white;
  text-transform: none;
  height: 79px;
  line-height: 79px;
}
.testata .head-center .menu-top a.btn-menu:hover {
  border-bottom: 3px solid #50beb9;
}
.testata .head-bottom {
  height: auto;
  background: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 12px;
  padding-bottom: 12px;
}
.testata .head-bottom p {
  text-align: center;
  font-size: calc(10px + 0.3vw);
  margin-bottom: 0;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  background-color: white;
  border-top: 1px solid #e5e5e5;
}

/* Create three equal columns that floats next to each other */
.column {
  background-color: #fff;
  border-right: 1px solid #e5e5e5;
}

.column h3, .column h3 a {
  font-family: "Roboto Slab", serif;
}

.column a {
  color: #000000;
}

.column a:hover {
  color: #50beb9;
}

.mm-menu {
  --mm-color-background: #ffffff;
  --mm-color-text: #111;
}

#search-form {
  border: none;
}
#search-form:hover {
  border: none;
}

#search-text {
  color: #000000;
}

#search-button svg {
  fill: #000000;
}

.owl-slide {
  background: #111111;
}
.owl-slide .item .testo-slide {
  color: white;
}
.owl-slide .item .testo-slide p {
  font-size: calc(10px + 1vw);
}
.owl-slide .owl-prev {
  border: 0px solid black;
}
.owl-slide .owl-next {
  border: 0px solid black;
}

.owl-theme .owl-dots .owl-dot span {
  border: 1px solid #333333;
  background: #333333;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: white;
}

.owl-theme .owl-nav .owl-next:hover,
.owl-theme .owl-nav .owl-prev:hover {
  background: transparent;
}

.btn-azione-home {
  background: #000000;
  border: 1px solid #000000;
  color: white;
}
.btn-azione-home:hover {
  background: #50beb9;
  color: white;
  border-color: #50beb9;
}

.blocco-pagina .titolo {
  font-family: "Roboto Slab", serif;
}

.vetrina-categorie {
  background: #111111;
}
.vetrina-categorie .testo {
  color: white;
}
.vetrina-categorie .testo h2 {
  font-family: "Roboto Slab", serif;
}
.vetrina-categorie a:hover {
  outline: 1px solid #ffffff;
}
.vetrina-categorie:hover .btn-azione-home {
  background: #50beb9;
  border-color: #50beb9;
  color: white;
}

.chi-siamo-home {
  color: white;
}
.chi-siamo-home p {
  padding-left: 8vw;
  padding-right: 8vw;
}

.lista-post .box-ante-post {
  width: 100%;
  height: 30vw;
  position: relative;
  margin-bottom: 30px;
  padding: 1vw;
  border: 1px solid #e5e5e5;
}
.lista-post .box-ante-post .ante-img {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: 16vw;
  text-align: center;
  z-index: 0;
  overflow: hidden;
  background: #111111;
  margin-bottom: 1vw;
}
.lista-post .box-ante-post .ante-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.lista-post .box-ante-post .testo {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  top: auto;
  height: 13vw;
  width: 100%;
  padding: 0;
  padding-bottom: 0;
  margin: 0 auto;
  text-align: left;
  color: #000000;
  background: none;
}
.lista-post .box-ante-post .testo h2 {
  font-family: "Roboto Slab", serif;
}
.lista-post .box-ante-post a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.lista-post .box-ante-post:hover {
  border-color: #50beb9;
}
.lista-post .box-ante-post:hover .testo {
  top: auto;
  height: auto;
  color: #50beb9;
}
.lista-post .box-ante-post:hover .ante-img img {
  width: 110%;
  height: 110%;
}

.dettaglio .prima-img {
  background: #111111;
}
.dettaglio .prima-img img {
  opacity: 1;
  display: block;
}
.dettaglio .prima-img .testo {
  width: auto;
  display: inline-block;
  background: white;
  padding: 2vw 3vw;
}
.dettaglio .prima-img .testo h1 {
  font-family: "Roboto Slab", serif;
  text-transform: none;
  color: #000000;
  width: auto;
  margin-bottom: 0;
  letter-spacing: 0;
}
.dettaglio .prima-img .testo p {
  color: #000000;
}
.dettaglio .prima-img .testo .dett-data {
  color: #000000;
}

.box-servizio {
  height: 20vw;
}
.box-servizio h2 {
  display: inline-block;
  background: white;
  color: #000000;
  padding: 2vw 3vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
  z-index: 2;
  text-align: center;
  font-weight: 700;
  font-size: calc(20px + 1.5vw);
  font-family: "Roboto Slab", serif;
}

.service-alt h2 {
  font-family: "Roboto Slab", serif;
}

.prod-lista .cat-ante {
  background: #000000;
  padding: 0;
  width: 100%;
  height: 23vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.prod-lista .cat-ante .cat-immagine {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: none;
  z-index: 1;
}
.prod-lista .cat-ante .cat-immagine img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  opacity: 0.8;
}
.prod-lista .cat-ante .ante-cat-testo {
  width: 80%;
  padding-top: 30px;
  padding-bottom: 30px;
  height: auto;
  position: relative;
  z-index: 2;
  text-align: center;
  background: white;
}
.prod-lista .cat-ante .ante-cat-testo h2 {
  margin: 0 auto;
  width: 90%;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: calc(20px + 1vw);
  font-family: "Roboto Slab", serif;
}
.prod-lista .cat-ante .ante-cat-testo .btn-azione {
  text-transform: lowercase;
  font-variant: small-caps;
  letter-spacing: 1px;
}
.prod-lista .cat-ante .ante-cat-testo .btn-azione:hover {
  color: #50beb9;
}
.prod-lista .cat-ante:hover .cat-immagine img {
  opacity: 1;
}
.prod-lista .cat-ante:hover .ante-cat-testo {
  color: #50beb9;
}

/*-- Menù catalogo --*/
.menu-catalogo {
  border-top: 1px solid #d7d7d7;
  /* Requirements */
  /* Basic Theme */
}
.menu-catalogo [data-accordion] [data-content] {
  overflow: hidden;
  max-height: 0;
}
.menu-catalogo [data-accordion] [data-content] {
  background: #ffffff;
  font-size: 16px;
  font-weight: 300;
  color: #444;
}
.menu-catalogo [data-accordion] [data-content] article {
  background: transparent;
}
.menu-catalogo [data-accordion] [data-content] article a {
  display: block;
}
.menu-catalogo [data-accordion] [data-content] article:hover {
  background: #444444;
  color: white;
}
.menu-catalogo [data-accordion] [data-content] article:hover a {
  color: white;
}
.menu-catalogo [data-accordion] [data-content] [data-content] {
  background: #ffffff;
  font-size: 16px;
  font-weight: 300;
  color: #444;
}
.menu-catalogo [data-accordion] [data-content] [data-content] [data-content] {
  background: rgb(228, 255, 228);
}
.menu-catalogo [data-accordion] {
  line-height: 1;
}
.menu-catalogo [data-control],
.menu-catalogo [data-content] > * {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px;
}
.menu-catalogo [data-content] [data-accordion] {
  border: 0;
  padding: 0;
}
.menu-catalogo [data-accordion] [data-control], .menu-catalogo [data-accordion] a.cat-no-children {
  position: relative;
  padding-right: 40px;
  padding-left: 10px;
  width: 100%;
  text-align: left;
  border: none;
  border-bottom: 1px solid #d7d7d7;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  height: 70px;
}
.menu-catalogo [data-accordion] a.cat-no-children {
  display: flex;
  align-items: center;
}
.menu-catalogo [data-accordion] [data-control], .menu-catalogo [data-accordion] a.cat-no-children {
  background: white;
}
.menu-catalogo [data-accordion] [data-control]:hover, .menu-catalogo [data-accordion] a.cat-no-children:hover {
  color: #333333;
  background: #F5C669;
}
.menu-catalogo [data-accordion] > [data-control]:after, .menu-catalogo [data-accordion] a.cat-no-children:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 25px;
  font-weight: 200;
  color: #444;
  height: 100%;
  width: 24px;
  background: url("/static/core/front/img/down.d754d4d785d1.png") center center no-repeat;
  background-size: 50%;
}
.menu-catalogo [data-accordion] a.cat-no-children:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menu-catalogo [data-accordion].open > [data-control]:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.menu-catalogo {
  padding-right: 0px;
  background: transparent;
  border-top: none;
}
.menu-catalogo [data-accordion] [data-control] {
  color: #000000;
  font-family: "Roboto Slab", serif;
  text-transform: none;
  letter-spacing: 1px;
}
.menu-catalogo [data-accordion] [data-control]:hover, .menu-catalogo [data-accordion] a.cat-no-children:hover {
  color: white;
  background: #50beb9;
}
.menu-catalogo [data-accordion] [data-content] article {
  font-size: 14px;
}
.menu-catalogo [data-accordion] [data-content] article:hover {
  background: #f2cd60;
  color: white;
}
.menu-catalogo .open [data-control] {
  color: white;
  background: #50beb9;
}

#search-box #search-form {
  height: 50px;
}
#search-box #search-button {
  height: 50px;
}

.box-prodotto {
  border: 1px solid #e5e5e5;
  padding: 1vw;
  height: 27vw;
  margin-bottom: 0;
}
.box-prodotto .prod-immagine {
  height: 20vw;
  background: white;
  padding-bottom: 1vw;
  border-bottom: 1px solid #e5e5e5;
}
.box-prodotto .prod-immagine img {
  mix-blend-mode: normal;
}
.box-prodotto .prod-titolo-prezzo {
  font-family: "Roboto Slab", serif;
  height: 9vw;
}
.box-prodotto .prod-titolo-prezzo .prod-abstract {
  display: none;
}
.box-prodotto .btn-azione {
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  font-size: calc(8px + 0.5vw);
  letter-spacing: 1px;
  text-transform: lowercase;
  font-variant: small-caps;
  border: 1px solid #000000;
  background: transparent;
  color: #000000;
  font-family: "Barlow", sans-serif;
}
.box-prodotto:hover {
  border-color: #50beb9;
}
.box-prodotto:hover .btn-azione {
  border-color: #50beb9;
  background: #50beb9;
  color: white;
}

.bread {
  border-bottom: 1px solid #e5e5e5;
  color: #888;
  margin-bottom: 30px;
}
.bread a {
  color: #888;
}

.prod-dett-prezzo {
  border: none;
}

a.aggiungi-carrello:not([href]):not([tabindex]) {
  color: white;
}
a.aggiungi-carrello:not([href]):not([tabindex]):hover {
  color: #111111;
}

a.aggiungi-carrello {
  border: 1px solid #111111;
  background: #111111;
  color: white;
}
a.aggiungi-carrello:hover {
  background: #50beb9;
  color: #ffffff;
  border: 1px solid #ffffff;
}

a.richiedi-info {
  border: 1px solid #111111;
  background: transparent;
  color: #111111;
}
a.richiedi-info:hover {
  background: #50beb9;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.prod-dettaglio {
  padding-top: 0;
}
.prod-dettaglio .owl-prodotto .item {
  background: #ffffff;
}
.prod-dettaglio .owl-prodotto .owl-prev {
  border: 0px solid black;
}
.prod-dettaglio .owl-prodotto .owl-prev span {
  color: white;
}
.prod-dettaglio .owl-prodotto .owl-next {
  border: 0px solid black;
}
.prod-dettaglio .owl-prodotto .owl-next span {
  color: white;
}
.prod-dettaglio .owl-carousel .owl-nav button.owl-next, .prod-dettaglio .owl-carousel .owl-nav button.owl-prev {
  background: #333333;
}
.prod-dettaglio .owl-carousel .owl-nav button.owl-next:hover, .prod-dettaglio .owl-carousel .owl-nav button.owl-prev:hover {
  background: #50beb9;
}
.prod-dettaglio .prod-dett-disponibilita {
  border-top: 1px solid #e5e5e5;
}
.prod-dettaglio .prod-dett-qta {
  border: none;
}
.prod-dettaglio .select-varianti .etichetta {
  color: #B0B0B0;
}
.prod-dettaglio .select-varianti .select-var {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

.prod-dett-testo {
  /* Basic Theme */
}
.prod-dett-testo [data-accordion] [data-content] {
  background: #ffffff;
}
.prod-dett-testo [data-accordion] [data-content] article {
  background: transparent;
}
.prod-dett-testo [data-accordion] [data-content] [data-content] {
  background: #ffffff;
}
.prod-dett-testo [data-accordion] [data-content] [data-content] [data-content] {
  background: rgb(228, 255, 228);
}
.prod-dett-testo [data-accordion] [data-control] {
  border-bottom: 1px solid #d7d7d7;
}
.prod-dett-testo [data-accordion] [data-control]:hover {
  color: #50beb9;
  background: white;
}
.prod-dett-testo [data-accordion] > [data-control]:after {
  color: #444;
}

.prod-filtri {
  border-top: none;
  border-bottom: none;
}

.prod-ordinamento .select-ordinamento {
  background: transparent;
}

.filtri-catalogo {
  border-top: none;
  padding-bottom: 15px;
}
.filtri-catalogo .applica-filtri {
  border: 1px solid #111111;
  background: #111111;
  color: white;
}
.filtri-catalogo .applica-filtri:hover {
  background: #ffffff;
  color: #111111;
  border: 1px solid #111111;
}
.filtri-catalogo #search-form {
  display: inline-block;
  border: 1px solid #ccc;
  float: none;
  padding-left: 15px;
  width: 100%;
}
.filtri-catalogo #search-form:hover {
  border: 1px solid #000000;
}
.filtri-catalogo #search-text {
  color: #000000;
  width: 80%;
}
.filtri-catalogo #search-button {
  left: auto;
  right: 0;
}
.filtri-catalogo #search-button svg {
  fill: #000000;
}

.prod-label {
  background: #E71D36;
  color: white;
}

.titolo-catalogo {
  border-top: 1px solid #e5e5e5;
}

.variante {
  border-top: 1px solid #e5e5e5;
}

.blocco-tecnico {
  border-bottom: 1px solid #e5e5e5;
}

.tabella-prodotti {
  border-bottom: 1px solid #e5e5e5;
}

.blocco-fascia-testo h2 {
  font-family: "Roboto Slab", serif;
}

.titoletto {
  font-family: "Roboto Slab", serif;
}

#cart {
  background: white;
  overflow-y: scroll;
  overflow-x: hidden;
}

.riga-carrello {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.riga-carrello .prodotto-carrello img {
  height: 20px;
}
.riga-carrello .prodotto-carrello span {
  font-size: 12px;
}

.shopping-cart .items .product .info {
  padding-top: 0px;
  text-align: left;
  padding-left: 0.5vw;
  padding-right: 0.5vw;
}

.paginazione {
  padding-top: calc(20px + 1vw);
  padding-bottom: calc(20px + 1vw);
  text-align: center;
  text-transform: lowercase;
  font-variant: small-caps;
  letter-spacing: 1px;
}

.condizioni-di-vendita {
  padding-top: 60px;
  padding-bottom: 60px;
  /* Requirements */
  /* Basic Theme */
}
.condizioni-di-vendita [data-accordion] [data-content] {
  overflow: hidden;
  max-height: 0;
}
.condizioni-di-vendita [data-accordion] [data-content] {
  background: #ffffff;
  font-size: 16px;
  font-weight: 300;
}
.condizioni-di-vendita [data-accordion] [data-content] p {
  margin-bottom: 5px;
  line-height: calc(20px + 1vw);
}
.condizioni-di-vendita [data-accordion] [data-content] p strong {
  font-weight: 700;
}
.condizioni-di-vendita [data-accordion] [data-content] ul {
  list-style: disc;
}
.condizioni-di-vendita [data-accordion] [data-content] ul li {
  margin-bottom: 10px;
  margin-left: 15px;
  line-height: 24px;
}
.condizioni-di-vendita [data-accordion] [data-content] article {
  background: transparent;
}
.condizioni-di-vendita [data-accordion] [data-content] [data-content] {
  background: #ffffff;
  font-size: 16px;
  font-weight: 300;
}
.condizioni-di-vendita [data-accordion] [data-content] [data-content] [data-content] {
  background: rgb(228, 255, 228);
}
.condizioni-di-vendita [data-accordion] {
  line-height: 1;
}
.condizioni-di-vendita [data-control],
.condizioni-di-vendita [data-content] > * {
  padding: 10px;
}
.condizioni-di-vendita [data-content] [data-accordion] {
  border: 0;
  padding: 0;
}
.condizioni-di-vendita [data-accordion] [data-control] {
  position: relative;
  padding-right: 40px;
  padding-left: 10px;
  width: 100%;
  text-align: left;
  border: none;
  border-bottom: 1px solid #d7d7d7;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  height: 70px;
}

.newsletter {
  padding-top: calc(20px + 1vw);
  padding-bottom: calc(20px + 1vw);
}
.newsletter #mce-EMAIL {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
}
.newsletter #mc-embedded-subscribe {
  height: 50px;
  width: 60%;
  display: block;
  margin: 0 auto;
  background: #50beb9;
  color: white;
  border: none;
}
.newsletter #mc-embedded-subscribe:hover {
  background: #50beb9;
  color: #000000;
}

#mc_embed_signup_scroll h2 {
  font-family: "Roboto Slab", serif;
}
#mc_embed_signup_scroll .indicates-required {
  margin-bottom: 30px;
}
#mc_embed_signup_scroll .mc-field-group {
  margin-bottom: 10px;
}
#mc_embed_signup_scroll .mc-field-group label {
  display: block;
  width: 100%;
  font-family: "Roboto Slab", serif;
}
#mc_embed_signup_scroll .mc-field-group input {
  width: 100%;
  height: 50px;
}
#mc_embed_signup_scroll .mc-field-group ul {
  list-style: none;
}
#mc_embed_signup_scroll .mc-field-group ul label {
  display: inline-block;
  width: auto;
  padding-left: 5px;
}
#mc_embed_signup_scroll .mc-field-group input#mce-MMERGE3-0 {
  width: 20px;
  height: 20px;
  display: inline-block;
}

.fascia-newsletter {
  background: #50beb9;
  border: none;
  text-transform: none;
  text-align: center;
  color: #ffffff;
  font-family: "Roboto Slab", serif;
  font-size: calc(20px + 2vw);
  font-weight: 700;
  padding-top: 30px;
  padding-bottom: 30px;
}
.fascia-newsletter::first-letter {
  text-transform: uppercase;
}
.fascia-newsletter:hover {
  background: #f2cd60;
  color: white;
}

.blocco-contatti h2 {
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  font-size: calc(20px + 1vw);
}

.blocco-form {
  background: #2C7773;
  color: white;
}
.blocco-form a {
  color: #50beb9;
}
.blocco-form h2 {
  font-family: "Roboto Slab", serif;
  font-size: calc(20px + 2vw);
}

.form-contatti input {
  border-color: #50beb9;
}
.form-contatti .btn-vai {
  background: transparent;
  border: 2px solid white;
  color: white;
  font-family: "Roboto Slab", serif;
  font-size: 1.5vw;
  border-radius: 0;
  padding-left: 2vw;
  padding-right: 2vw;
  cursor: pointer;
}
.form-contatti .btn-vai span {
  display: inline-block;
  transform: skew(20deg);
}
.form-contatti .btn-vai:hover {
  background: #50beb9;
  color: white;
  border-color: #50beb9;
}

.blocco-testo-singolo .blocco-testo {
  padding: 0 15vw;
}

.procedi-acquisto {
  background: #50beb9;
  color: white;
}
.procedi-acquisto:hover {
  background: #f2cd60;
  color: white;
}

.continua {
  font-variant: small-caps;
}

.btn-primary {
  background: #50beb9;
  color: white;
  border-color: #50beb9;
}
.btn-primary:hover {
  background: #f2cd60;
  color: white;
  border-color: #f2cd60;
}

.menu-profilo a {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.blocco-ordine {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: calc(10px + 1vw);
  margin-bottom: calc(10px + 1vw);
}

.overlay {
  background: rgba(80, 190, 185, 0.9);
}

.footer-sito {
  background-color: #B3D9E5;
  color: #000000;
}
.footer-sito a {
  color: #000000;
}
.footer-sito a:hover {
  color: #50beb9;
}
.footer-sito .social .svg-icon:hover path,
.footer-sito .social .svg-icon:hover polygon,
.footer-sito .social .svg-icon:hover rect {
  fill: #50beb9;
}
.footer-sito .social .svg-icon:hover circle {
  stroke: #50beb9;
}
.footer-sito .social .svg-icon path,
.footer-sito .social .svg-icon polygon,
.footer-sito .social .svg-icon rect {
  fill: #000000;
}
.footer-sito .social .svg-icon circle {
  stroke: #000000;
}

.prod-codice {
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1rem;
}

.fascia-trusted {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #50beb9;
}

/*---- RESPONSIVO ----*/
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1440px) {
  .lista-post .box-ante-post .testo {
    top: 0;
    height: auto;
  }
  .lista-post .box-ante-post:hover .testo {
    top: 0 !important;
    height: auto !important;
  }
}
/* Large devices (desktops) */
@media (max-width: 1199px) {
  .lista-post .box-ante-post .testo {
    top: 0;
    height: auto;
  }
  .lista-post .box-ante-post:hover .testo {
    top: 0 !important;
    height: auto !important;
  }
}
/* Medium devices (desktops, 992px and down) */
@media (max-width: 992px) {
  #my-menu {
    display: block;
  }
  #search-form {
    border-left: 1px solid #B0B0B0;
  }
  .lista-post .box-ante-post {
    height: 40vw;
  }
  .lista-post .box-ante-post .ante-img {
    height: 25vw;
  }
  .lista-post .box-ante-post .testo {
    top: auto;
    height: auto;
  }
  .lista-post .box-ante-post:hover .testo {
    top: auto !important;
    height: auto !important;
  }
}
/* Small devices  */
@media (max-width: 767px) {
  .prod-lista .cat-ante {
    height: 43vw;
  }
  .lista-post .box-ante-post .ante-img {
    height: 30vw;
  }
  .lista-post .box-ante-post .testo {
    top: auto !important;
    height: auto !important;
  }
  .lista-post .box-ante-post:hover .testo {
    top: auto !important;
    height: auto !important;
  }
  .box-prodotto {
    padding: 10px;
    height: auto;
  }
  .box-prodotto .prod-immagine {
    height: auto;
    border-bottom: 0;
  }
  .box-prodotto .prod-titolo-prezzo {
    height: auto;
  }
  .footer-sito {
    text-align: center;
  }
  .footer-sito .logo-footer {
    margin-bottom: 30px;
  }
  .footer-sito .social {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .footer-sito .link-footer {
    text-align: center;
  }
  .box-servizio {
    height: 40vw;
  }
  p {
    font-size: 18px;
  }
}
/* Extra Small devices */
@media (max-width: 575px) {
  .lista-post .box-ante-post {
    height: auto !important;
    padding-bottom: 2vw;
  }
  .lista-post .box-ante-post .ante-img {
    height: 60vw;
  }
}

/*# sourceMappingURL=site.css.ed05a4d31782.map */
