/* Front-end Billing and Shipping fields styling */

#wppb-edit-user .wppb-woocommerce-customer-billing-address.wppb-field-error,
#wppb-register-user .wppb-woocommerce-customer-billing-address.wppb-field-error,
#wppb-edit-user .wppb-woocommerce-customer-shipping-address.wppb-field-error,
#wppb-register-user .wppb-woocommerce-customer-shipping-address.wppb-field-error {
    background-color: transparent !important;
    border: 0px !important;
}

.wppb-woocommerce-customer-billing-address > span.wppb-form-error,
.wppb-woocommerce-customer-shipping-address > span.wppb-form-error{
    display:none;
}

#container_wppb_manage_fields .element_type_woocommerce-customer-shipping-address li.row-meta-name pre,
#container_wppb_manage_fields .element_type_woocommerce-customer-billing-address li.row-meta-name pre{
    display: none;
}
input#woo_different_shipping_address {
    float:none;
    margin-right:10px;
    width: auto;
}
.wppb-shipping-different-address label {
    width: auto;
}