.woocommerce .checkout h3 {
  margin-top: 0;
  border-bottom: 1px solid;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.avada-woo-one-page-checkout .woocommerce .checkout #customer_details .col-1,
.avada-woo-one-page-checkout .woocommerce .checkout #customer_details .col-2 {
  box-sizing: border-box;
  border: 1px solid;
  overflow: hidden;
  padding: 30px;
  margin-bottom: 30px;
  float: left;
  width: 48%;
  margin-right: 4%;
}
.avada-woo-one-page-checkout .woocommerce form.checkout #customer_details div:last-child {
  margin-right: 0;
}
.avada-woo-one-page-checkout .woocommerce form.checkout .avada-checkout-no-shipping #customer_details .col-1 {
  width: 100%;
  margin-right: 0;
}
.avada-woo-one-page-checkout .woocommerce form.checkout .avada-checkout-no-shipping #customer_details .col-2 {
  display: none;
}
.avada-woo-one-page-checkout.rtl .woocommerce form.checkout #customer_details .col-1,
.avada-woo-one-page-checkout.rtl .woocommerce form.checkout #customer_details .col-2 {
  float: right;
}
.avada-woo-one-page-checkout.rtl .woocommerce form.checkout #customer_details .col-1 {
  margin-left: 4%;
  margin-right: 0;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr.awb-checkout-totals-wrapper > td {
  padding: 0;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .awb-checkout-totals-wrapper .awb-cart-totals-table {
  width: 100%;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .awb-checkout-totals-wrapper .awb-cart-totals-table tr {
  height: auto;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .awb-checkout-totals-wrapper .awb-cart-totals-table tr:first-of-type th,
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .awb-checkout-totals-wrapper .awb-cart-totals-table tr:first-of-type td {
  padding-top: 1.5em;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .awb-checkout-totals-wrapper .awb-cart-totals-table th {
  width: 100%;
  padding-inline-end: 75px;
  padding-top: 0;
  padding-bottom: 1.5em;
  vertical-align: top;
  text-align: end;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .awb-checkout-totals-wrapper .awb-cart-totals-table td {
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 1.5em;
  vertical-align: top;
  text-align: end;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .awb-checkout-totals-wrapper .awb-cart-totals-table .includes_tax {
  display: block;
  font-size: 0.8em;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .awb-checkout-totals-wrapper .awb-cart-totals-table .includes_tax .amount {
  font-size: inherit;
}
