.transition, .lista-post .box-ante-post .ante-img img, .riga-servizio .blocco-img img, .lista-post .box-ante-post .testo, .testata .resize-head-center .logo, .testata .resize-head-center .cont-logo, .testata .resize-head-center, .testata .head-center .menu-top a.btn-menu, .testata .head-center .logo, .testata .head-center .cont-logo, .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: #eff4ff;
  font-family: "Red Hat Display", sans-serif;
  color: #013366;
}

a {
  color: #013366;
}
a:hover {
  color: #9c3052;
}

.testata .head-top {
  border-bottom: 1px solid #e5e5e5;
  background: white;
}
.testata .head-top i {
  color: #757575;
}
.testata .head-top i:hover {
  color: #013366;
}
.testata .head-top .top-dx .shopping-bag {
  color: #757575;
}
.testata .head-top .btn-lingua {
  color: #757575;
}
.testata .head-top .btn-lingua:hover {
  color: #013366;
}
.testata .head-center {
  border-bottom: 1px solid #e5e5e5;
  height: 150px;
  top: 0;
  text-align: center;
}
.testata .head-center .cont-logo {
  height: 100px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.testata .head-center .logo {
  max-height: 80px;
}
.testata .head-center .menu-top {
  height: 50px;
  background: #9c3052;
  width: 100%;
}
.testata .head-center .menu-top a.btn-menu {
  font-family: "Red Hat Display", sans-serif;
  color: white;
  border-bottom: none;
  height: 50px;
  line-height: 50px;
  font-weight: 800;
}
.testata .head-center .menu-top a.btn-menu:hover {
  background: white;
  color: #9c3052;
  border-bottom: 0;
}
.testata .resize-head-center {
  height: 110px;
}
.testata .resize-head-center .cont-logo {
  height: 60px;
}
.testata .resize-head-center .logo {
  max-height: 40px;
}
.testata .head-bottom {
  background: #013366;
  color: white;
  border-bottom: none;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid white;
}
.testata .head-bottom p {
  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: "Red Hat Display", sans-serif;
}

.column a {
  color: #013366;
}

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

.mm-menu {
  --mm-color-background: #ffffff;
  --mm-color-text: #013366;
  text-transform: uppercase;
  font-weight: 600;
}

.icone-mob {
  background: #013366;
  color: white;
  padding: 25px;
  text-transform: none;
}
.icone-mob img {
  width: 25px;
  margin-right: 15px;
  font-size: 14px;
}

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

#search-text {
  color: #013366;
}

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

.owl-slide {
  background: #111111;
  height: 45vw;
  margin-bottom: 0;
}
.owl-slide .item {
  height: 45vw;
}
.owl-slide .item img.foto-slide {
  opacity: 1;
  object-fit: cover;
  top: 0;
  width: 100%;
  height: 100%;
}
.owl-slide .item .testo-slide {
  color: #013366;
  text-align: left;
  padding-left: 10vw;
}
.owl-slide .item .testo-slide h1.titolo {
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 15px;
  font-size: calc(26px + 2.5vw);
  font-weight: 800;
}
.owl-slide .item .testo-slide p {
  width: 100%;
  font-size: calc(16px + 1.5vw);
  margin-bottom: 45px;
}
.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 {
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 35px;
  text-align: center;
  background: #d8e8ff;
  border: 2px solid #9c3052;
  border-radius: 35px;
  font-weight: 600;
}
.btn-azione-home:hover {
  background: #9c3052;
  color: white;
  border-color: #013366;
}

.blocco-pagina .titolo {
  font-family: "Red Hat Display", sans-serif;
  color: #013366;
  text-transform: uppercase;
}

.vetrina-categorie {
  background: #111111;
}
.vetrina-categorie .testo {
  color: white;
}
.vetrina-categorie .testo h2.titolo {
  font-family: "Red Hat Display", sans-serif;
  color: white;
}
.vetrina-categorie a:hover {
  outline: 1px solid #ffffff;
}
.vetrina-categorie .btn-azione-home {
  display: none;
}
.vetrina-categorie:hover .testo h2.titolo {
  color: #9c3052;
}
.vetrina-categorie:hover .btn-azione-home {
  background: #9c3052;
  border-color: #9c3052;
  color: white;
}

.chi-siamo-home {
  color: white;
  position: relative;
  margin-bottom: 0;
}
.chi-siamo-home::before {
  content: "";
  position: absolute;
  height: 100px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-image: url("/static/front/img/Dosca__pieno_azzurro.481a27c24664.png");
  background-position: center top;
}
.chi-siamo-home .over-chi {
  background: rgba(18, 74, 143, 0.6);
  padding-top: calc(20px + 10vw);
  padding-bottom: calc(20px + 15vw);
}
.chi-siamo-home .titolo {
  color: white;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 2rem;
}
.chi-siamo-home p {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 50px;
}
.chi-siamo-home .btn-azione-home {
  background: white;
  color: #013366;
}
.chi-siamo-home .btn-azione-home:hover {
  background: #9c3052;
  color: white;
}

