/* STYLES
-------------------------------------------------- */


html {}

main {overflow: hidden;}

body {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Libre Baskerville', serif;
}



a {
  text-decoration: none;
}

a:HOVER {
  color: #718b39;
}

b,
strong {
  font-weight: bolder;
}


.logo {
  width: 320px;
  max-width: 100%;
}


@media (max-width: 991px){
.menusocial {padding: 20px;display: block !important;}
.icon-social {background-color: #edca7c; padding: 5px; border-radius: 50%; margin: 5px 5px 0 0;width: 40px; }
.dropdown-menu {display: block !important; border: none;}
}



/* MENU */
.navbar-toggler {
  box-shadow: none !important;
  z-index: 99999;
  background-color: #ffffff;
}

.navbar-toggler span {
  display: block;
  background-color: #bf922b;
  height: 3px;
  width: 34px;
  margin-top: 7px !important;
  margin-bottom: 0px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .navbar .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.location {
  display: none;
}

@media (max-width: 991px) {
  .navbar-brand {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
  }

  .logo {
    width: 440px;
    max-width: 70%;
    margin: 0;
  }

  .navbar-toggler {
    position: absolute;
    top: 30px;
    right: 30px;
  }

  .location {
    display: block;
    position: absolute;
    top: 26px;
    left: 30px;
    font-size: 34px;
    color: #bf922b;
  }

}

@media (max-width: 480px) {
  .logo {
    width: 440px;
    max-width: 64%;
  }

  .navbar-toggler {
    top: 16px;
    right: 13px;
  }

  .location {
    top: 10px;
    left: 16px;
  }

}

.navbar-toggler span:nth-child(1) {}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -99%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}

.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}


.navbar-collapse .nav-link {
  font-weight: 600;
  color: #452612;
  border-bottom: 2px solid #ffffff;
  padding: 5px;
  margin: 5px 10px 0 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar-collapse .nav-link:HOVER {
  border-bottom: 2px solid #edca7c;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* MENU MOBILE */

@media (max-width: 991px) {

  .navbar-collapse {
    position: fixed;
    top: 0vh;
    left: auto;
    width: 80vw;
    bottom: 0vh;
    right: -100vw;
    flex-direction: column !important;
    height: 100vh;
    background-color: transparent !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    z-index: 9999;
    -webkit-box-shadow: -50px 4px 40px 50px rgba(0, 0, 0, 0);
    box-shadow: -50px 4px 40px 50px rgba(0, 0, 0, 0);
  }

  .navbar-collapse.show {
    top: 0vh;
    right: 0vw;
    bottom: 0vh;
    height: 100vh;
    background-color: #ffffff !important;
    border-left: #201e1f 1px solid;
    -webkit-box-shadow: -200px 4px 40px 50px rgba(0, 0, 0, 0.6);
    box-shadow: -200px 4px 40px 50px rgba(0, 0, 0, 0.6);
    overflow: auto;
  }

}

.btn-prenota {
  padding: 10px !important;
  margin-top: 0px !important;
  background-color: #edca7c;
}

@media (max-width: 1199px) and (min-width: 991px) {
  .btn-prenota span {
    display: none;
  }
}

.fasciaoraria {
  display: block;
  color: #393939;
  border: 1px solid transparent;
  border-radius: 150px;
  line-height: 24px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  min-height: 39px;
  margin: 5px;
  font-size: 120%;
  font-weight: 600;
}
.fasciaoraria small{
  font-size: 60%;
}

.fasciaorariadue {
  display: block;
  color: #393939;
  border: 1px solid transparent;
  border-radius: 150px;
  text-align: center;
  margin: 5px;
}

.elenco_posti_prenotati .fasciaorariadue {
  text-align: left !important;
}

.casamattaname {
  position: absolute;
  z-index: 99;
  color: #fff;
  text-align: center;
  padding: 20px 0 0 0;
  font-size: 24px;
  top: 0;
  left: 0;
  width: 100%;
  ;
}


.title_section {
  text-align: center;
  padding: 30px;
}

.title_section p {
  color: #6c757d;
  font-size: 18px;
  font-weight: 600;
}



.btn-quantity {
  width: 38px;
  height: 38px;
  margin: 0 0;
  background: #f2f2f2;
  border-radius: 4px;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  text-align: center;
  line-height: 36px;
  border-radius: 50% !important;
}

.inputpiumeno {
  height: 34px;
  width: 100px;
  text-align: center;
  font-size: 26px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent !important;
  border: none;
  /* Rimuove il bordo */
  outline: none;
  /* Rimuove l'outline quando l'input è selezionato */
  appearance: none;
  /* Rimuove le stilizzazioni predefinite del browser */
  -webkit-appearance: none;
  /* Lo stesso, ma per i browser basati su WebKit come Safari e vecchi Chrome */
  -moz-appearance: none;
  /* Lo stesso, ma per Firefox */
}

.inputpiumeno::-webkit-inner-spin-button,
.inputpiumeno::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Per rimuovere le frecce su Firefox */
.inputpiumeno::-moz-inner-spin-button,
.inputpiumeno::-moz-outer-spin-button {
  -moz-appearance: none;
  margin: 0;
}




.row-product {
  padding: 10px 0 0 0;
  border-top: 1px dotted #eeeeee;
}

.row-product h6 {
  font-weight: 700;
  font-size: 18px;
}

.row-product small {
  line-height: 12px;
  font-size: 70%;
  font-weight: 500;
}


.price {
  font-style: italic;
  color: #fff;
  font-weight: bold;
  padding: 2px 10px;
  background-color: #666;
  border-radius: 6px;
  white-space: nowrap;
}


#progressbar {
  padding: 30px 0 0 0;
  overflow: hidden;
  color: lightgrey
}

#progressbar .active {
  color: #09a004
}

