/*
Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x
*/
.woocommerce-billing-fields .form-row.form-row.form-row-first.validate-required.validate-email {
  width: 100%;
}
.woocommerce-billing-fields .form-row.form-row.form-row-last.validate-required.validate-phone {
  width: 100%;
}
#billing_email_field .input-text {
  width: 100%;
}
#billing_phone_field .input-text {
  width: 100%;
}p#billing_phone_field.form-row {    clear: both;    display: inline-block;    width: 100%;}p#billing_country_field.form-row {    clear: both;}p#billing_phone_field.form-row input {    width: 100%;}p#billing_email_field.form-row {    width: 100%;}p#billing_email_field.form-row input {    width: 100%;}

body.home.page #x-section-4, body.home.page #x-section-5, body.home.page #x-section-7 {
    display: none !important;
}
