/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com
Description: This is a child theme for Elessi Theme
Author: NasaTheme team
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.woocommerce-input-wrapper input.input-text {
    width: 100%;
    box-sizing: border-box;
}
/* Make Full Name field full width */
#billing_first_name_field {
    width: 100% !important;
    clear: both;
}

#billing_first_name_field input {
    width: 100% !important;
}

