.neo_pug_defaultlp {
  width: 1170px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
}

.pug_quantity {
  padding: 10px 20px 10px 15px;
  font-size: 18px;
}

.neo_np_preview_tax {
  font-size: 50%;
  opacity: 0.4;
}

.neo_pug_valid_date {
  padding-bottom: 40px;
  text-transform: uppercase;
  font-size: 16px;
  opacity: 0.4;
}

.neo_puglp_image_paceholder {
  width: 100%;
  height: 100%;
  background: #eee;
  font-size: 10em;
  color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  margin-bottom: 20px;
}

#promoLp,
.promo-lp,
.defaultPromoLpHide,
.detallepromo {
  display: none !important;
}

.pug_available_for_arrival {
  font-weight: bold;
}

.pug_loading_inventory,
.pug_no_inventory {
  background: rgba(0, 0, 0, 0.07) !important;
}

.pug_no_inventory {
  color: rgba(0, 0, 0, 0.2) !important;
}

.pug_only_available_for_departure:not(.nextMonthDay, .prevMonthDay) {
  color: rgba(0, 0, 0, 0.35) !important;
  background-color: rgba(0, 0, 0, 0.02) !important;
}

.flatpickr-calendar {
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.4) !important;
}

.pug_highlighted,
.flatpickr-day.pug_highlighted,
.flatpickr-day.pug_highlighted_selected,
.pug_highlighted_selected {
  background: #2196f3 !important;
  color: white !important;
  border: none !important;
}

.flatpickr-day.pug_highlighted_selected,
.pug_highlighted_selected {
  background: #0376d4 !important;
}

.pug_low_inventory_alert {
  position: absolute;
  bottom: 0.2em;
  right: 0.2em;
  height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 11px;
  color: red;
}

@media (max-width: 767px) {
  .neo_pug_defaultlp {
    padding-top: 50px;
  }
}/*# sourceMappingURL=neo_pug_lp.css.map */