/* larger tablet  */
@media only screen and (max-width: 1070px) {
}

/* smaller tablet  */
@media only screen and (max-width: 985px) {
}

/* smallest tablet  */
@media only screen and (max-width: 800px) {
}

@media only screen and (max-width: 1000px) {
  .order-list-item-details {
    flex-direction: column;
  }
  .order-list-right {
    width: 100%;
    margin-top: 15px;
  }
  .order-list-left {
    width: 100%;
  }
  .account-main-footer {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 680px) {
  .progress-segments .segment:not(.active) {
    display: none;
  }
  .progress-segments .segment.active {
    flex: 0;
  }
  .MyOrdersListItem__button__text {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .order-list-container .container,
  .order-details-container-outer .container {
    max-width: 740px !important;
  }
}

@media only screen and (max-width: 650px) {
  .OrderPageInfoHeader__status,
  .OrderPageInfoHeader__page-subheading {
    flex-direction: column;
  }
  .OrderPageInfoHeader__status-description {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
  }
  .order-details-container-outer .progress-segments {
    display: flex !important;
    align-items: center;
  }
  .OrderPageInfoHeader__order-id.order-details-topic-order-number {
    display: none;
  }
  .OrderPageInfoHeader__page-title {
    margin-right: 0px;
    font-size: 19px;
  }
  .phone-order-details-display-hidden {
    display: inline-block;
  }
  .oder-details-container-inner {
    box-shadow: none;
    margin: 10px 0px;
    overflow: hidden;
  }
  .oder-details-container-inner {
    padding: 0.9rem;
  }
}
