.ml-input-file-wrapper{
    font-weight: bold;
}
.ml-input-file{
    position: relative;
    padding-left: 30px;
}
.ml-input-file:before{
    content: '';
    display: flex;
    width: 22px;
    height: 22px;
    background-image: url(./../images/order/warning.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 4px;
}
#billing_address_2_field,
#billing_company_field,
#billing_postcode_field,
#billing_state_field
{
    display: none!important;
}