.billing_address_form {
    min-height: fit-content;
}

.billing_address_form {
    display: block !important;
}

.woocommerce-billing-fields__field-wrapper {
    background-color: #F7F7F7 !important;
    box-shadow: none !important;
    padding-top: 0;
    height: 100%;
}

.billing_address_form .form-row.hide {
    display: none;
}

/* #region: Form "bewerk adres" */
.billing_address_form .input-text {
    height: 49px;
    padding: 1rem 2rem;
    border-radius: 8px;
    border: 1px solid #aaa;
}

.select2-container--default .select2-selection--single {
    height: 49px;
    border-radius: 8px;
}

.select2-selection__rendered {
    line-height: 49px !important;
    padding-left: 2rem !important;
}

.select2-selection__arrow {
    height: 49px !important;
    padding-right: 3rem !important;
}

.select2-selection__clear {
    height: 49px !important;
    padding-right: 2rem !important;
    padding-top: 1px;
}

#billing_type_phone_field {
    width: 38%;
}

#billing_type_phone_field .select2-container {
    width: 100% !important;
}

#billing_phone_field {
    width: 62%;
}

/* #endregion */

/* #region: Form "nieuw adres" */
.thwcfd-field-wrapper.thwcfd-field-radio,
.thwcfd-field-wrapper.thwcfd-field-radio .woocommerce-input-wrapper {
    display: flex;
    align-items: center;
}

.thwcfd-field-wrapper.thwcfd-field-radio .woocommerce-input-wrapper {
    margin-left: 2rem;
}

.input-radio {
    appearance: auto;
    display: inline;
    width: 20px;
    height: 20px;
    margin-right: 1rem;
}

label.radio {
    margin: 0;
}

/* #endregion */