.input-fatturazione {
    display: inline-block;
}

.woocommerce form .form-row {
    margin: 0 0 12px;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 50%;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    font-size: 13px;
    line-height: 15px;
    margin: 0 0 8px 0;
}

.col-full-checkout {
    width: 100%;
    float: left;
}

.col-15-checkout {
    width: 15%;
    float: left;
}

.col-25-checkout {
    width: 25%;
    float: left;
}

.col-50-checkout {
    width: 50%;
    float: left;
}

.col-33-checkout {
    width: 33.3%;
    float: left;
}

.col-35-checkout {
    width: 35%;
    float: left;
}


.col-75-checkout {
    width: 75%;
    float: left;
}

.clearfix {
    clear: both;
}

.woocommerce-billing-fields .optional {
    display: none;
}

#billing_checkbox_field {
    width: 100%;
}