.carrello .pacchetto {
  font-weight: 400;
}

.carrello .row {
  align-items: baseline;
}

.formsearch .col-4:last-child {
  padding-right: 15px;
}

.formsearch .btn-search {
  padding: 0;
  position: relative;
}

.formsearch .btn-search.loading {
  color: transparent;
}

.formsearch .btn-search.loading::after {
  background: url(../../assets/img/loading-spinner-default.gif) center no-repeat;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.formsearch .vendite-chiuse {
  color: #fff;
}

.flatpickr-months .flatpickr-day {
  font-weight: bold;
}

.flatpickr-months .flatpickr-day.nextMonthDay {
  font-weight: lighter;
}

.flatpickr-months .flatpickr-current-month input.cur-year {
  font-weight: 700;
  color: black;
}

.intl-tel-input {
  width: 100%;
}

.pacchetto.disabled {
  opacity: 0.5;
}

html,
body {
  height: 100%;
}

body > .contenuto {
  min-height: calc(100% - 342px);
}

@media only screen and (max-width: 768px) {
  body > .contenuto {
    min-height: calc(100% - 320px);
  }
}

.linea:last-of-type {
  border: none;
}

.contenuto {
  opacity: 0;
}

.fadein,
.fadeout {
  opacity: 1;
  transition: opacity 500ms;
}

.fadeout {
  opacity: 0;
}

.piuinfo p {
  font-size: 12px;
  margin: 0;
}

.carrello .qty {
  float: none;
}

.carrello .increment {
  float: none;
}

.carrello .infocondizioni .btn_piuinfo {
  font-size: 13px;
  margin: 6px;
  background-color: #fff;
  color: #007bff;
}

.carrello .infocondizioni .btn_piuinfo:hover {
  background-color: #fff;
  color: #007bff;
}

.carrello .infocondizioni .btn_condizioni {
  font-size: 13px;
  background-color: #fff;
  color: #007bff;
}

.flatpickr-day.nextMonthDay, .flatpickr-day.prevMonthDay {
  visibility: hidden;
}

.box_tot .total {
  float: right;
}

.ticket-utente-numero {
  width: 75%;
  padding-bottom: 75%;
  position: relative;
  display: block;
  margin: 0 15px;
}

@media only screen and (max-device-width: 767px) {
  .ticket-utente-numero {
    width: 100%;
    padding-bottom: 100%;
    margin: -15px 0 0 0;
  }
  .ticket-utente-numero .ticket-utente-numero-quantita {
    font-size: 2em;
  }
}

@media (min-device-width: 767px) {
  .ticket-utente-numero .ticket-utente-numero-quantita {
    font-size: 3em;
  }
}

.ticket-utente-numero .ticket-utente-numero-quantita {
  width: 100%;
  position: absolute;
  top: 0;
}

.ticket-utente-numero .ticket-utente-numero-quantita-label {
  width: 100%;
  position: absolute;
  bottom: 0.5em;
  font-size: 1.2em;
}
