.transition, .fascia-prenota, .sez-menu img, .sez-menu, .lista-post .box-ante-post .testo, .vetrina-categorie .box-immagine img, .vetrina-categorie, .btn-azione, .dropdown-content, .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: "Nunito Sans", sans-serif;
  color: #414143;
}

p {
  font-size: 18px;
  line-height: 26px;
}

ul {
  font-size: 18px;
  line-height: 26px;
}

a {
  color: #414143;
}
a:hover {
  color: #F36F21;
}

b, strong {
  font-weight: 700;
}

.testata {
  border-bottom: none;
}
.testata .head-top {
  border-bottom: none;
  background: #F36F21;
}
.testata .head-top i {
  color: #757575;
}
.testata .head-top i:hover {
  color: #414143;
}
.testata .head-top .top-dx .shopping-bag {
  color: #757575;
}
.testata .head-top .btn-lingua {
  color: #757575;
}
.testata .head-top .btn-lingua:hover {
  color: #414143;
}
.testata .head-center {
  border-bottom: 1px solid #e5e5e5;
}
.testata .head-center .menu-top a.btn-menu {
  font-family: "Bebas Neue", sans-serif;
  border-bottom: 3px solid white;
}
.testata .head-center .menu-top a.btn-menu:hover {
  border-bottom: 3px solid #F36F21;
}
.testata .head-bottom {
  background: #F36F21;
  border-bottom: none;
}

.testata-new {
  display: none;
}
.testata-new .head-center {
  color: #414143;
}
.testata-new .head-center .testata-dx i {
  color: #414143;
}

.mm-menu a::first-letter {
  text-transform: uppercase;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  background-color: #f2f2f2;
  border-top: 1px solid #e5e5e5;
  left: -37%;
  top: 120px;
  width: 100vw;
  transition-delay: 0.5s;
  opacity: 0;
  visibility: hidden;
  display: block;
  z-index: 100;
}

/* 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: #f2f2f2;
  border-right: 1px solid #e5e5e5;
}

.column h3, .column h3 a {
  font-family: "Bebas Neue", sans-serif;
}

.column a {
  color: #414143;
  font-family: "Nunito Sans", sans-serif;
}

.column a:hover {
  color: #F36F21;
}

.menu-brand {
  -moz-column-count: 5;
  -moz-column-gap: 10px;
  -webkit-column-count: 5;
  -webkit-column-gap: 10px;
  column-count: 5;
  column-gap: 10px;
}
.menu-brand a {
  margin-bottom: 8px;
  margin-right: 0;
}

.ricambi-brand {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}
.ricambi-brand .ricambi-elenco-brand {
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  column-count: 2;
  column-gap: 10px;
}
.ricambi-brand .ricambi-elenco-brand a {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  margin-bottom: 6px;
}

.ricambi-cat {
  display: inline-block;
  width: 65%;
  border-left: 1px solid #eeeeee;
  padding-left: 40px;
}
.ricambi-cat .ricambi-elenco-cat {
  -moz-column-count: 3;
  -moz-column-gap: 10px;
  -webkit-column-count: 3;
  -webkit-column-gap: 10px;
  column-count: 3;
  column-gap: 10px;
}
.ricambi-cat .ricambi-elenco-cat a {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  margin-bottom: 6px;
}

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

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

#search-text {
  color: #414143;
}

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

.owl-slide {
  background: #111111;
  height: 400px;
}
.owl-slide .item {
  height: 400px;
}
.owl-slide .item .testo-slide {
  color: white;
}
.owl-slide .item .testo-slide .titolo {
  text-transform: uppercase;
  width: calc(36% - 5vw);
  margin: 0 auto;
  margin-bottom: 10px;
}
.owl-slide .item .testo-slide p {
  font-size: 24px;
  line-height: 1.5em;
}
.owl-slide .item .cont-slide {
  height: 400px;
  min-height: 300px;
}
.owl-slide .item .testo-slide-dx {
  display: flex;
  height: 100%;
  background: #006C2F;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
  color: white;
}
.owl-slide .item .testo-slide-dx h1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 60px;
}
.owl-slide .item .testo-slide-dx p {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.owl-slide .item .testo-slide-dx .btn-azione-home {
  -webkit-box-shadow: -7px 7px 0px -1px #ffffff;
  box-shadow: -7px 7px 0px -1px #ffffff;
}
.owl-slide .item .img-slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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: #F36F21;
  border: 1px solid #F36F21;
  color: white;
  text-transform: uppercase;
  font-variant: normal;
  font-weight: 700;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Bebas Neue", sans-serif;
  border-radius: 0;
  font-size: 18px;
  -webkit-box-shadow: -7px 7px 0px -1px #000000;
  box-shadow: -7px 7px 0px -1px #000000;
  letter-spacing: 1px;
}
.btn-azione-home:hover {
  background: #6AB430;
  color: white;
  border-color: #6AB430;
}

.btn-azione {
  display: inline-block;
  background: #F36F21;
  border: 1px solid #F36F21;
  color: white;
  text-transform: uppercase;
  font-variant: normal;
  font-weight: 700;
  padding: 1vw 50px;
  border-radius: 2vw;
}
.btn-azione:hover {
  background: #F36F21;
  color: white;
  border-color: #F36F21;
}

.blocco-pagina .titolo {
  font-family: "Bebas Neue", sans-serif;
  color: #F36F21;
  font-size: 48px;
  font-weight: 400;
}

.vetrina-categorie {
  background: #EAEAEA;
  border: 3px solid #F36F21;
  padding-top: 30px;
  height: auto;
  padding-bottom: 45px;
}
.vetrina-categorie .box-immagine {
  position: relative;
  width: 40%;
  height: auto;
  margin: 0 auto;
  background: white;
  border-radius: 50%;
  border: 3px solid #F36F21;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vetrina-categorie .box-immagine: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 */
}
.vetrina-categorie .box-immagine img {
  opacity: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; /* Make the picture taking the size of it's parent */
  max-width: 60%; /* This if for the object-fit */
  height: auto; /* This if for the object-fit */
  object-fit: contain; /* Equivalent of the background-size: cover; of a background-image */
  object-position: center;
  z-index: 1;
}
.vetrina-categorie .testo {
  color: white;
  top: auto;
  height: auto;
  padding-top: 30px;
}
.vetrina-categorie .testo p {
  margin-bottom: 0;
  font-size: 22px;
  color: #414143;
}
.vetrina-categorie .testo h2 {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 15px;
  margin-top: 10px;
  color: #F36F21;
}
.vetrina-categorie .testo .btn-azione-home {
  display: inline-block;
}
.vetrina-categorie a:hover {
  outline: none;
}
.vetrina-categorie:hover {
  background: #F36F21;
}
.vetrina-categorie:hover .testo h2 {
  color: white;
}
.vetrina-categorie:hover .testo p {
  color: white;
}
.vetrina-categorie:hover .btn-azione-home {
  background: white;
  border-color: white;
  color: #F36F21;
}

