#cfw-cart-summary-totals .cfw-module tbody {
  display: flex !important;
  flex-direction: column;
}
#cfw-cart-summary-totals .cfw-module tbody tr {
  display: flex; 
  justify-content: space-between;
  order: 1;
}
#cfw-cart-summary-totals .cfw-module tbody tr.fee {
  order: 99 !important;
}
#cfw-cart-summary-totals .cfw-module tbody tr.order-total {
  order: 100 !important;
}
