body.theme-listable form.woocommerce-checkout > * {
  padding-right: 0;
}

body.theme-listable .woocommerce-checkout-payment .wc-stripe-save-source label.checkbox {
  width: auto;
}

body.theme-listable span.select2.select2-container.select2-container--default.select2-container--below {
  text-align: right;
}

body.theme-listable form .form-row .woocommerce-input-wrapper input[type=checkbox] {
  width: 22px;
  min-width: 22px;
  margin-right: 0;
}

body.theme-listable.woocommerce-edit-address .entry-content form input {
  min-width: auto;
}

body.theme-listable.woocommerce-account.logged-in .woocommerce a.button {
  padding: 12px 24px;
}

body.theme-listable form .form-row .woocommerce-input-wrapper span.description {
  text-align: right;
}