.chi-siamo-home {
  color: white;
}
.chi-siamo-home .titolo {
  color: white;
}
.chi-siamo-home p {
  width: calc(60% - 10vw);
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 26px;
}

.camere-home {
  background: #f9f9f9;
  padding-top: calc(30px + 1vw);
  padding-bottom: calc(30px + 1vw);
}

.prodotti-home {
  background: #006C2F;
  padding-top: calc(20px + 2vw);
  padding-bottom: calc(20px + 2vw);
  margin-bottom: 0;
  border-bottom: 5px solid white;
}
.prodotti-home .titolo {
  color: white;
}
.prodotti-home .btn-azione-home {
  -webkit-box-shadow: -7px 7px 0px -1px #ffffff;
  box-shadow: -7px 7px 0px -1px #ffffff;
}

.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: "Bebas Neue", sans-serif;
}

.dettaglio .prima-img {
  background: url("/static/front/img/bg-interna.c2f3848b1663.jpg");
  background-size: cover;
  background-position: center center;
}
.dettaglio .prima-img .testo h1 {
  font-family: "Bebas Neue", sans-serif;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
}
.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: "Bebas Neue", sans-serif;
}

.carosello-prodotti .slick-track {
  display: flex !important;
  margin-bottom: 40px;
}
.carosello-prodotti .slick-slide {
  height: inherit !important;
}
.carosello-prodotti .slick-prev {
  left: -40px;
  transform: rotate(180deg);
}
.carosello-prodotti .box-prodotto {
  width: 95%;
  margin: 0 auto;
  background: white;
  padding-bottom: 30px;
}
.carosello-prodotti .slick-prev, .carosello-prodotti .slick-next {
  top: 50%;
  margin-top: -25px;
  width: 36px;
  display: none;
}
.carosello-prodotti .slick-next {
  margin-top: 0px;
}

.box-prodotto {
  border: 2px solid #F36F21;
  text-align: center;
  padding: 10px;
  padding-bottom: 30px;
  position: relative;
}
.box-prodotto .data-cat {
  position: absolute;
  top: 20px;
  right: 15px;
  height: 80px;
  width: 80px;
  z-index: 10;
}
.box-prodotto .data-cat .cont-bollino {
  position: relative;
  height: 80px;
  width: 80px;
}
.box-prodotto .data-cat .cont-bollino .bollino {
  height: 80px;
  width: 80px;
  font-family: "Bebas Neue", sans-serif;
  color: white;
  background: red;
  border-radius: 50%;
  line-height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 1px;
}
.box-prodotto .prod-immagine {
  background: #fff;
}
.box-prodotto .prod-immagine .cont-img {
  padding: 25px;
}
.box-prodotto .prod-titolo-prezzo h2 {
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
}
.box-prodotto .prod-titolo-prezzo .prod-prezzo {
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  color: #F36F21;
}
.box-prodotto .prod-titolo-prezzo .prod-prezzo span {
  color: #414143;
}
.box-prodotto .prod-titolo-prezzo p {
  line-height: 1.5;
}
.box-prodotto:hover {
  border-color: #F36F21;
}

