/**
 * Theme Name:     Child Freeda
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   child-freeda
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */



table.woocommerce-table, .email-order-items, .order_details {
  display: none !important;
}

// ============================
// Optional: Style Out of Season text
// ============================

 .out-of-season {
     color: #b00;
     font-weight: bold;
 }

/* Hide original checkout fields */
#billing_first_name_field,
#billing_email_field,
#display_name_field {
    display: none !important;
}



/* Hide Dispatch Date only on checkout page */
.woocommerce-checkout #e_deliverydate,
.woocommerce-checkout #e_deliverydate_field,
.woocommerce-checkout #h_deliverydate {
    display: none !important;
}

/* Hide Business Name only on checkout */
.woocommerce-checkout label[for="display_name_field"],
.woocommerce-checkout #display_name_field {
    display: none !important;
}


.freeda-customer-info{
background:#f8f8f8;
padding:15px;
border:1px solid #ddd;
margin-bottom:20px;
border-radius:4px;
}

.freeda-customer-info p{
margin:6px 0;
font-size:15px;
}

.freeda-customer-info strong{
color:#F15A2A;
margin-right:5px;
}

.change-dispatch-date{
margin-left:10px;
font-size:13px;
color:#F15A2A;
text-decoration:underline;
font-weight:500;
}

.change-dispatch-date:hover{
color:#d64a20;
}