.transition, .call-to img, .call-to, .box-service .blocco-img img, .lista-post .box-ante-post .testo, .vetrine-affiancate .blocco6_6 .blocco-testo h2 a, .vetrine-affiancate .blocco6_6 .blocco-img img, .testata .resize-head-center .logo, .testata .resize-head-center .menu-top a.btn-menu, .testata .resize-head-center, .testata .head-center .logo, .testata .head-center .menu-top a.btn-menu, .testata .head-center {
  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: "Atkinson Hyperlegible Next", sans-serif;
  color: #3A1E1A;
}

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

a {
  color: #3A1E1A;
}
a:hover {
  color: #9D2350;
}

p {
  font-size: calc(14px + 0.5vw);
}

ul {
  font-size: calc(14px + 0.5vw);
}

.cont-padding {
  padding: 0 5vw;
}

.testata .head-top {
  border-bottom: 1px solid #CCCCCC;
  background: white;
  display: none;
}
.testata .head-top i {
  color: #757575;
}
.testata .head-top i:hover {
  color: #3A1E1A;
}
.testata .head-top .top-dx .shopping-bag {
  color: #757575;
}
.testata .head-top .btn-lingua {
  color: #757575;
}
.testata .head-top .btn-lingua:hover {
  color: #3A1E1A;
}
.testata .head-center {
  border-bottom: 1px solid #CCCCCC;
  height: 120px;
  top: 0;
}
.testata .head-center .menu-top {
  text-align: right;
}
.testata .head-center .menu-top a.btn-menu {
  height: 119px;
  line-height: 119px;
  border-bottom: 3px solid white;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.testata .head-center .menu-top a.btn-menu:hover {
  border-bottom: 3px solid #9D2350;
}
.testata .head-center .logo {
  max-height: 100px;
}
.testata .resize-head-center {
  height: 80px;
}
.testata .resize-head-center .menu-top a.btn-menu {
  height: 79px;
  line-height: 79px;
}
.testata .resize-head-center .logo {
  max-height: 60px;
}
.testata .head-bottom {
  display: none;
}

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

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

.column h3, .column h3 a {
  font-family: "adonis-web", serif;
}

.column a {
  color: #3A1E1A;
}

.column a:hover {
  color: #9D2350;
}

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

#search-form {
  border: 1px solid #ccc;
}
#search-form:hover {
  border: 1px solid #3A1E1A;
}

#search-text {
  color: #3A1E1A;
}

#search-button svg {
  fill: #3A1E1A;
}

.owl-carousel {
  display: block;
}

.owl-slide {
  background: #FFFBF3;
}
.owl-slide .item {
  text-align: left;
}
.owl-slide .item img.foto-slide {
  height: 80%;
  width: auto;
  top: 10%;
  left: 5vw;
  display: inline;
  object-fit: contain;
  opacity: 1;
}
.owl-slide .item .testo-slide {
  width: 50vw;
  color: #3A1E1A;
}
.owl-slide .item .testo-slide .titolo {
  color: #9D2350;
  font-size: calc(40px + 6vw);
  margin-bottom: 1.5vw;
  font-family: "adonis-web", serif;
  font-weight: 700;
}
.owl-slide .item .testo-slide strong {
  color: #9D2350;
}
.owl-slide .item .testo-slide p {
  width: 100%;
}
.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: #3A6E31;
  border: 2px solid #3A6E31;
  color: white;
  font-size: calc(10px + 0.5vw);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding-top: 0.8vw;
  padding-right: 1.5vw;
  padding-left: 1.5vw;
  border-radius: 1vw;
  cursor: pointer;
}
.btn-azione-home:hover {
  background: #9D2350;
  color: white;
  border-color: #9D2350;
}

.blocco-pagina .titolo {
  font-family: "adonis-web", serif;
}
.blocco-pagina .h2 {
  font-family: "adonis-web", serif;
}

.vetrina-categorie {
  background: #111111;
}
.vetrina-categorie .testo {
  color: white;
}
.vetrina-categorie .testo h2 {
  font-family: "adonis-web", serif;
}
.vetrina-categorie a:hover {
  outline: 1px solid #ffffff;
}
.vetrina-categorie:hover .btn-azione-home {
  background: #9D2350;
  border-color: #9D2350;
  color: white;
}

