.transition, .cat-ante h2, .cat-ante, .blocco-slide-img img, .blocco-slide-img, .condizioni-di-vendita [data-accordion] [data-control], .condizioni-di-vendita [data-accordion] [data-content] article, .condizioni-di-vendita [data-accordion] [data-content], .fascia-newsletter, .lista-post .box-ante-post .testo, .dropdown-content, .testata .head-dx i, .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: #e0e2db;
  font-family: "Barlow", sans-serif;
  color: #090909;
}

a {
  color: #090909;
}
a:hover {
  color: #6ab430;
}

p {
  font-size: 16px;
}

ul {
  font-size: 16px;
  padding-top: 1vw;
  padding-left: 15px;
}
ul li {
  margin-bottom: 1vw;
}

#my-page {
  padding-top: 70px;
}

.testata .logo-top {
  height: 70px;
  position: relative;
  text-align: right;
  background: black;
  overflow-x: hidden;
}
.testata .logo-top .logo {
  height: 100%;
  width: auto !important;
  max-width: none !important;
}
.testata .head-center {
  top: 0;
  border-bottom: 0;
}
.testata .head-center .logo {
  max-height: 70px;
  margin-left: -3vw;
}
.testata .head-center .menu-top {
  text-align: left;
}
.testata .head-center .menu-top a.btn-menu {
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 500;
  border-bottom: 3px solid white;
}
.testata .head-center .menu-top a.btn-menu:hover {
  border-bottom: 3px solid #6ab430;
}
.testata .head-center .dropdown {
  display: inline-block;
  margin-left: 0px;
  margin-right: 0px;
}
.testata .head-center .dropdown a:first-child {
  margin-left: 1vw;
}
.testata .head-center .dropdown-menu {
  margin-top: 0;
  border-radius: 0;
  border-top: 2px solid #6ab430;
  border-bottom: 0;
  padding: 0;
}
.testata .head-center .dropdown-menu a:first-child {
  margin-left: 0;
}
.testata .head-center .dropdown-menu .dropdown-item {
  font-size: calc(10px + 0.5vw);
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 500;
  text-transform: uppercase;
  padding-right: 2.5rem;
  padding-left: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E5E5DC;
}
.testata .head-center .dropdown-menu .dropdown-item:hover {
  background: #6ab430;
  color: white;
}
.testata .head-center .shopping-bag {
  margin-left: 0.5vw;
}
.testata .head-dx {
  text-align: right;
  padding-right: 30px;
}
.testata .head-dx .btn-accedi {
  font-size: calc(10px + 0.3vw);
}
.testata .head-dx i {
  cursor: pointer;
}
.testata .head-dx i:hover {
  color: #6ab430;
}
.testata .head-bottom {
  height: auto;
  background: #6ab430;
  border-bottom: 0;
  text-transform: uppercase;
  font-variant: normal;
  letter-spacing: 1px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.testata .head-bottom p {
  text-align: center;
  font-size: calc(10px + 0.5vw);
  margin-bottom: 0;
}

#my-menu {
  display: none;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  background-color: white;
  border-top: 1px solid #4B5043;
  left: -35%;
  width: 105vw;
  transition-delay: 0.5s;
  opacity: 0;
  visibility: hidden;
  display: block;
}

/* Show the dropdown menu on hover */
.dropdown-prodotti:hover .dropdown-content {
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}

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

.column h3, .column h3 a {
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 500;
}

.column a {
  color: #090909;
}

.column a:hover {
  color: #6ab430;
}

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

.mm-menu a {
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
}

#search-form {
  border: 1px solid #090909;
  border-radius: 0;
  border-radius: 0px;
  float: none;
  padding-left: 40px;
  padding-right: 10px;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin-right: 10px;
}
#search-form input#search-text {
  border: none;
  font-size: 16px;
  height: 35px;
  border-radius: 0;
}
#search-form input#search-text:active {
  border: none;
  outline: none;
}
#search-form input#search-text:focus {
  border: none;
  outline: none;
}
#search-form:hover {
  border: 1px solid #090909;
}

#search-text {
  color: #090909;
  border: none;
}

#search-button {
  height: 35px;
}
#search-button svg {
  fill: #090909;
}