.bread {
  border-bottom: 1px solid #e5e5e5;
  color: #888;
}
.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: #F36F21;
}

a.aggiungi-carrello {
  border: 1px solid #F36F21;
  background: #F36F21;
  color: white;
  letter-spacing: 0;
}
a.aggiungi-carrello:hover {
  background: #ffffff;
  color: #F36F21;
  border: 1px solid #F36F21;
}

a.richiedi-info {
  border: 1px solid #F36F21;
  background: #F36F21;
  color: white;
  letter-spacing: 0;
  height: 60px;
  font-size: 16px;
}
a.richiedi-info:hover {
  background: #ffffff;
  color: #F36F21;
  border: 1px solid #F36F21;
}

.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: #414143;
}
.prod-dettaglio .owl-carousel .owl-nav button.owl-next:hover, .prod-dettaglio .owl-carousel .owl-nav button.owl-prev:hover {
  background: #F36F21;
}
.prod-dettaglio .prod-dett-desc h1 {
  text-transform: uppercase;
}
.prod-dettaglio .prod-dett-disponibilita {
  border-top: 1px solid #e5e5e5;
}
.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 #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] p strong {
  font-weight: 700;
}
.prod-dett-testo [data-accordion] [data-content] ul {
  list-style: disc;
  padding-left: 20px;
}
.prod-dett-testo [data-accordion] [data-content] p em, .prod-dett-testo [data-accordion] [data-content] p i {
  font-style: italic;
}
.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: #414143;
}
.prod-dett-testo [data-accordion] [data-control]:hover {
  color: #F36F21;
  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;
}

.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: "Bebas Neue", sans-serif;
}

.titoletto {
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  letter-spacing: 0.5px;
}

#cart {
  background: white;
}

.shopping-cart .block-heading span.active {
  border-bottom: 1px solid #414143;
}

.filtri-catalogo {
  border-top: none;
}
.filtri-catalogo .applica-filtri {
  border: 1px solid #414143;
  background: #414143;
  color: white;
}
.filtri-catalogo .applica-filtri:hover {
  background: #6AB430;
  color: white;
  border: 1px solid #6AB430;
}

.blocco h2 {
  font-family: "Bebas Neue", sans-serif;
}

.fascia-newsletter {
  background: #6AB430;
  color: #ffffff;
  font-family: "Bebas Neue", sans-serif;
}
.fascia-newsletter:hover {
  background: #F36F21;
  color: white;
}

.blocco-contatti h2 {
  font-family: "Bebas Neue", sans-serif;
}

.blocco-form {
  background: #73818D;
  color: white;
}
.blocco-form a {
  color: #F36F21;
}
.blocco-form h2 {
  font-family: "Bebas Neue", sans-serif;
}

.form-contatti input {
  border: none;
}
.form-contatti .btn-vai {
  background: #F36F21;
  border: 2px solid #F36F21;
  color: white;
  font-family: "Bebas Neue", sans-serif;
}
.form-contatti .btn-vai:hover {
  background: white;
  color: #F36F21;
  border-color: #F36F21;
}

.procedi-acquisto {
  background: #F36F21;
  color: white;
  font-size: "Bebas Neue", sans-serif;
}
.procedi-acquisto:hover {
  background: white;
  color: #F36F21;
}

.btn-primary {
  background: #F36F21;
  color: white;
  border-color: #F36F21;
}
.btn-primary:hover {
  background: white;
  color: #F36F21;
  border-color: #F36F21;
}

.newsletter #mc-embedded-subscribe {
  background: #6AB430;
}
.newsletter #mc-embedded-subscribe:hover {
  background: #F36F21;
  color: #414143;
}

.footer-sito {
  background-color: #414143;
  color: white;
}
.footer-sito a {
  color: white;
}
.footer-sito a:hover {
  color: #F36F21;
}
.footer-sito strong {
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  letter-spacing: 0.5px;
}
.footer-sito .social .svg-icon:hover path,
.footer-sito .social .svg-icon:hover polygon,
.footer-sito .social .svg-icon:hover rect {
  fill: #F36F21;
}
.footer-sito .social .svg-icon:hover circle {
  stroke: #F36F21;
}
.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;
}

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

.blocco h2 {
  font-weight: 400;
  font-size: 48px;
  margin-bottom: 20px;
}

.blocco_video6_6 {
  padding: 0 10vw;
}

.blocco12 {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 10vw;
}

.blocco5_7 {
  padding: 0 10vw;
}

