/*

Theme Name: Wogo Hello Elementor Child
Template: hello-elementor
*/

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  font-family: var(--e-global-typography-primary-font-family), Sans-serif !important;
}
.elementor-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 50px;
  border-radius: 10px;
}
.elementor-button-content-wrapper {
  align-items: center;
}
body {
  font-size: 15px !important;
}

@media (max-width: 1280px) {
  body {
    font-size: 12px !important;
  }
  .elementor-button {
    height: 40px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  body {
    font-size: 13px !important;
  }
}
@media (min-width: 1440px) and (max-width: 1599px) {
  body {
    font-size: 13px !important;
  }
}
@media (min-width: 1600px) and (max-width: 1799px) {
  body {
    font-size: 14px !important;
  }
}
@media (max-width: 768px) {
  .elementor-widget-icon-box.elementor-mobile-position-left
    .elementor-icon-box-wrapper,
  .elementor-widget-icon-box.elementor-mobile-position-right
    .elementor-icon-box-wrapper {
    align-items: center;
  }
}

@media (max-width: 768px) {
  .elementor-menu-cart__toggle_button .elementor-button-text {
    display: none !important;
  }
}

.wc-bookings-booking-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: none;
  padding: 0;
}

@media (min-width: 992px) {
  .wc-bookings-booking-form {
    width: 390px;
  }
}

.wc-bookings-booking-form label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8em;
  width: 100%;
  height: 25px;
  padding-right: 35%;
}

fieldset.wc-bookings-date-picker {
  width: 100%;
}

div.minusplus {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30px;
  gap: 1px;
}

div.minusplus button {
  width: 20px;
  height: 20px;
  background-color: #ccc !important;
  color: #000 !important;
  padding: 0 !important;
  --button-spacing: 0;
  border: none;
}

.form-field.form-field-wide {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% / 3);
  gap: 5px;
}

.wc-bookings-booking-form .form-field input[type="text"] {
  flex: 1;
}

p#billing_country_field {
  display: none;
}

fieldset.wc-bookings-date-picker.wc-bookings-date-picker-booking.wc_bookings_field_start_date {
  border: none;
  padding: 0;
}
button.wc-bookings-booking-form-button.single_add_to_cart_button.button {
  margin: 0 !important;
}
@media (min-width: 1024px) {
  button.wc-bookings-booking-form-button.single_add_to_cart_button.button {
    width: 360px;
  }
}
@media (max-width: 1023px) {
  button.wc-bookings-booking-form-button.single_add_to_cart_button.button {
    width: 100% !important;
  }
}
.wc-bookings-booking-form .wc-bookings-booking-cost {
  background: none;
  font-size: 1.3em;
  font-weight: bold;
  border: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.wc-bookings-date-picker .ui-datepicker td {
  border: none;
}
.wc-bookings-date-picker .ui-datepicker td.ui-datepicker-current-day a {
  background: #2ecc71 !important;
}

#billing_address_1_field,
#billing_address_2_field,
#billing_neighborhood_field,
#billing_city_field,
#billing_state_field {
  opacity: 0;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  left: -1000px;
  z-index: -1;
}

.custom-installments {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  top: initial;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 15px 20px 15px 55px !important;
}