.owl-slide {
  height: 45vw;
  background: #111111;
}
.owl-slide .item {
  height: 45vw;
}
.owl-slide .item img.foto-slide {
  opacity: 1;
}
.owl-slide .item .testo-slide {
  color: white;
  text-align: center;
  padding: 3vw 8vw;
}
.owl-slide .item .testo-slide .titolo {
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 500;
  text-transform: uppercase;
  font-size: calc(30px + 2vw);
  padding-top: 25px;
}
.owl-slide .item .testo-slide p {
  margin: 0;
  margin-bottom: 30px;
  width: calc(90% - 20vw);
  text-align: left;
  text-transform: uppercase;
  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: transparent;
  border: 2px solid #4B5043;
  color: #4B5043;
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.5vw;
  border-radius: 0;
  transform: skew(-20deg);
  padding-left: 2vw;
  padding-right: 2vw;
  cursor: pointer;
}
.btn-azione-home span {
  display: inline-block;
  transform: skew(20deg);
}
.btn-azione-home:hover {
  background: #6ab430;
  color: white;
  border-color: #6ab430;
}

.blocco-pagina .titolo {
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: calc(20px + 2.5vw);
  color: #4B5043;
}

.vetrina-categorie {
  background: #4B5043;
  height: 23vw;
}
.vetrina-categorie .testo {
  color: white;
  height: 100%;
  top: 0;
  align-items: center;
}
.vetrina-categorie .testo .btn-azione-home {
  display: none;
}
.vetrina-categorie .testo h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 500;
  color: white;
  margin-bottom: 0;
}
.vetrina-categorie a:hover {
  outline: 1px solid #ffffff;
}
.vetrina-categorie:hover .btn-azione-home {
  background: #6ab430;
  border-color: #6ab430;
  color: white;
}

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

.lista-post .box-ante-post {
  border: 2px solid #090909;
  padding: 0.5vw;
}
.lista-post .box-ante-post .ante-img {
  background: #111111;
  top: 0.5vw;
  left: 0.5vw;
  width: calc(100% - 1vw);
  height: calc(100% - 1vw);
}
.lista-post .box-ante-post .testo {
  color: white;
  background: rgb(2, 0, 36);
  background: linear-gradient(0deg, rgb(2, 0, 36) 0%, rgb(17, 17, 17) 0%, rgba(0, 212, 255, 0) 100%);
}
.lista-post .box-ante-post .testo h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 500;
}

.blog-home {
  background: url("/static/front/img/bg-blog.6dabeabac20d.jpg");
  background-size: cover;
  background-position: center center;
  padding-top: calc(10px + 2vw);
  padding-bottom: calc(10px + 2vw);
  margin-bottom: 0;
}
.blog-home .btn-azione-home {
  color: white;
  border-color: white;
}
.blog-home .titolo {
  color: white;
}

.box-servizio {
  background-color: #111111;
}
.box-servizio h2 {
  color: white;
}

.service-alt h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 500;
}

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

.box-prodotto {
  height: 32vw;
}
.box-prodotto .prod-immagine {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  position: relative;
}
.box-prodotto .prod-immagine img {
  mix-blend-mode: normal;
  border-radius: 50%;
  width: auto;
  max-width: 90%;
  height: auto;
  max-height: 90%;
}
.box-prodotto .prod-immagine .bollo-promo {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: white;
  background: red;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  top: 10px;
  right: 15%;
}
.box-prodotto .prod-immagine .bollo-promo p.bollino {
  font-size: 20px;
  margin-bottom: 0;
}
.box-prodotto .prod-titolo-prezzo {
  text-align: center;
}
.box-prodotto .prod-titolo-prezzo .col-xl-9 {
  flex: 0 0 100%;
  max-width: 100%;
}
.box-prodotto .prod-titolo-prezzo h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
}
.box-prodotto .prod-titolo-prezzo .prod-abstract {
  padding-left: 1vw;
  padding-right: 1vw;
}
.box-prodotto .prod-titolo-prezzo .prod-prezzo {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.5vw;
}

