/*
Theme Name:   	C&S Child Theme
Theme URI:    	http://lift.com
Author:       	T Bennett
Author URI:     http://lift.com
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	4.0.0
*/
.woocommerce-billing-fields__field-wrapper { display : block!important;}
#customer_details {
	display: flex;
    flex-direction: column;
}

#customer_details .col-1 {order:2;}
#customer_details .col-2 {order:1;}
#billing_country_field, #billing_state_field { margin-bottom:20px;}