/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.hsm-datepicker {
  width: auto !important;
}

.hsm-product-info {
  margin: 1rem 0;
}

.single-product .button.disabled {
  opacity: .2;
}

.hsm-woocommerce-bookings-table .extend-booking-input {
  width: 100%;
}

.hsm-booking-information-table {
  margin: 1.5rem 0;
}

.hsm-booking-information-table .hsm-extend-booking {
  margin-left: 1rem;
}

.hsm-booking-information-table .hsm-extend-booking-container {
  display: none;
}

.hsm-booking-information-table .hsm-extend-booking-container .hsm-end-date {
  margin: 0;
}

.hsm-mt-05 {
  margin-top: 0.5rem;
}