#progressbar li {
  list-style-type: none;
  font-size: 16px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400
}

#progressbar #step1:before {
  content: "1"
}

#progressbar #step2:before {
  content: "2"
}

#progressbar #step3:before {
  content: "3"
}

#progressbar #step4:before {
  content: "4"
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px
}

#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #09a004
}

.progress {
  height: 20px
}

.progress-bar {
  background-color: #09a004
}

.block-initial {
  display: none;
}

.display-block {
  display: block;
}


#calendar {
  width: 100%;
}

.flatpickr-calendar,
.flatpickr-innerContainer {
  width: 100%;
  box-shadow: none;
}

.dayContainer {
  width: 100%;
  max-width: 2000px;
}

.flatpickr-rContainer {
  width: 100%;
}

.flatpickr-months {
  padding: 10px;
  font-weight: 600;
}

.flatpickr-monthDropdown-months {
  font-weight: 600 !important;
}

.flatpickr-days {
  width: 100%;
}

.flatpickr-day {
  max-width: 200px;
  height: 39px;
  -webkit-flex-basis: CALC(14.2857143% - 10px) !important;
  -ms-flex-preferred-size: CALC(14.2857143% - 10px) !important;
  flex-basis: CALC(14.2857143% - 10px) !important;
  width: CALC(14.2857143% - 10px) !important;
  margin: 5px;
}

.flatpickr-day.flatpickr-disabled {
  border-color: #dddddd;
  color: #dddddd;
}

.flatpickr-day.flatpickr-disabled:HOVER {
  border-color: #dddddd;
  color: #dddddd;
}

.cool-date-red {
  background: #F1C1C1 !important;
}

.cool-date-yellow {
  background: #F1DBA9 !important;
}

.cool-date-yellow:HOVER {
  background: #09a004 !important;
  color: #ffffff !important;
}

.cool-date-green {
  background: #D1EBC9 !important;
}

.cool-date-green:HOVER {
  background: #09a004 !important;
  color: #ffffff !important;
}

.flatpickr-day.selected {
  background: #09a004 !important;
}

.calendar-events {
  padding: 20px 0;
}




.riepilogo-footer {
  position: fixed;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 100px;
  background-color: #E8E8E8;
  align-items: center;
  z-index: 999;

  display: block;
  /* DISABILITATO DISABILITATO DISABILITATO DISABILITATO DISABILITATO*/

}


.riepilogo-footer .btn {
  width: 100%;
  height: 100px;
  padding: 0 65px;
  border-radius: 0;
}

@media (max-width: 1199px) {
  .riepilogo-footer .btn {
    padding: 0 50px;
  }
}

@media (max-width: 991px) {
  .riepilogo-footer {
    height: 85px;
  }

  .riepilogo-footer .btn {
    font-size: 16px;
    min-width: 100%;
    height: 85px;
    padding: 0 20px;
  }
}