.lista-post .box-ante-post {
  height: auto;
  margin-bottom: 30px;
}
.lista-post .box-ante-post .ante-img {
  background: #111111;
}
.lista-post .box-ante-post .testo {
  padding-left: 0 !important;
  padding-right: 0 !important;
  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: "Red Hat Display", sans-serif;
  text-align: left;
}

.dettaglio .prima-img {
  background: #9c3052;
  height: auto;
  padding-top: calc(60px + 2vw);
  padding-bottom: calc(60px + 2vw);
  position: relative;
}
.dettaglio .prima-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 90px;
  width: 100%;
  background-image: url("/static/front/img/Dosca__vuoto-azzurro.3cc373a40ac3.png");
  background-position: center top;
  background-size: 100% 100%;
}
.dettaglio .prima-img img {
  display: none;
}
.dettaglio .prima-img .testo h1 {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}
.dettaglio .prima-img .testo p {
  color: white;
}
.dettaglio .prima-img .testo .dett-data {
  color: white;
}

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

.service-alt h2 {
  font-family: "Red Hat Display", sans-serif;
}

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

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

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

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-desc p.brand {
  border-bottom: none;
}
.prod-dettaglio .prod-dett-disponibilita {
  border-top: 1px solid #e5e5e5;
}
.prod-dettaglio .prod-dett-qta {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.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: transparent;
}
.prod-dett-testo [data-accordion] [data-content] article {
  background: transparent;
}
.prod-dett-testo [data-accordion] [data-content] [data-content] {
  background: transparent;
}
.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 #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

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

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

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

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

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

.blocco-form {
  background: #013366;
}

.blocco-fascia-testo h2 {
  font-family: "Red Hat Display", sans-serif;
}

.form-contatti .btn-vai {
  transform: none;
}
.form-contatti a {
  color: white;
}

.blocco6_6 {
  padding: 0;
  background: #eff4ff;
  width: 80vw;
  margin: 0 auto;
}
.blocco6_6 .blocco-testo {
  padding-right: 3vw;
}
.blocco6_6 .blocco-testo h2 {
  font-weight: 800;
  color: #9c3052;
}
.blocco6_6 .blocco-testo h2 a {
  color: #9c3052;
}
.blocco6_6 .blocco-testo h2 a:hover {
  color: #013366;
}
.blocco6_6 .txt-sx {
  padding-left: 3vw;
}

.titoletto {
  font-family: "Red Hat Display", sans-serif;
}

#cart {
  background: white;
}

.footer-sito {
  background-color: #013366;
  color: white;
  padding: 55px 10vw;
}
.footer-sito a {
  color: white;
}
.footer-sito a:hover {
  color: #013366;
}
.footer-sito .logo-footer {
  max-width: 275px;
}
.footer-sito .social .svg-icon:hover path,
.footer-sito .social .svg-icon:hover polygon,
.footer-sito .social .svg-icon:hover rect {
  fill: #9c3052;
}
.footer-sito .social .svg-icon:hover circle {
  stroke: #9c3052;
}
.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;
}

.owl-carousel {
  display: block;
}

.riga-servizio {
  margin-bottom: calc(30px + 2vw);
  background: transparent;
}
.riga-servizio .txt-sx {
  padding-left: 3vw;
}
.riga-servizio .blocco-testo h2 {
  color: #013366;
  line-height: 1.3;
  text-transform: uppercase;
}
.riga-servizio .blocco-img {
  position: relative;
  width: 100%;
  height: auto;
}
.riga-servizio .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 */
}
.riga-servizio .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;
  z-index: 1;
  border-radius: 50%;
}

.servizio-azzurro {
  position: relative;
  padding-top: calc(20px + 2vw);
  padding-bottom: calc(20px + 2vw);
}
.servizio-azzurro::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(50px + 2vw);
  bottom: 0;
  left: 0;
  background-image: url("/static/front/img/Dosca__vuoto-bianco.91deeeeee2b8.png");
  background-position: center top;
  background-size: 100% 100%;
}

.servizio-bianco {
  position: relative;
  background: white;
  padding-top: calc(20px + 2vw);
  padding-bottom: calc(20px + 2vw);
}
.servizio-bianco::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(50px + 2vw);
  bottom: 0;
  left: 0;
  background-image: url("/static/front/img/Dosca__vuoto-azzurro.3cc373a40ac3.png");
  background-position: center top;
  background-size: 100% 100%;
}

.pl .blocco6_6 {
  background: transparent;
}

