/**
* Theme Name: Bexper Child
* Description: This is a child theme of Bexper, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: bexper
* Version: 1.2.4
*/

.select2-container--default .select2-selection--single .select2-selection__rendered {
  display: flex !important;
  align-items: center;
}

/* #checkout_form .checkout-form-block:nth-child(2),
#checkout_form .checkout-form-block:nth-child(4), */
#select2-billing_address_state-container,
span[labelledby="select2-billing_address_state-container"],
#billing_address_city,
#billing_address_address,
#billing_address_state,
.address_fields_group .checkout_select_block:nth-child(2){
	display:none !important;
}

.checkout_form_input_underline{
  height: 0 !important;
}

.checkout_form_terms_details{
    border: 0px solid !important;
}

.address_fields_group.input_group .checkout_form_input_field_content{
  width: 100% !important;
}

.address_fields_group.input_group .select2{
  width: 100% !important;
}
.booking-times-checklist label {
    font-family: Arial, sans-serif;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    display: block;
    margin-bottom: 6px;
    cursor: pointer;
    transition: all 0.2s;
}

.booking-times-checklist input[type="checkbox"] {
    margin-right: 8px;
}

.booking-times-checklist label:hover {
    background-color: #0073e6;
    color: white;
    border-color: #0073e6;
}


