.checkout {
  $block: #{&};

  @include flex(row, nowrap, $whitespace-9, null, center);

  @include media-down(tablet-xl) {
    flex-direction: column;
    align-items: center;
  }
}