.vetrine-affiancate .blocco6_6 {
  padding: 0 5vw;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: calc(20px + 2vw);
}
.vetrine-affiancate .blocco6_6 .blocco-img {
  position: relative;
  width: 100%;
  height: auto;
  background: #FFFBF3;
  border-radius: 50%;
}
.vetrine-affiancate .blocco6_6 .blocco-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 */
}
.vetrine-affiancate .blocco6_6 .blocco-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;
  border-radius: 50%;
}
.vetrine-affiancate .blocco6_6 .blocco-img img:hover {
  opacity: 0.7;
}
.vetrine-affiancate .blocco6_6 .blocco-testo h2 {
  font-size: calc(20px + 2vw);
  color: #9D2350;
  margin-bottom: calc(15px + 1vw);
  font-family: "adonis-web", serif;
  font-weight: 700;
}
.vetrine-affiancate .blocco6_6 .blocco-testo h2 a {
  color: #9D2350;
}
.vetrine-affiancate .blocco6_6 .blocco-testo h2 a:hover {
  color: #FFAC30;
}
.vetrine-affiancate .blocco6_6 .blocco-testo p {
  margin-bottom: calc(25px + 1vw);
}
.vetrine-affiancate .blocco-pagina:last-of-type .blocco6_6 {
  border-bottom: 0;
}

.home-reviews {
  background: #F9F9F9;
  text-align: center;
  padding-top: calc(30px + 2vw);
  padding-bottom: calc(40px + 2vw);
  margin-bottom: 0;
}
.home-reviews .titolo {
  font-family: "adonis-web", serif;
  font-weight: 700;
  color: #9D2350;
  font-size: calc(20px + 2vw);
  margin-bottom: 0;
  font-weight: 400;
}
.home-reviews .item {
  height: calc(300px + 3vw);
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 15vw;
}
.home-reviews .item .titolo-review {
  color: #9D2350;
  font-size: calc(10px + 1.5vw);
  margin-bottom: calc(15px + 1vw);
  font-family: "adonis-web", serif;
  font-weight: 700;
}
.home-reviews .item .autore-review {
  color: #9D2350;
  font-size: calc(14px + 0.5vw);
  text-transform: uppercase;
}
.home-reviews .item p {
  color: #3A1E1A;
}
.home-reviews .owl-prev {
  width: 28px;
  height: 50px;
  position: absolute;
  top: 45%;
  left: 25px;
  display: block !important;
}
.home-reviews .owl-next {
  width: 28px;
  height: 50px;
  position: absolute;
  top: 45%;
  right: 25px;
  display: block !important;
}
.home-reviews .owl-theme .owl-dots .owl-dot span {
  border: 1px solid #9D2350;
  background: white;
  width: 15px;
  height: 15px;
}
.home-reviews .owl-theme .owl-dots .owl-dot.active span,
.home-reviews .owl-theme .owl-dots .owl-dot:hover span {
  background: #9D2350;
}

.blocco-contatti h2 {
  font-family: "adonis-web", serif;
  color: #9D2350;
  font-weight: 700;
  text-transform: none;
  font-weight: 400;
  font-size: calc(20px + 2vw);
}

.blocco-form {
  background: #F9F9F9;
}
.blocco-form h2 {
  font-family: "adonis-web", serif;
  color: #9D2350;
  font-weight: 700;
  text-transform: none;
}
.blocco-form .form-contatti {
  color: #3A1E1A;
}
.blocco-form .form-contatti .btn-vai {
  transform: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  border-color: #3A6E31;
  background: #3A6E31;
  color: white;
  border-radius: 16px;
}
.blocco-form .form-contatti .btn-vai:hover {
  border-color: #9D2350;
  background: #9D2350;
  color: white;
}

.chi-siamo-home {
  color: white;
}

.lista-post .box-ante-post .ante-img {
  background: #111111;
}
.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: "adonis-web", serif;
}

.dettaglio .prima-img {
  background: #FFFBF3;
  height: auto;
  padding-top: calc(30px + 1vw);
  padding-bottom: calc(30px + 1vw);
  border: none;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: calc(20px + 2vw);
}
.dettaglio .prima-img img {
  display: none;
}
.dettaglio .prima-img .testo h1 {
  font-family: "adonis-web", serif;
  color: #9D2350;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: none;
  letter-spacing: 1px;
}
.dettaglio .prima-img .testo h1::first-letter {
  text-transform: uppercase;
}
.dettaglio .prima-img .testo p {
  color: white;
  display: none;
}
.dettaglio .prima-img .testo .dett-data {
  color: white;
}

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

.service-alt h2 {
  font-family: "adonis-web", serif;
}

.box-prodotto .prod-immagine {
  background: #eee;
}

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

.prod-dett-prezzo {
  border-top: 1px solid #CCCCCC;
}

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: yellowgreen;
}
.prod-dettaglio .prod-dett-disponibilita {
  border-top: 1px solid #CCCCCC;
}
.prod-dettaglio .prod-dett-qta {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.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: yellowgreen;
  background: white;
}
.prod-dett-testo [data-accordion] > [data-control]:after {
  color: #444;
}

.prod-filtri {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

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

.filtri-catalogo {
  border-top: 1px solid #CCCCCC;
}
.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 #CCCCCC;
}

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

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

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

.blocco-fascia-testo .over-fascia {
  background: rgba(0, 0, 0, 0.5);
}
.blocco-fascia-testo h2 {
  font-family: "adonis-web", serif;
  font-size: calc(20px + 2vw);
  font-weight: 700;
}

