/*
 Theme Name:   XStore Child
 Theme URI:    http://8theme.com/
 Description:  XStore Child Theme
 Author:       8theme
 Author URI:   http://8theme.com
 Template:     xstore
 Version:      1.0
 Text Domain:  xstore-child
*/


/* checkout-css-start */

.woocommerce-checkout .checkout-columns-wrap .woocommerce-billing-fields input, 
.woocommerce-checkout .checkout-columns-wrap textarea {
    border: 1px solid #a1a1a1;
    padding: 25px 20px 20px 20px;
    color: #000;
}
.woocommerce-checkout .checkout-columns-wrap .woocommerce-billing-fields label {
    color: #000 !important;
}
.woocommerce-checkout .checkout-columns-wrap span.select2-selection.select2-selection--single {
    border: 1px solid #a1a1a1;
    color: #000;
    height: 47px;
    padding-top: 10px !important;
}
.woocommerce-checkout .checkout-columns-wrap .woocommerce-billing-fields span.select2-selection.select2-selection--single span {
    color: #000;
}




/* checkout-css-end */