@media (max-width: 440px) {
  .riepilogo-footer {
    font-size: 13px;
  }

  .riepilogo-footer .btn {
    font-size: 15px;
    padding: 0 0px;
  }
}







.radio-inputs {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-inputs>* {
  padding: 10px;
  width: 50%;
}

@media (max-width: 767px) {
  .radio-inputs>* {
    width: 100%;
    margin: 10px 0;
  }

  .radio-inputs {
    display: block;
  }
}

.radio-input:checked+.radio-tile {
  border-color: #09a004;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #09a004;
}

.radio-input:checked+.radio-tile:before {
  transform: scale(1);
  opacity: 1;
  background-color: #09a004;
  border-color: #09a004;
}


.radio-icon {
  text-align: center;
}

.radio-img {
  max-width: 70%;
  width: 260px;
  padding: 20px;
}

.radio-input:focus+.radio-tile {
  border-color: #09a004;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
}

.radio-input:focus+.radio-tile:before {
  transform: scale(1);
  opacity: 1;
}

.radio-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 120px;
  border-radius: 0.5rem;
  border: 2px solid #b5bfd9;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: 0.15s ease;
  cursor: pointer;
  position: relative;
  padding: 20px;
  ;
}

.radio-tile p {
  font-size: 13px;
  ;
}

.radio-tile:before {
  content: "";
  position: absolute;
  display: block;
  width: 3rem;
  height: 3rem;
  border: 3px solid #b5bfd9;
  background-color: #fff;
  border-radius: 50%;
  top: -1.5rem;
  left: 45%;
  opacity: 0;
  transform: scale(0);
  transition: 0.25s ease;
}

.radio-tile:hover {
  border-color: #09a004;
}

.radio-tile:hover:before {
  transform: scale(1);
  opacity: 1;
}

.radio-icon svg {
  width: 2rem;
  height: 2rem;
  fill: #494949;
}

.radio-label {
  color: #707070;
  transition: 0.375s ease;
  text-align: center;
  font-size: 21px;
  font-family: 'Montserrat', sans-serif;
}

.radio-input {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}


@media (max-width: 767px) {
  .radio-tile {display: inline-block;}
  .radio-tile hr{display: none;}
  .radio-icon{float: left;} 
  .radio-img {
    width: 100px;
    padding: 10px;
    float: left;
  }
  .radio-label {
  padding-top: 10px;}
  .radio-tile:before {
    left:1.5rem;
  }
  
}


.solomobile {
  display: none;
}

@media (max-width: 767px) {
  .solomobile {
    display: inline-block;
  }

  .solopc {
    display: none;
  }
}


.footer {
  padding-bottom: 100px !important;
  padding-top: 50px !important;
  border-top: 1px solid #eaeaea;
  background-color: #fafafa;
  margin-top: 50px !important;
}



.inputpiumeno:valid {
  background-image: none !important;
  padding-right: 0px !important;
}


.map-mini .button.orange img {
  background-color: #f1a257;
}

.map-mini .button.orange.active img {
  background-color: #fd7e14;
}






/*  FRONTEND  */