.titoletto {
  font-family: "adonis-web", serif;
}

#cart {
  background: white;
}

.footer-sito {
  background-color: white;
  color: #3A1E1A;
}
.footer-sito a {
  color: #3A1E1A;
}
.footer-sito a:hover {
  color: #9D2350;
}
.footer-sito .social .svg-icon:hover path,
.footer-sito .social .svg-icon:hover polygon,
.footer-sito .social .svg-icon:hover rect {
  fill: #9D2350;
}
.footer-sito .social .svg-icon:hover circle {
  stroke: #9D2350;
}
.footer-sito .social .svg-icon path,
.footer-sito .social .svg-icon polygon,
.footer-sito .social .svg-icon rect {
  fill: #3A1E1A;
}
.footer-sito .social .svg-icon circle {
  stroke: #3A1E1A;
}

.testo-servizi {
  margin-bottom: calc(30px + 2vw);
}

.box-service {
  padding-top: calc(30px + 2vw);
  padding-bottom: calc(30px + 2vw);
  border-top: 1px solid #CCCCCC;
}
.box-service .blocco-img {
  position: relative;
  width: 100%;
  height: auto;
  background: #FFFBF3;
  border-radius: 50%;
}
.box-service .blocco-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 */
}
.box-service .blocco-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;
  border-radius: 50%;
}
.box-service .blocco-img img:hover {
  opacity: 0.7;
}
.box-service .testo {
  padding-left: 2vw;
}
.box-service h2 {
  font-size: calc(20px + 1vw);
  font-family: "adonis-web", serif;
  color: #9D2350;
  font-weight: 700;
  margin-bottom: calc(15px + 1vw);
}
.box-service h2 a {
  color: #9D2350;
}
.box-service h2 a:hover {
  color: #FFAC30;
}
.box-service p {
  margin-bottom: calc(15px + 1vw);
}

.lista-post .box-ante-post {
  padding: 24px;
  text-align: center;
  height: auto;
}
.lista-post .box-ante-post h2 {
  font-family: "adonis-web", serif;
  color: #9D2350;
  font-weight: 700;
}
.lista-post .box-ante-post .icon-place {
  height: 48px;
  display: block;
  margin: 0 auto;
  margin-bottom: 32px;
}

.box-creation .blocco-img {
  border-radius: 0%;
  background: transparent;
}
.box-creation .blocco-img img {
  object-fit: contain; /* Equivalent of the background-size: cover; of a background-image */
  border-radius: 0%;
}

.call-to {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  background: #FFFBF3;
  color: #9D2350;
  font-family: "adonis-web", serif;
  font-weight: 700;
  font-size: calc(20px + 1.5vw);
  line-height: calc(32px + 2vw);
  padding-top: calc(30px + 1vw);
  padding-bottom: calc(30px + 1vw);
}
.call-to:hover {
  background-color: #9D2350;
  color: white;
}
.call-to:hover img {
  filter: brightness(0) invert(1);
}
.call-to span {
  font-size: calc(20px + 2.5vw);
  font-weight: 600;
}
.call-to a {
  color: #9D2350;
}

.blocco h2 {
  color: #9D2350;
  font-family: "adonis-web", serif;
  font-weight: 700;
}

/*---- RESPONSIVO ----*/
/* Extra large devices (large desktops, 1200px and up) */
/* Large devices (desktops) */
/* Medium devices (desktops, 992px and down) */
@media (max-width: 992px) {
  .cont-padding {
    padding: 0 3vw;
  }
  .owl-slide {
    height: auto;
    padding-bottom: 5vw;
  }
  .owl-slide .item {
    height: 110vw;
    justify-content: center;
  }
  .owl-slide .item img.foto-slide {
    left: 0;
    top: -8vw;
  }
  .owl-slide .item .testo-slide {
    width: 100vw;
    padding-top: 80vw;
    padding-left: 13vw;
    padding-right: 13vw;
    margin: 0 auto;
  }
  .home-reviews {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  .call-to {
    font-size: calc(12px + 1vw);
    line-height: calc(20px + 1vw);
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  .call-to span {
    font-size: calc(12px + 1.5vw);
  }
  .call-to img {
    max-height: 50px;
  }
  .box-service .testo {
    padding-left: 0;
  }
  .footer-sito .logo-footer {
    max-width: 250px;
  }
}
/* Small devices  */
@media (max-width: 767px) {
  .owl-slide {
    height: auto;
    padding-bottom: 5vw;
  }
  .owl-slide .item {
    height: 150vw;
    justify-content: center;
  }
  .owl-slide .item img.foto-slide {
    left: 0;
    top: -10vw;
  }
  .owl-slide .item .testo-slide {
    padding-right: 10vw;
    padding-left: 10vw;
  }
  .owl-slide .item .testo-slide p {
    display: block;
  }
  .box-service h2 {
    margin-top: 30px;
  }
}
/* Extra Small devices */

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