/*======================================
  *** Checkout ***
======================================*/

body table.shop_table thead th {
  --theme-table-border-width: 0 0 1px 0;
}

/*--- Billing Fields ---*/

/* Center text of input fields*/
body.woocommerce-checkout {
  input {
    padding-top: 1em;
    padding-bottom: 0.8em;
  }
}
