/* Keep the entire order summary in the checkout's normal page flow. */
.co-wrap .co-sidebar .co-summary-card {
  position: static;
  top: auto;
}
.co-wrap .co-summary-items {
  max-height: none;
  overflow: visible;
}
