/**
* 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.0.9
*/

.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;
}
