.main {
  background: #e9ecef; }

.checkout-step-1 .main-content {
  display: table;
  table-layout: fixed;
  width: calc(100% + 30px); }
  .checkout-step-1 .main-content > * {
    float: left !important; }
  .checkout-step-1 .main-content > .sidebar {
    float: right !important; }
    @media (min-width: 992px) {
      .checkout-step-1 .main-content > .sidebar {
        display: block;
        position: sticky;
        top: 15px; } }

.checkout-step-1 span#codePromoUse {
  cursor: pointer;
  color: #2b405b;
  font-weight: bold; }