.dettaglio .prima-img {
  background: #e0e2db;
  height: auto;
  padding-top: 40px;
  padding-left: 3vw;
  padding-right: 3vw;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.dettaglio .prima-img img {
  display: none;
}
.dettaglio .prima-img .testo {
  width: 90%;
}
.dettaglio .prima-img .testo h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 500;
  color: #090909;
  text-transform: none;
  letter-spacing: 0;
  text-transform: uppercase;
}
.dettaglio .prima-img .testo h1::first-letter {
  text-transform: uppercase;
}
.dettaglio .prima-img .testo p {
  color: #090909;
  line-height: calc(22px + 0.5vw);
}
.dettaglio .prima-img .testo .dett-data {
  color: #090909;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: calc(10px + 0.5vw);
}

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

.prod-dett-prezzo {
  border-top: none;
  border-bottom: 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: #ffffff;
  color: #111111;
  border: 1px solid #111111;
}

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

.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: #6ab430;
}
.prod-dettaglio .prod-dett-desc p.brand {
  display: none;
}
.prod-dettaglio .prod-dett-disponibilita {
  border-top: 1px solid #4B5043;
}
.prod-dettaglio .prod-dett-qta {
  border-top: none;
  border-bottom: none;
}
.prod-dettaglio .select-varianti .etichetta {
  color: #B0B0B0;
}
.prod-dettaglio .select-varianti .select-var {
  border-top: 1px solid #4B5043;
  border-bottom: 1px solid #4B5043;
  color: #090909;
}
.prod-dettaglio .tag-dett {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
}
.prod-dettaglio .tag-dett:last-of-type {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.prod-dettaglio .tag-dett strong {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0;
}
.prod-dettaglio .tag-dett span {
  display: inline-block;
  padding-right: 5px;
}
.prod-dettaglio .tag-dett a {
  margin-right: 0;
  margin-bottom: 0;
}

.prod-dett-testo {
  /* Basic Theme */
}
.prod-dett-testo [data-accordion] [data-content] {
  background: transparent;
}
.prod-dett-testo [data-accordion] [data-content] p strong {
  font-weight: 700;
}
.prod-dett-testo [data-accordion] [data-content] ul {
  padding-left: 25px;
}
.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;
  color: #090909;
}
.prod-dett-testo [data-accordion] [data-control]:hover {
  color: #6ab430;
  background: transparent;
}
.prod-dett-testo [data-accordion] > [data-control]:after {
  color: #444;
}

.metodi-pagamento {
  padding-left: 15px;
}

.prod-filtri {
  border-top: 0;
  border-bottom: 0;
  display: block;
}

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

.filtri-catalogo {
  border-top: 0;
}
.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;
}

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

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

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

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

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

.blocco-fascia-testo h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 500;
}

.titoletto {
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 500;
}

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

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

.btn-filtri {
  color: #090909;
}
.btn-filtri:hover {
  color: white;
}

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

.filtri-catalogo {
  border-top: 0;
  padding-top: 0;
  margin-bottom: 30px;
}
.filtri-catalogo strong {
  display: block;
  margin-bottom: 5px;
}
.filtri-catalogo .applica-filtri {
  display: block;
  border: 1px solid #090909;
  background: #090909;
  color: white;
}
.filtri-catalogo .applica-filtri:hover {
  background: #39729b;
  color: white;
  border: 1px solid #39729b;
}

.categorie-lista-post {
  text-align: center;
  padding-bottom: calc(20px + 1vw);
}
.categorie-lista-post form {
  text-align: center;
}

.blocco h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 500;
}
.blocco .blocco-img {
  text-align: center;
}
.blocco a {
  text-decoration: underline;
}

.fascia-newsletter {
  background: #39729b;
  border: none;
  text-transform: none;
  text-align: center;
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 500;
  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: #6ab430;
  color: white;
}

.blocco-contatti h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 500;
  text-transform: uppercase;
  font-size: calc(20px + 1vw);
}

.blocco-form {
  background: #4B5043;
  color: white;
}
.blocco-form a {
  color: #6ab430;
}
.blocco-form h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 500;
  text-transform: uppercase;
  font-size: calc(20px + 2vw);
}

.form-contatti input {
  border-color: #6ab430;
}
.form-contatti .btn-vai {
  background: transparent;
  border: 2px solid white;
  color: white;
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 0;
  transform: skew(-20deg);
  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: #6ab430;
  color: white;
  border-color: #6ab430;
}

