@media(min-width:0) and (max-width:1024px) {
  .checkout-step table.shoppingcart tr.shoppingcart-row td.shoppingcart-price-column {
    width: auto;
  }
}

@media(min-width:0) and (max-width:768px) {

  .card-checkout.summary,
  .card-checkout.summary:hover {
    flex: 1 1 40%;
  }

  .checkout-step h2 {
    font-size: 20px;
    letter-spacing: -.6px;
    line-height: 26px;
  }

  .checkout-step .shoppingcart-product-title {
    margin-right: 0;
  }

  .checkout-step .shoppingcart-product-quantity-label {
    font-size: 12px;
    letter-spacing: -.15px;
    line-height: 16px;
  }

  .checkout-step table.shoppingcart tr.shoppingcart-row td.shoppingcart-quantity-column {
    flex: 1 1 80px;
  }

  .checkout-step #shoppingcart-footer td.shoppingcart-reference-container {
    flex: 1;
  }
}

@media(min-width:0) and (max-width:520px) {
  .checkout-step #shoppingcart-footer>tr {
    flex-direction: column;
  }

  .checkout-step #shoppingcart-footer td.shoppingcart-reference-container {
    padding: 24px 0 8px 0;
  }
}

@media(min-width:0) and (max-width:480px) {
  ul.progressbar {
    margin-bottom: 32px;
  }

  ul.progressbar li {
    font-size: 0;
    line-height: 0;
    padding-top: 36px;
  }

  ul.progressbar li:after {
    width: 20px;
    height: 20px;
    top: 8px;
    margin-left: -10px;
    font-size: 10px;
    line-height: 16px;
  }

  ul.progressbar li:first-child:after {
    width: 36px;
    height: 36px;
    top: 0;
    margin-left: -18px;
    font-size: 14px;
    line-height: 32px;
  }

  ul.progressbar li.active:after {
    width: 20px !important;
    height: 20px !important;
    top: 8px !important;
    margin-left: -10px !important;
    font-size: 10px !important;
    line-height: 16px !important;
  }

  ul.progressbar li.active+li:after {
    width: 36px;
    height: 36px;
    top: 0;
    margin-left: -18px;
    font-size: 14px;
    line-height: 32px;
  }

  .checkout-step-footer {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .checkout-step-footer a,
  .checkout-step-footer button {
    justify-content: center;
  }

  .helper-info-block.login {
    padding: 16px;
  }

  .helper-info-block.login h4 {
    margin-right: 16px;
    font-size: 14px;
  }

  .card-checkout.summary,
  .card-checkout.summary:hover {
    flex: 1 1 90%;
  }

  .card-checkout.address {
    flex-direction: column;
  }

  .card-checkout.address .card-checkout-label {
    padding-bottom: 0;
  }

  .card-checkout.address .default-address-actions {
    justify-content: flex-start;
    align-self: flex-start;
  }

  /* Checkout Loader - mobile adjustments */
  .checkout-loader-wrapper {
    min-height: 50vh;
    padding: 60px 16px 30px 16px;
  }

  .layout-container.new-checkout {
    min-height: 50vh;
  }

  .checkout-loader-wheel {
    height: 50px;
    width: 50px;
    margin-bottom: 16px;
    border-width: 3px;
  }

  .checkout-loader-text {
    font-size: 13px;
  }
}