.blocco7_5 {
  padding: 0 10vw;
}

.blocco-fascia-testo .over-fascia {
  padding-top: calc(100px + 5vw);
  padding-bottom: calc(100px + 5vw);
}
.blocco-fascia-testo .over-fascia p {
  text-align: center;
  margin: 0 auto;
}

.blocco-citazione .citazione .cit-autore {
  padding-top: 30px;
}
.blocco-citazione .citazione .cit-autore span {
  border-color: #F36F21;
}

.blocco-gallery-multi .owl-multi {
  padding: 0 10vw;
}

.blocco-gallery12 {
  padding: 0 3vw;
}
.blocco-gallery12 .owl-single {
  padding: 0 10vw;
}

.blocco-wall {
  padding: 0 10vw;
}

.sez-menu {
  height: calc(150px + 10vw);
  position: relative;
  background: #000000;
  margin-bottom: calc(30px + 1vw);
}
.sez-menu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.5;
}
.sez-menu h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: white;
  margin-bottom: 0;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(150px + 10vw);
  line-height: calc(150px + 10vw);
  font-size: calc(36px + 2vw);
}

.categoria-dish {
  margin-bottom: calc(30px + 4vw);
}

.first-cat-dish .sez-menu {
  cursor: pointer;
}
.first-cat-dish .sez-menu:hover {
  background: #f9f9f9;
}
.first-cat-dish .sez-menu:hover img {
  opacity: 0.3;
}

.box-ante-dish {
  margin-bottom: calc(15px + 1vw);
  padding: 0 3vw;
}
.box-ante-dish .dish-table {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.box-ante-dish .dish-name {
  max-width: 80%;
}
.box-ante-dish .dish-name h3 {
  display: inline-block;
  color: #F36F21;
  font-weight: 400;
  font-size: calc(14px + 0.5vw);
  padding-right: 15px;
  margin-bottom: 0;
  letter-spacing: 0.1vw;
}
.box-ante-dish .dish-border {
  flex-grow: 1;
  min-width: 0;
  border-bottom: 1px dashed #F36F21;
}
.box-ante-dish .dish-price {
  padding-left: 15px;
  letter-spacing: 0.2vw;
  font-size: calc(14px + 0.5vw);
}
.box-ante-dish .dish-ingredients {
  margin-top: 15px;
  max-width: 80%;
}

.home-reviews {
  background: #6AB430;
  background-position: center center;
  background-size: cover;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 0;
}
.home-reviews .titolo {
  color: white;
  font-size: 48px;
  margin-bottom: 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  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: white;
  font-size: 28px;
  margin-bottom: calc(15px + 1vw);
  font-weight: 700;
}
.home-reviews .item p {
  color: white;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 36px;
}
.home-reviews .item img {
  height: 30px;
}
.home-reviews .item .autore-review {
  color: white;
  font-size: 24px;
  letter-spacing: 1.8px;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  margin-top: 30px;
}
.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: 2px solid white;
  background: transparent;
  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: white;
}

.lista-room {
  padding: 0 3vw;
  background: #f9f9f9;
  padding-top: calc(20px + 2vw);
}

.box-ante-room {
  background: white;
  margin-bottom: 30px;
}
.box-ante-room .ante-img {
  height: 30vw;
}
.box-ante-room .ante-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-ante-room .testo {
  text-align: center;
  padding-right: 1vw;
  padding-left: 1vw;
}
.box-ante-room .testo h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #F36F21;
}
.box-ante-room .testo .room-data {
  color: #9A9A9A;
  display: block;
  margin-bottom: calc(15px + 1vw);
}
.box-ante-room .testo p {
  width: 90%;
  margin: 0 auto;
  margin-bottom: calc(15px + 1vw);
}
.box-ante-room:hover .btn-azione {
  background: white;
  border-color: #F36F21;
  color: #F36F21;
}