.blocco-testo-singolo {
  padding: 0 10vw;
}
.blocco-testo-singolo .blocco-testo {
  background: #ffffff;
  padding: 3vw;
}

.procedi-acquisto {
  background: #090909;
  color: white;
  font-size: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 500;
}
.procedi-acquisto:hover {
  background: #6ab430;
  color: #090909;
}

.btn-primary {
  background: #090909;
  color: white;
  border-color: #090909;
  font-size: "Barlow", sans-serif;
  text-transform: uppercase;
  border-radius: 0;
}
.btn-primary:hover {
  background: #6ab430;
  color: #090909;
  border-color: #6ab430;
}

.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);
}

.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-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 500;
  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: #39729b;
  color: white;
  border: none;
}
.newsletter #mc-embedded-subscribe:hover {
  background: #6ab430;
  color: #090909;
}

.footer-sito {
  background-color: #090909;
  color: white;
}
.footer-sito a {
  color: white;
}
.footer-sito a:hover {
  color: #6ab430;
}
.footer-sito .social .svg-icon:hover path,
.footer-sito .social .svg-icon:hover polygon,
.footer-sito .social .svg-icon:hover rect {
  fill: #6ab430;
}
.footer-sito .social .svg-icon:hover circle {
  stroke: #6ab430;
}
.footer-sito .social .svg-icon path,
.footer-sito .social .svg-icon polygon,
.footer-sito .social .svg-icon rect {
  fill: white;
}
.footer-sito .social .svg-icon circle {
  stroke: white;
}

.blocco6_6 {
  background: white;
  width: calc(74vw - 20px);
  padding: 3vw;
  margin: 0 auto;
}
.blocco6_6 .txt-dx {
  padding-left: 0;
  margin-left: 3vw;
}
.blocco6_6 .txt-sx {
  padding-right: 0;
  margin-right: 3vw;
}
.blocco6_6 .btn-azione-home {
  margin-top: 30px;
  transform: none;
}

.lista-post-correlati {
  display: block;
  background: transparent;
}
.lista-post-correlati h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 500;
}

.newsletter p {
  padding: 0 30px;
  margin-bottom: 40px;
}

#mc-embedded-subscribe-form {
  padding: 0 30px;
  font-size: 16px;
  padding-bottom: 40px;
}
#mc-embedded-subscribe-form p {
  font-size: 16px;
  padding: 0;
}
#mc-embedded-subscribe-form label {
  text-transform: uppercase;
}
#mc-embedded-subscribe-form .checkbox input {
  margin-right: 5px;
}
#mc-embedded-subscribe-form .checkbox span {
  text-transform: uppercase;
}
#mc-embedded-subscribe-form .content__gdpr {
  padding-top: 20px;
}
#mc-embedded-subscribe-form .content__gdpr label {
  text-transform: uppercase;
}
#mc-embedded-subscribe-form .content__gdpr a {
  color: #6ab430;
}
#mc-embedded-subscribe-form #mc-embedded-subscribe {
  background: #090909;
  color: white;
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  border: 2px solid black;
  letter-spacing: 1px;
  cursor: pointer;
  margin-top: 30px;
}
#mc-embedded-subscribe-form #mc-embedded-subscribe:hover {
  background: #6ab430;
  color: #090909;
}

.lingue-mobile {
  display: block;
}

.lingue-mobile-top {
  display: inline-block;
  width: 100px;
  padding-left: 0;
  margin-right: 30px;
}
.lingue-mobile-top select.form-control {
  width: 100%;
  background: transparent;
  text-transform: uppercase;
  padding-left: 0;
  border: none;
}

.blocco-fascia-testo .over-fascia {
  text-align: center;
}
.blocco-fascia-testo .over-fascia p {
  margin-bottom: 30px;
}
.blocco-fascia-testo .over-fascia .btn-azione-home {
  border-color: white;
  color: white;
}

