.custom-location-buttons {
  position: relative;
  transition: opacity 0.2s ease;
}

.custom-location-buttons .location-option {
    margin: 4px;
    padding: 8px;
    border-radius: 3px;
    font-weight: 400;
    font-size: 12px !important;
    background-color: transparent;
    border: solid #a8a8a8 1px;
    transition: opacity 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.custom-location-buttons .location-option:hover {
  border: solid 2px #dddddd;
}

.custom-location-buttons .location-option.selected {
  border: solid 2px #000000;
}

.custom-location-buttons.booking-is-loading {
  opacity: 0.55;
}

.booking-field-loader {
  display: none;
  min-height: 46px;
  border: 1px solid #d9d9d9;
  background-color: #f4f4f4;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.05));
  background-size: 200% 100%;
  animation: bookingLoadingPulse 1.2s linear infinite;
  border-radius: 3px;
  align-items: center;
  padding: 0 14px;
  box-sizing: border-box;
  cursor: progress;
}

.booking-field-loader span {
  color: #111111;
  font-size: 13px;
  font-weight: 500;
}

@keyframes bookingLoadingPulse {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.checkout-disclaimer p{
  font-weight: 400;
  margin: 20px 0;
}

form.checkout .checkout-disclaimer h3 {
  margin-top: 15px;
}



.checkbox-pair label {
  font-weight: 600;
}

.checkbox-pair input[type=radio] {
  border-color: #000 !important;
}

.woocommerce-checkout-review-order .input-checkbox {
  border-color: #000 !important;
}

.stock.in-stock {
  display: none !important;
}
