.woocommerce-checkout #billing_country_field {
  order: 9 !important;
  grid-row: unset;
  grid-column: unset;
}
.woocommerce-checkout #billing_country_field:before,
.woocommerce-checkout #shipping_country_field:before {
  display: none !important;
  visibility: hidden !important;
}
.woocommerce-checkout p#billing_address_1_field:before {
  content: "Billing Address";
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin: 20px 0;
}
.woocommerce-checkout p#billing_country_field.update_totals_on_change {
  visibility: visible !important;
  height: auto !important;
}
p#billing_postcode_field {
  display: inline-block !important;
}
p#billing_address_1_field {
  grid-row: 3 / span 1;
  grid-column: 1 / span 2;
}
.deliveryCharge {
  font-size: 15px;
  margin-top: 40px;
  margin-bottom: 5px;
  display: inline-block;
  width: 50%;
  padding-left: 20px;
}
.deliveryCharge.amount {
  text-align: right;
  padding-right: 20px;
}
.billing_country_fields.billing_country_checkout,
.woocommerce-checkout tr.cart_item.subscription_item {
  display: none !important;
}
.woocommerce-checkout p#billing_country_field.update_totals_on_change {
  visibility: visible !important;
  height: inherit !important;
}
.entry-content .woocommerce tr.woocommerce-shipping-totals.shipping {
  display: table-row !important;
}
.woocommerce-checkout-review-order-table .woocommerce-Price-amount {
  visibility: visible !important;
}
.woocommerce-checkout-review-order-table label[for="shipping_method_0_flat_rate7"],
.woocommerce-checkout-review-order-table label[for="shipping_method_0_flat_rate6"] {
  visibility: hidden !important;
}