
.row-flex {
    display: flex;
    justify-content: space-between;
}

.collapsed-billing-address{
    margin-bottom: 24px;
}

@media (max-width: 600px){
    div .woocommerce form.checkout.woocommerce-checkout h3 {
        margin-bottom: 24px;
    }
}

.change-billing{
    border-radius: 8px;
    padding: 2px 6px;
    border: 1px solid #625A5A;
    color: #625A5A;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox{
    font-size: 16px !important;
    cursor: pointer;
}

input[type="checkbox"], input[type="radio"], input[type="checkbox"] + label, input[type="radio"] + label {
    cursor: pointer;
}

#ship-to-different-address{
    margin-bottom: 32px !important;
}

.wc_payment_method > input[type="radio"] + label{
    font-size: 16px;
    cursor: pointer;
}

.wc_payment_method{
    margin-bottom: 16px;
}

.payment_method_ebizcharge > fieldset {
    margin: 10px;
}