.zoom {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.zoom:hover {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}




.img-carousel {
  border: 10px solid #E2D4B6;
  filter: contrast(120%);
}

.btn-primary {
  background-color: #edca7b;
  border-color: #edca7b;
  color: #3f2a1c;
  border-radius: 0;
}

.btn-primary:HOVER {
  background-color: #ffe09a;
  border-color: #ffe09a;
  color: #3f2a1c;
}

.btn-secondary {
  background-color: #3f2a1c;
  border-color: #3f2a1c;
  color: #ffffff;
  border-radius: 0;
}

.btn-secondary:HOVER {
  background-color: #ffe09a;
  border-color: #ffe09a;
  color: #3f2a1c;
}

.btn-outline-primary {
  border-color: #3f2a1c;
  color: #3f2a1c;
  border-radius: 0;
}

.btn-outline-primary:HOVER {
  border-color: #ffe09a;
  background-color: #ffe09a;
  color: #3f2a1c;
}


.container-fluid {
  position: relative;
  padding: 0;
}

.container-video {
  position: relative;
  padding: 0;
}

.videohome {
  width: 100%;
}

.video-caption {
  position: absolute;
  width: 100%;
  top: 50% !important;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  bottom: auto !important;
  z-index: 100;
}

.video-caption h1 {
  color: #ffffff;
  font-size: 62px;
  font-family: 'Montserrat', sans-serif;
  text-shadow: 2px 2px 20px #000000;
}

.video-caption h3 {
  color: #ecd5a8;
  font-size: 36px;
  text-shadow: 2px 2px 20px #000000;
}

.video-caption p {
  color: #ffffff;
  font-size: 24px;
  text-shadow: 2px 2px 20px #000000;
}

@media (max-width: 991px) {

  .video-caption h1 {
    font-size: 40px;
  }

  .video-caption h3 {
    font-size: 24px;
  }

  .video-caption p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {

  .video-caption {
    text-align: center;
  }



  .video-caption h1 {
    font-size: 28px;
  }

  .video-caption h3 {
    font-size: 16px;
  }

  .video-caption p {
    font-size: 14px;
  }

  .videohome {
    width: 100%;
    height: 60vh;
    object-fit: cover;
  }
}

.btn-big {
  font-size: 32px;
  padding: 30px
}

.btn-big .img-iconl {
  width: 70px;
  margin-right: 15px;
}


@media (max-width: 767px) {
  .btn-big {
    font-size: 22px;
    padding: 20px
  }

  .btn-big .img-iconl {
    width: 40px;
    margin-right: 15px;
  }
}

.container-phone {
  background-color: #f5ebd5;
  margin: 150px 0;
}

.img-phone {
  width: 100%;
  position: relative;
  margin: -120px 0;
}
@media (max-width: 767px){
.img-phone {
  width: 120%;
  position: relative;
  margin: -120px 0 0 60px;
}
.container-phone {
  overflow: hidden;
}
}

.container-phone h2 {
  color: #b38620;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 42px;
  margin-bottom: 30px;
}

.title_section_front {
  padding: 70px 0;
}

.title_section_front h1 {
  color: #b38620;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 42px;
  margin-bottom: 30px;
}



.menuline {
  display: -moz-flex;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}

.menuline h5 {
  font-family: 'Montserrat', sans-serif;
}


.menulinedeco {
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-top: 1px dotted;
  min-width: 25px;
  margin: 0 10px;
}

.text-justify {
  text-align: justify;
  padding: 20px;
}

.img-border {
  border: 10px solid #E2D4B6;
}

.bg-topfoto {
  background-size: cover;
  background-position: center center;
}

.bg-topfoto h1 {
  color: #ffffff;
  text-shadow: 2px 2px 50px #000000, 2px 2px 50px #000000, 2px 2px 50px #000000, 2px 2px 50px #000000;
}
.bg-topfoto h2 {
  color: #ffffff;
  text-shadow: 2px 2px 50px #000000, 2px 2px 50px #000000, 2px 2px 50px #000000, 2px 2px 50px #000000;
}

.bg-topfoto h3 {
  color: #ecd4a7 !important;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  text-shadow: 2px 2px 50px #000000, 2px 2px 50px #000000, 2px 2px 50px #000000, 2px 2px 50px #000000;
  font-weight: 700 !important;
}


@media (max-width: 767px) {
.container > .row>* {
  padding-right: 30px;
  padding-left: 30px;
}
}


@media (max-width: 767px) {
  .zoommob2 {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
  .zoommob4 {
    transform: scale(1.4);
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
  }
}


.video-iframe {
  position: relative;
  padding-bottom: 56.25%; /* Imposta questo valore in base al rapporto dell'aspect ratio del video (16:9 è comune) */
}

.video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}


.blokprodotto {border: #bf922b 2px solid;
  border-radius: 20px; position: relative;}

  .pricebox{color: #fff;
  background-color: #bf922b;
  border-radius: 15px;
  text-align: center;
  position: absolute;
  padding: 5px;
  top: 5px;
  right: 5px;}
  .titlebox {background-color: #ffffff;
    position: relative;
    /* margin: -10px 0 0 0; */
    top: -12px;
    display: inline;
    font-weight: 600;
    padding: 0 10px;
    color: #bf922b;}
    .descbox {
      position: relative;
      top: -15px;
    }


   .ratio21 { 
  aspect-ratio: 2 / 1;
  object-fit: cover;}