.dett-room .blocco {
  margin-bottom: 0;
}
.dett-room .blocco-gallery12 {
  padding: 0;
}
.dett-room .blocco-gallery12 .owl-single {
  padding: 0;
}
.dett-room .blocco6_6 {
  padding: 0;
}
.dett-room .blocco6_6 .txt-dx {
  padding-left: 0;
}
.dett-room .blocco6_6 .txt-sx {
  padding-right: 0;
}
.dett-room .blocco6_6 .blocco-img {
  height: 45vw;
}
.dett-room .blocco6_6 .blocco-testo {
  text-align: center;
}
.dett-room .blocco6_6 .blocco-testo h2 {
  font-size: calc(20px + 1vw);
  margin-bottom: calc(15px + 1vw);
}
.dett-room .blocco6_6 .blocco-testo p {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.dett-room .blocco6_6 .blocco-testo p:last-of-type {
  margin-bottom: 0;
}
.dett-room .blocco6_6 .btn-azione-home {
  margin-top: 30px;
}
.dett-room .cont-padding {
  padding: 0;
}

.room-data {
  font-size: 18px;
  color: #414143;
}

.dettaglio .prima-img .btn-azione {
  font-size: 22px;
  margin-top: 30px;
}

/*-- FORMATTAZIONE BLOCCHI DETT CAMERE --*/
.dett-camere .blocco {
  margin-bottom: 0;
  padding: 0;
}
.dett-camere .blocco6_6 {
  padding: 0;
}
.dett-camere .blocco6_6 .txt-dx {
  padding-left: 0;
}
.dett-camere .blocco6_6 .txt-sx {
  padding-right: 0;
}
.dett-camere .blocco6_6 .blocco-img {
  height: 45vw;
}
.dett-camere .blocco6_6 .blocco-testo {
  text-align: center;
}
.dett-camere .blocco6_6 .blocco-testo h2 {
  font-size: calc(20px + 1vw);
  margin-bottom: calc(15px + 1vw);
}
.dett-camere .blocco6_6 .blocco-testo p {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.dett-camere .blocco6_6 .blocco-testo p:last-of-type {
  margin-bottom: 0;
}

.btn-prenota {
  display: inline-block;
  background: #F36F21;
  color: white;
  font-size: calc(12px + 1vw);
  font-weight: 700;
  padding: 15px 3vw;
  border-radius: 2vw;
  border: 2px solid #F36F21;
}
.btn-prenota:hover {
  background: white;
}

.fascia-prenota {
  font-size: calc(20px + 1vw);
  font-weight: 700;
  color: white;
  text-align: center;
  color: white;
  font-family: "Bebas Neue", sans-serif;
  background: #F36F21;
  padding-top: calc(30px + 1vw);
  padding-bottom: calc(30px + 1vw);
  border: 2px solid #F36F21;
}
.fascia-prenota:hover {
  background: white;
  color: #F36F21;
}

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

.testata-cugola {
  font-family: "Bebas Neue", sans-serif;
}
.testata-cugola a {
  color: #414143;
}
.testata-cugola a:hover {
  color: #F36F21;
}
.testata-cugola .logo-top {
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 2vw;
}
.testata-cugola .head-dx-top {
  background-color: #414143;
  height: 50px;
  padding-right: 3vw;
  background-image: url("/static/front/img/triangle-top.c2db446bf8d9.svg");
  background-repeat: no-repeat;
  background-position: -49px center;
}
.testata-cugola .head-dx-top .menu-top {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/static/front/img/diagonal.46c543adf27c.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 50px;
}
.testata-cugola .head-dx-top .menu-top a {
  display: inline-block;
  color: white;
  font-size: 18px;
  margin-right: 15px;
  margin-left: 15px;
  letter-spacing: 0.5px;
}
.testata-cugola .head-dx-top .menu-top a:hover {
  color: #F36F21;
}
.testata-cugola .head-dx-top .contatti-top {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: right;
}
.testata-cugola .head-dx-top .contatti-top a {
  display: inline-block;
  color: white;
  margin-right: 35px;
}
.testata-cugola .head-dx-top .contatti-top a:hover {
  color: #F36F21;
}
.testata-cugola .head-dx-top .contatti-top a.ico-social {
  margin-right: 8px;
}
.testata-cugola .head-dx-bottom {
  background: white;
  height: 120px;
  padding-right: 3vw;
}
.testata-cugola .head-dx-bottom .menu-bottom {
  font-size: 20px;
  letter-spacing: 0px;
  height: 120px;
  display: flex;
  align-items: center;
  padding-left: 49px;
}
.testata-cugola .head-dx-bottom .menu-bottom a {
  display: inline-block;
  margin-right: calc(20px + 1vw);
}
.testata-cugola .head-dx-bottom .menu-bottom a.dropbtn {
  margin-right: calc(20px + 1vw);
  cursor: pointer;
}
.testata-cugola .head-dx-bottom .form-top #search-form {
  padding: 0;
}
.testata-cugola .head-dx-bottom .ico-shop {
  text-align: right;
  font-size: 28px;
  font-family: "Nunito Sans", sans-serif;
}
.testata-cugola .head-dx-bottom .ico-shop .shopping-bag {
  margin-left: 15px;
}
.testata-cugola .messaggio-top {
  background: #6AB430;
  text-align: center;
}
.testata-cugola .messaggio-top p {
  font-family: "Bebas Neue", sans-serif;
  font-size: 21px;
  color: white;
  margin-bottom: 0;
}
.testata-cugola .messaggio-top .alert {
  margin-bottom: 0;
}

.prodotti-homepage {
  background-color: #006C2F;
  padding-top: 35px;
  padding-bottom: 35px;
}
.prodotti-homepage .titolo {
  color: white;
}
.prodotti-homepage .btn-azione-home {
  -webkit-box-shadow: -7px 7px 0px -1px #ffffff;
  box-shadow: -7px 7px 0px -1px #ffffff;
}

.chi-cugola {
  background-image: url("/static/front/img/bg-chi.0c799134c55e.jpg");
  background-size: cover;
  background-position: center center;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 5px solid white;
}
.chi-cugola .titolo {
  color: white;
}
.chi-cugola .col-md-4 {
  padding-bottom: 30px;
}
.chi-cugola .box-cugola {
  border: 3px solid white;
  color: white;
  text-align: center;
  padding: 30px 15px 40px 15px;
}
.chi-cugola .box-cugola h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.chi-cugola .box-cugola p {
  margin-bottom: 0;
}
.chi-cugola a.btn-azione-home {
  margin-top: 10px;
  background: #006C2F;
  border-color: #006C2F;
  color: white;
  cursor: pointer;
  -webkit-box-shadow: -7px 7px 0px -1px #ffffff;
  box-shadow: -7px 7px 0px -1px #ffffff;
}
.chi-cugola a.btn-azione-home:hover {
  background: #6AB430;
  border-color: #6AB430;
  color: white;
}

.slick-slide img {
  margin: 0 auto;
}

.loghi-home {
  padding-bottom: 40px;
  padding-top: calc(20px + 2vw);
}
.loghi-home .slick-track {
  display: flex;
}
.loghi-home .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

.slick-loghi img {
  max-height: 80px;
}
.slick-loghi .item-slick-home {
  padding-left: 25px;
  padding-right: 25px;
}

.slick-prev {
  height: 50px;
  width: 26px;
}

.slick-next {
  height: 50px;
  width: 26px;
}

.blocco-newsletter {
  padding-top: 60px;
  padding-bottom: 80px;
  background: url("/static/front/img/bg-newsletter.e3cd7b00086e.jpg");
  background-size: cover;
  background-position: center center;
  margin-bottom: 0;
}

.storia-cugola {
  background: #EAEAEA;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.storia-cugola .linea-storia {
  position: absolute;
  left: 50%;
  margin-left: -2.5px;
  top: 200px;
}
.storia-cugola .blocco-storia {
  margin-bottom: 40px;
}
.storia-cugola .blocco-storia p {
  margin-bottom: 0;
}
.storia-cugola .blocco-storia .anno-sx {
  font-family: "Bebas Neue", sans-serif;
  color: #006C2F;
  font-size: 42px;
  text-align: right;
}
.storia-cugola .blocco-storia .anno-dx {
  font-family: "Bebas Neue", sans-serif;
  color: #006C2F;
  font-size: 42px;
  text-align: left;
}
.storia-cugola .blocco-storia .testo-sx {
  text-align: right;
}
.storia-cugola .blocco-storia .bollo {
  text-align: center;
}
.storia-cugola .contenitore-storia {
  width: 80%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.storia-cugola .contenitore-storia:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #CCD1D9;
  z-index: 1;
}
.storia-cugola .timeline-block {
  width: -webkit-calc(50% + 8px);
  width: -moz-calc(50% + 8px);
  width: calc(50% + 8px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  clear: both;
}
.storia-cugola .timeline-block-right {
  float: right;
}
.storia-cugola .timeline-block-left {
  float: left;
  direction: rtl;
  text-align: right;
}
.storia-cugola .marker {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #F36F21;
  margin-top: 10px;
  z-index: 9999;
  direction: rtl;
}
.storia-cugola .timeline-content {
  width: 95%;
  padding: 0 15px;
  color: #666;
  direction: ltr;
}
.storia-cugola .timeline-content h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: "Bebas Neue", sans-serif;
  color: #006C2F;
  font-size: 42px;
}
.storia-cugola .timeline-content span {
  font-size: 15px;
  color: #a4a4a4;
}
.storia-cugola .timeline-content p {
  font-size: 18px;
  line-height: 1.5em;
  word-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .storia-cugola .contenitore-storia:before {
    left: 8px;
    width: 2px;
  }
  .storia-cugola .timeline-block {
    width: 100%;
    margin-bottom: 30px;
  }
  .storia-cugola .timeline-block-right {
    float: none;
  }
  .storia-cugola .timeline-block-left {
    float: none;
    direction: ltr;
  }
}

.footer-bottom {
  text-align: center;
  color: white;
  background: #000000;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer-bottom a {
  color: white;
}

.column {
  width: 16%;
  padding-left: 10px;
  padding-right: 10px;
}

.column a {
  display: block;
  line-height: 1.4;
  margin-bottom: 15px;
}

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

#id_company {
  display: none;
}

