/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


/* Ensure the shipping address container is always visible (no JS toggle). */
.woocommerce-checkout .shipping_address,
.woocommerce-checkout .woocommerce-shipping-fields {
  display: block !important;
}

.woocommerce-shipping-fields > h3 {
    display: block;
    margin-bottom: var(--wd-tags-mb, 20px);
    color: var(--wd-title-color);
    text-transform: uppercase;
    font-weight: var(--wd-title-font-weight);
    font-style: var(--wd-title-font-style);
    font-family: var(--wd-title-font);
    line-height: 1.4;
    font-size: 22px;
}

#i-want-invoice,
label[for="i-want-invoice"] {
    float: left;
    line-height: 14px;
    vertical-align: bottom;
    display: block;
}

#shipping_address_1_field,
#billing_phone_field,
#billing_email_field {
    display: none !important;
}