.slide-split {
  height: 100%;
  background-image: url("/static/front/img/bg-slide-fisso.42b10b4d1fe1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.blocco-slide-img {
  position: relative;
  width: 80%;
  height: auto;
  background: #000000;
  border-radius: 50%;
  border: 5px solid white;
}

.blocco-slide-img:after {
  content: "";
  display: block;
  padding-bottom: 100%; /* The padding depends on the width, not on the height, so with a padding-bottom of 100% you will get a square */
}

.blocco-slide-img img {
  position: absolute; /* Take your picture out of the flow */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; /* Make the picture taking the size of it's parent */
  width: 100%; /* This if for the object-fit */
  height: 100%; /* This if for the object-fit */
  object-fit: cover; /* Equivalent of the background-size: cover; of a background-image */
  object-position: center;
  z-index: 1;
  border-radius: 50%;
}

.testo-slide-split {
  text-align: left;
  width: 60%;
  margin: 0 auto;
  color: white;
}
.testo-slide-split h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 500;
  text-transform: uppercase;
  font-size: calc(30px + 2vw);
  margin-bottom: 20px;
}
.testo-slide-split p {
  font-size: 20px;
}

.nl-input {
  height: 50px;
  margin-bottom: 20px;
  width: 100%;
}

#mc_embed_signup label {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 20px;
}
#mc_embed_signup label.checkbox {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-size: 16px;
}
#mc_embed_signup .content__gdprBlock {
  margin-top: 30px;
}

#contact-whatsapp {
  display: block;
  position: fixed;
  width: 64px;
  height: 64px;
  bottom: 90px;
  right: 3.1vw;
  z-index: 10;
  cursor: pointer;
}
#contact-whatsapp .whatsapp-ico {
  width: 64px;
  height: 64px;
}

.cat-ante {
  margin-top: 0;
  margin-bottom: 0;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  background-color: white;
  color: #090909;
  font-family: "Barlow Condensed", sans-serif;
  border: 10px solid #6ab430;
}
.cat-ante h2 {
  color: #090909;
  font-size: 26px;
}
.cat-ante:hover {
  background-color: #090909;
}
.cat-ante:hover h2 {
  color: white;
}

.lista-prodotti .col-xl-3 {
  margin-bottom: 30px;
}

button.desc {
  padding-left: 15px;
}

.accordion-content p strong {
  font-weight: 700;
}