p span.text-small {
  font-size: 0.7em;
}

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

.testata-dosca .testata-top {
  background-color: #013366;
  color: white;
}
.testata-dosca .testata-top .row {
  height: 60px;
}
.testata-dosca .testata-top img {
  width: 35px;
  margin-right: 15px;
}
.testata-dosca .testata-center {
  background-color: white;
}
.testata-dosca .testata-center .row {
  height: 130px;
}
.testata-dosca .testata-center .contatti-top {
  text-align: right;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.testata-dosca .testata-center .contatti-top img {
  height: 25px;
  margin-right: 10px;
}
.testata-dosca .testata-bottom {
  background: #868686;
}
.testata-dosca .testata-bottom .row {
  height: 60px;
}
.testata-dosca .testata-bottom a {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  margin-right: 20px;
}
.testata-dosca .testata-bottom a:hover {
  color: #9c3052;
}

.btn-prenota {
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
  background: #d8e8ff;
  border: 2px solid #9c3052;
  border-radius: 35px;
  font-weight: 600;
}

.slide-intro {
  background-image: url("/static/front/img/slide-new.2a34610cca49.jpg");
  background-position: center top;
  background-size: 100% auto;
  position: relative;
}
.slide-intro::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 90px;
  background-image: url("/static/front/img/Dosca__vuoto-rosso.86b4dd25a750.png");
  background-position: center top;
  background-size: 100% 100%;
  bottom: 0;
  left: 0;
}
.slide-intro .row {
  height: calc(400px + 15vw);
}
.slide-intro h1.titolo {
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 15px;
  font-size: calc(22px + 2vw);
  font-weight: 800;
}
.slide-intro p {
  width: 100%;
  font-size: calc(16px + 1.5vw);
  margin-bottom: 45px;
}

.promo-home {
  background: #9c3052;
  padding-top: 60px;
  padding-bottom: 150px;
  position: relative;
}
.promo-home::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 90px;
  background-image: url("/static/front/img/Dosca__vuoto-azzurro.3cc373a40ac3.png");
  background-position: center top;
  background-size: 100% 100%;
  bottom: 0;
  left: 0;
}
.promo-home .blocco6_6 {
  background: transparent;
  color: white;
  font-weight: 600;
}
.promo-home .blocco6_6 .blocco-testo h2 {
  font-weight: 800;
  color: white;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.promo-home .blocco6_6 .blocco-testo h2 a {
  color: white;
}
.promo-home .blocco6_6 .blocco-testo .btn-azione-home {
  margin-top: 40px;
  color: #013366;
  background: white;
  border-color: #013366;
}
.promo-home .blocco6_6 .blocco-testo .btn-azione-home:hover {
  background: #013366;
  color: white;
}
.promo-home .blocco6_6 .blocco-img img {
  object-fit: contain;
}

.servizio-home {
  background: #eff4ff;
  padding-top: 40px;
  padding-bottom: 80px;
}
.servizio-home .blocco6_6 {
  background: transparent;
}
.servizio-home .blocco6_6 h2 {
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #013366;
}
.servizio-home .blocco6_6 p {
  font-weight: 600;
  margin-bottom: 40px;
}
.servizio-home .blocco6_6 .blocco-img img {
  object-fit: contain;
}
.servizio-home .btn-azione-home {
  color: #013366;
  background: transparent;
}
.servizio-home .btn-azione-home:hover {
  background: #013366;
  color: white;
}

.lista-post .box-ante-post .ante-img {
  position: relative;
  width: 100%;
  height: auto;
  background: #9c3052;
}
.lista-post .box-ante-post .ante-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 */
}
.lista-post .box-ante-post .ante-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;
  opacity: 0.5;
}
.lista-post .box-ante-post .testo {
  position: relative;
  height: auto;
  top: auto;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
.lista-post .box-ante-post .testo h2 {
  text-transform: uppercase;
  color: #013366;
  text-align: left;
}
.lista-post .box-ante-post .testo p {
  display: none;
}
.lista-post .box-ante-post:hover .testo {
  top: auto !important;
  height: auto !important;
}
.lista-post .box-ante-post:hover .ante-img img {
  opacity: 1;
}

.blog-home {
  background: #eff4ff;
  padding-bottom: 60px;
}

.brand-home {
  padding-top: 60px;
  padding-bottom: 60px;
  background: white;
  margin-bottom: 0;
}
.brand-home .btn-azione-home {
  margin-top: 60px;
  background: white;
  color: #013366;
}
.brand-home .btn-azione-home:hover {
  background: #013366;
  color: white;
}

.il-negozio {
  padding-bottom: calc(40px + 2vw);
}
.il-negozio .row {
  margin-bottom: calc(40px + 2vw);
}
.il-negozio .cont-padding {
  padding: 0 15vw;
}
.il-negozio img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
}
.il-negozio h2 {
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
}
.il-negozio p {
  margin-bottom: 0;
}
.il-negozio .btn-azione-home {
  background: white;
  color: #013366;
}
.il-negozio .btn-azione-home:hover {
  background: #013366;
  color: white;
}

