/*
Theme Name: WoodMart Child 2
Template: woodmart
Version: 1.0
*/

/* Force show phone input */
#billing_phone_field,
#billing_phone_field .digcon,
#billing_phone_field input {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