.blocco-form-noleggio {
  background: white;
  padding-top: 0;
  color: #495057;
}
.blocco-form-noleggio input {
  border: 1px solid #495057;
  color: #495057;
}
.blocco-form-noleggio select.form-control:not([size]):not([multiple]) {
  border: 1px solid #495057;
  border-radius: 0;
  height: 50px;
  margin-bottom: 30px;
}
.blocco-form-noleggio textarea {
  border: 1px solid #495057;
  border-radius: 0;
}

.slick-next {
  right: -36px;
}

.cat-noleggio {
  display: block;
  background: #F36F21;
  border: 2px solid #F36F21;
  color: white;
  font-family: "Bebas Neue", sans-serif;
  text-align: center;
  font-size: 24px;
  padding-top: 15px;
  padding-bottom: 10px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.cat-noleggio:hover {
  background: white;
  color: #F36F21;
  border-color: #F36F21;
}

.modal-footer {
  padding-bottom: 100px;
}

.btn-filtri {
  color: #414143;
}

button.desc {
  width: 100%;
  background-color: white;
  border: none;
  outline: none;
  text-align: left;
  padding: 15px 0px;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s linear;
  border-bottom: 1px solid #d7d7d7;
}

button.desc:after {
  font-family: FontAwesome;
  content: "\f078";
  font-family: "fontawesome";
  font-size: 18px;
  float: right;
  font-weight: 300;
}

button.desc.is-open:after {
  content: "\f077";
  font-weight: 300;
}

.accordion-content {
  background-color: white;
  padding: 0px 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}
.accordion-content p {
  padding-top: 20px;
  font-weight: 300;
}
.accordion-content ul {
  font-size: 16px;
}

.paginazione {
  padding-top: 0;
  text-transform: uppercase;
  font-variant: normal;
  font-size: 22px;
}
.paginazione a {
  display: inline-block;
  font-weight: 700;
  padding-left: 15px;
}

/*---- RESPONSIVO ----*/
/* Extra large devices (large desktops, 1200px and up) */
/* Large devices (desktops) */
@media (min-width: 993px) {
  .correlati-ricerca {
    height: auto;
    overflow: visible;
  }
  .contenitore-correlati {
    height: auto;
    overflow-x: visible;
    white-space: normal;
  }
  .cat-correlati {
    margin-bottom: 5px;
  }
}
/* Medium devices (desktops, 992px and down) */
@media (max-width: 992px) {
  #my-page {
    max-width: 100vw;
  }
  body {
    max-width: 100vw;
  }
  html {
    width: 100vw;
    max-width: 100vw;
  }
  .testata-new {
    display: block;
    width: 100vw;
  }
  .testata-new .head-center .logo {
    max-height: 70px;
  }
  .testata-new .head-top {
    background: #6AB430;
  }
  .testata-new .head-top .fascia-messaggio .alert p {
    line-height: 1.5em;
    font-family: "Bebas Neue", sans-serif;
    font-size: 18px;
  }
  .owl-slide {
    height: 50vw;
  }
  .owl-slide .item {
    height: 50vw;
  }
  .owl-slide .item .testo-slide .titolo {
    width: calc(70% - 5vw);
  }
  .owl-slide .item .testo-slide p {
    width: calc(70% - 15vw);
  }
  .owl-slide .item .testo-slide-dx {
    height: 50vw;
  }
  .owl-slide .item .testo-slide-dx h1 {
    font-size: 48px;
  }
  .owl-slide .item .testo-slide-dx p {
    font-size: 18px;
  }
  .vetrina-categorie .testo h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .chi-siamo-home .over-chi {
    padding-top: calc(60px + 5vw);
    padding-bottom: calc(60px + 5vw);
  }
  .chi-siamo-home p {
    width: calc(80% - 10vw);
  }
  .dett-room .blocco6_6 .txt-dx {
    padding-right: 0;
  }
  .dett-room .blocco6_6 .txt-sx {
    padding-left: 0;
  }
  .dett-room .blocco {
    margin-bottom: calc(30px + 1vw);
  }
  .dett-room .blocco .blocco-testo {
    margin-bottom: calc(30px + 1vw);
  }
  .dett-room:last-of-type {
    margin-bottom: 0;
  }
  .blocco h2 {
    font-size: 28px;
  }
  .blocco-testo-singolo .blocco-testo {
    padding: 0;
  }
  .blocco6_6 .blocco-testo {
    padding: 0;
  }
  .blocco_video6_6 {
    padding: 0;
  }
  .blocco_video6_6 .box-video iframe {
    left: 0;
    width: 100% !important;
  }
  .blocco_video6_6 .txt-sx {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .blocco_video6_6 .txt-dx {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .blocco12 {
    padding: 0;
  }
  .blocco_video12 {
    padding: 0;
  }
  .blocco5_7 {
    padding: 0;
  }
  .blocco7_5 {
    padding: 0;
  }
  .blocco-gallery-multi .owl-multi {
    padding: 0;
  }
  .blocco-gallery12 .owl-single {
    padding: 0;
  }
  .blocco-wall {
    padding: 0;
  }
  .cont-padding {
    padding: 0 50px;
  }
  .box-ante-room .ante-img {
    height: 50vw;
  }
  .testata-cugola {
    display: none;
  }
  .testata-cugola .head-dx-top .contatti-top {
    font-size: 14px;
  }
  .testata-cugola .head-dx-top .contatti-top a {
    margin-right: 15px;
  }
  .testata-cugola .head-dx-top .contatti-top img {
    width: 15px;
  }
  .testata-cugola .head-dx-bottom {
    height: 120px;
  }
  .testata-cugola .head-dx-bottom .menu-bottom {
    font-size: 21px;
    letter-spacing: 0.5px;
    height: 60px;
  }
  .testata-cugola .head-dx-bottom .ico-shop {
    font-size: 24px;
  }
  .testata-cugola .head-dx-bottom #search-form {
    margin-left: 49px;
    border: 1px solid #414143;
    border-radius: 30px;
  }
  .chi-cugola {
    padding-top: calc(60px + 5vw);
    padding-bottom: calc(60px + 5vw);
  }
  .home-reviews .item p {
    width: 80%;
    font-size: 18px;
    line-height: 1.5;
  }
  .blocco-newsletter {
    padding-top: calc(60px + 5vw);
    padding-bottom: calc(60px + 5vw);
  }
  .btn-azione-home {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .prodotti-home {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .box-prodotto {
    padding-bottom: 0;
  }
  .box-prodotto .prod-titolo-prezzo .prod-titolo {
    height: 150px;
  }
}
/* Small devices  */
@media (max-width: 767px) {
  .blocco-testo-singolo .blocco-testo {
    padding: 0;
  }
  .box-ante-room .ante-img {
    margin-bottom: 30px;
    height: 80vw;
  }
  .box-ante-room .testo {
    padding-bottom: 30px;
  }
  .dett-room .blocco6_6 .blocco-img {
    margin-bottom: 30px;
    height: 80vw;
  }
  .dett-room .blocco6_6 .blocco-testo {
    padding-bottom: 30px;
  }
  .owl-single {
    height: 80vw;
  }
  .owl-single .item {
    height: 80vw;
  }
  .cont-padding {
    padding: 0 20px;
  }
  .prodotti-home {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .box-prodotto {
    margin-bottom: 0;
  }
  .box-prodotto .prod-titolo-prezzo {
    text-align: left;
    padding-top: 20px;
  }
  .box-prodotto .prod-titolo-prezzo h2 {
    font-size: 20px;
  }
  .box-prodotto .prod-titolo-prezzo p {
    font-size: 16px;
  }
  .box-prodotto .prod-titolo-prezzo .prod-prezzo {
    text-align: left;
    font-size: 24px;
  }
  .box-prodotto .data-cat .cont-bollino .bollino {
    height: 25px;
    line-height: 25px;
    top: -20px;
    left: 15px;
    font-size: 16px;
    border-radius: 0;
  }
  .testata-cugola {
    display: none;
  }
  .testata-new {
    display: block;
  }
  .owl-slide {
    height: auto;
  }
  .owl-slide .item {
    height: auto;
  }
  .owl-slide .item .cont-slide {
    height: auto;
  }
  .owl-slide .item .testo-slide .titolo {
    width: calc(90% - 5vw);
  }
  .owl-slide .item .testo-slide p {
    width: calc(90% - 15vw);
  }
  .owl-slide .item .testo-slide-dx {
    height: 80vw;
  }
  .owl-slide .item .testo-slide-dx h1 {
    font-size: 36px;
  }
  .owl-slide .item .testo-slide-dx p {
    font-size: 18px;
  }
  .chi-cugola {
    padding-top: calc(60px + 5vw);
    padding-bottom: calc(60px + 5vw);
  }
  .home-reviews .titolo {
    font-size: 36px;
  }
  .home-reviews .item {
    height: calc(400px + 3vw);
  }
  .home-reviews .item p {
    width: 100%;
  }
  .blocco-newsletter {
    padding-top: calc(60px + 5vw);
    padding-bottom: calc(60px + 5vw);
  }
  .blocco-pagina .titolo {
    font-size: 36px;
  }
  .loghi-home {
    padding-top: calc(20px + 2vw);
  }
  .slick-loghi .slick-prev {
    left: -15px !important;
  }
  .slick-loghi .slick-next {
    right: -15px !important;
  }
}
/* Extra Small devices */
@media (max-width: 575px) {
  .carosello-prodotti {
    padding-left: 0px;
    padding-right: 0px;
  }
  .carosello-prodotti .slick-prev {
    left: -15px;
  }
  .carosello-prodotti .box-prodotto {
    width: 85%;
  }
  .carosello-prodotti .slick-prev, .carosello-prodotti .slick-next {
    width: 26px;
  }
  .carosello-prodotti .slick-next {
    right: -15px;
  }
}

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