.woocommerce .before-checkout {
  display: none;
}
#customer_details .woocommerce-billing-fields__field-wrapper {
  margin-top: var(--space-s);
}
.select2-container--default .select2-selection--single {
  border: solid var(--action) 1px;
  border-radius: var(--radius-xs);
}
#order_review {
  margin-top: var(--space-s);
}
.woocommerce-checkout .brxe-woocommerce-checkout-order-review #order_review {
  border: solid var(--action) 1px;
  border-radius: var(--radius-xs);
}
.woocommerce-checkout .shop_table tbody td {
  border-bottom: 0;
}
.woocommerce-checkout .shop_table tfoot, .woocommerce-checkout .shop_table thead {
  border-bottom: 0;
}
.shop_table dl.variation dt {
  display: none;
}
.product-total {
  display: flex;
  justify-content: flex-end;
}
.woocommerce-Price-amount {
  font-weight: 400 !important;
}
.product-quantity {
  font-weight: 400 !important;
}
#order_review .woocommerce-shipping-totals {
  display: none;
}
.order-total bdi {
  font-weight: 700 !important;
}
.woocommerce-checkout .place-order .button {
  font-weight: 700;
  text-align: center;
  border-radius: var(--radius-xs);
}