/*---- RESPONSIVO ----*/
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1440px) {
  .lingue-mobile-top {
    width: 100px;
    margin-right: 5px;
  }
  .lingue-mobile-top select.form-control {
    font-size: 14px;
  }
  #search-form {
    width: 120px;
    padding-left: 25px;
    padding-right: 0;
    margin-right: 5px;
  }
  #search-form input#search-text {
    padding-left: 0;
    font-size: 12px;
  }
}
/* Large devices (desktops) */
@media (max-width: 1199px) {
  .testata .cont-padding {
    padding-right: 0;
  }
  .box-prodotto {
    height: 39vw;
    margin-bottom: 1px;
  }
  .lista-post .col-xl-4:last-of-type {
    display: block;
  }
  .blocco6_6 {
    width: calc(94vw - 50px);
  }
  .blocco-testo-singolo {
    padding: 0 15px;
  }
  .lingue-mobile-top {
    width: 80px;
    margin-right: 5px;
  }
  .lingue-mobile-top select.form-control {
    font-size: 14px;
  }
  #search-form {
    width: 120px;
    padding-left: 25px;
    padding-right: 0;
    margin-right: 5px;
  }
  #search-form input#search-text {
    padding-left: 0;
    font-size: 12px;
  }
}
/* Medium devices (desktops, 992px and down) */
@media (max-width: 992px) {
  html {
    width: 100vw;
    max-width: 100vw;
  }
  body {
    max-width: 100vw;
  }
  #my-page {
    max-width: 100vw;
    padding-top: 0;
  }
  .testata .cont-padding {
    padding-right: 0px;
  }
  .testata .head-dx {
    text-align: right;
  }
  .testata .head-dx .ico-desk {
    display: none;
  }
  .testata .head-dx #search-form {
    display: none;
  }
  .testata .head-center {
    overflow: hidden;
  }
  .testata .head-center .logo {
    margin-right: -40px !important;
    margin-left: 0;
    height: 90px;
    width: auto !important;
  }
  .testata-new {
    width: 100vw;
  }
  .testata-new a.mburger {
    width: 45px !important;
    padding: 0;
  }
  .testata-new a.mburger b {
    width: 30px;
  }
  .testata-new .burger-mobile {
    top: 5px;
  }
  .testata-new .head-center {
    padding-top: 0;
  }
  .testata-new .head-center .testata-dx i {
    margin-left: 25px;
  }
  .testata-new .head-center .testata-dx i.fa-heart {
    margin-left: 0;
  }
  .testata-new .head-top {
    background: #6ab430;
    color: #090909;
  }
  .testata-new .head-top .fascia-messaggio p {
    color: #090909;
  }
  .ricerca-mobile {
    margin-top: 0;
  }
  #my-menu {
    display: block;
  }
  .overlay .centered {
    width: 80%;
  }
  .overlay #search-form {
    display: block;
    width: 100%;
    padding-left: 15px;
    font-size: 12px;
  }
  .overlay #search-form #search-button {
    left: auto;
    right: 0;
  }
  .btn-azione-home {
    font-size: 3vw;
  }
  .vetrina-categorie {
    height: 60vw;
  }
  .box-prodotto {
    height: 53vw;
    margin-bottom: 1px;
  }
  .box-prodotto .prod-titolo-prezzo h2 {
    font-size: 18px;
  }
  .box-prodotto .prod-titolo-prezzo .prod-prezzo {
    font-size: 18px;
  }
  .blocco-testo-singolo {
    padding: 0 0px;
  }
  .blocco6_6 {
    width: auto;
  }
  .blocco6_6 .blocco-testo {
    padding: 0;
  }
  .blocco6_6 .txt-dx {
    margin-left: 0vw;
    margin-bottom: calc(20px + 2vw);
  }
  .blocco6_6 .txt-sx {
    margin-right: 0vw;
    margin-bottom: calc(20px + 2vw);
  }
  .blocco6_6 .blocco-img {
    margin-top: 0;
  }
  .footer-sito .logo-footer {
    max-width: 250px;
  }
  #search-form {
    border: none;
    border-left: 1px solid #ebebeb;
    padding-left: 0px;
    padding-right: 0px;
    display: inline-block;
    width: calc(100% - 60px);
    vertical-align: middle;
    margin-right: 0px;
    margin-left: 55px;
  }
  #search-form input#search-text {
    border: none;
    font-size: 16px;
    height: 50px;
    border-radius: 0;
  }
  #search-form input#search-text:active {
    border: none;
    outline: none;
  }
  #search-form input#search-text:focus {
    border: none;
    outline: none;
  }
  #search-form:hover {
    border: none;
    border-left: 1px solid #ebebeb;
  }
  .testo-slide-split {
    width: 80%;
  }
  .testo-slide-split h1 {
    font-size: calc(30px + 2vw);
    margin-bottom: 20px;
  }
  .testo-slide-split p {
    font-size: 18px;
  }
  .chi-siamo-home .bg-chi {
    background-attachment: scroll;
  }
}
/* Small devices  */
@media (max-width: 767px) {
  .vetrina-categorie .testo h2 {
    font-size: calc(20px + 2vw);
  }
  .blocco h2 {
    font-size: 20px;
  }
  p {
    font-size: 16px;
  }
  .box-prodotto .prod-immagine .bollo-promo {
    font-size: 10px;
    height: 60px;
    width: 60px;
    top: 0px;
    right: 0;
  }
  .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;
  }
  .testo-slide-split {
    width: 60%;
    margin: 0;
    margin-left: 5%;
  }
  .testo-slide-split h1 {
    font-size: calc(20px + 2vw);
    margin-bottom: 20px;
  }
  .testo-slide-split p {
    font-size: 14px;
  }
  .owl-slide .item .testo-slide .titolo {
    font-size: calc(20px + 2vw);
  }
}
/* Extra Small devices */
@media (max-width: 575px) {
  .box-prodotto {
    height: 50vw;
  }
  .box-prodotto .prod-titolo-prezzo .prod-abstract {
    display: block;
  }
  a.aggiungi-carrello {
    font-size: 16px;
  }
  a.richiedi-info {
    font-size: 16px;
  }
  .btn-filtri {
    font-weight: 300;
    letter-spacing: 0.2px;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

/*# sourceMappingURL=site.css.7fe813a4febb.map */