/*---- RESPONSIVO ----*/
/* Extra large devices (large desktops, 1200px and up) */
/* Large devices (desktops) */
/* Medium devices (desktops, 992px and down) */
@media (max-width: 992px) {
  #my-page {
    padding-top: 0px;
    width: 100vw;
  }
  body, html, #my-page {
    width: 100vw;
    max-width: 100vw;
  }
  .cont-padding {
    padding: 0 3vw;
  }
  .testata .head-center {
    height: 80px;
  }
  .testata .head-center .cont-logo {
    height: 80px;
    justify-content: center;
  }
  .testata .head-center .logo {
    max-height: 60px;
  }
  .blocco6_6 {
    background: transparent;
  }
  .testata-dosca .testata-top {
    display: none;
    font-size: 14px;
  }
  .testata-dosca .testata-top .row {
    height: 50px;
  }
  .testata-dosca .testata-top img {
    width: 25px;
    margin-right: 10px;
  }
  .testata-dosca .testata-center .logo-top {
    max-width: 90%;
  }
  .testata-dosca .testata-center .row {
    height: 110px;
  }
  .testata-dosca .testata-center .contatti-top {
    display: none;
    font-size: 15px;
    text-align: center;
  }
  .testata-dosca .testata-center .contatti-top img {
    height: 15px;
    margin-right: 10px;
  }
  .testata-dosca .testata-center .mob-dx {
    text-align: right;
  }
  .testata-dosca .testata-bottom {
    display: none;
  }
  .testata-dosca .testata-bottom .row {
    height: 50px;
  }
  .testata-dosca .testata-bottom a {
    font-size: 18px;
    margin-right: 25px;
  }
  .btn-prenota {
    padding: 10px 25px;
    font-size: 14px;
  }
  .slide-intro {
    background-size: cover;
  }
  .slide-intro::after {
    height: 60px;
  }
  .slide-intro .row {
    height: calc(400px + 15vw);
  }
  .promo-home .blocco-testo {
    margin-bottom: 40px;
  }
  .promo-home::after {
    height: 60px;
  }
  .servizio-home {
    padding-top: 80px;
  }
  .servizio-home img {
    display: block;
    max-width: 60%;
    margin: 0 auto;
  }
  .chi-siamo-home::before {
    height: 60px;
  }
  .chi-siamo-home .over-chi {
    padding-bottom: calc(40px + 15vw);
  }
  .chi-siamo-home p {
    width: 80%;
  }
  .dettaglio .prima-img::after {
    height: 40px;
  }
  .il-negozio .cont-padding {
    padding: 0 5vw;
  }
  .footer-sito {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
/* Small devices  */
@media (max-width: 767px) {
  .owl-slide .item .testo-slide h1.titolo {
    margin-bottom: 5px;
  }
  .owl-slide .item .testo-slide p {
    display: block;
    margin-bottom: 15px;
  }
  .form-contatti .btn-vai {
    width: 100%;
    font-size: 20px;
  }
  .form-contatti .checkbox {
    font-size: 12px;
  }
  .testata .head-center .cont-logo {
    height: 80px;
    justify-content: center;
  }
  .testata .head-center .logo {
    max-height: 60px;
  }
  .lista-post .box-ante-post {
    height: auto !important;
  }
  .footer-sito .logo-footer {
    max-width: 200px;
  }
  p {
    font-size: 16px;
  }
  .il-negozio h2 {
    margin-bottom: 30px;
  }
  .il-negozio .img-centro {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
/* Extra Small devices */
@media (max-width: 575px) {
  #my-page {
    padding-top: 0px;
  }
  .testata .head-center {
    height: 60px;
  }
  .testata .head-center .cont-logo {
    height: 60px;
    justify-content: center;
  }
  .testata .head-center .logo {
    max-height: 50px;
  }
  body, html, #my-page {
    width: 100vw;
    max-width: 100vw;
  }
  .testata-dosca .testata-top {
    display: none;
  }
  .testata-dosca .testata-center .row {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .testata-dosca .testata-center .contatti-top {
    display: none;
  }
  .testata-dosca .testata-bottom {
    display: none;
  }
  .slide-intro {
    background-size: cover;
  }
  .slide-intro::after {
    height: 30px;
  }
  .promo-home::after {
    height: 30px;
  }
  .dettaglio .prima-img::after {
    height: 20px;
  }
}

/*# sourceMappingURL=site.css.777ac3be63e6.map */
