.order_Items_container {
  max-width: 800px;
  margin: 0 auto; }
  .order_Items_container .list_items_header_div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    background-color: #edf0f6;
    padding: 8px 17px; }
    .order_Items_container .list_items_header_div.shipment-status-processing {
      color: #104b93;
      background-color: #d2e6fe; }
    .order_Items_container .list_items_header_div.shipment-status-cancelled {
      color: #b40000;
      background-color: #fcdee3; }
    .order_Items_container .list_items_header_div.shipment-status-pickedup, .order_Items_container .list_items_header_div.shipment-status-shipped, .order_Items_container .list_items_header_div.shipment-status-completed {
      color: #2d7b43;
      background-color: #e2f3e4; }
      .order_Items_container .list_items_header_div.shipment-status-pickedup .shipment-status-icon, .order_Items_container .list_items_header_div.shipment-status-shipped .shipment-status-icon, .order_Items_container .list_items_header_div.shipment-status-completed .shipment-status-icon {
        margin-right: 8px;
        height: 12px;
        width: 12px; }
    .order_Items_container .list_items_header_div .shipment-status-icon {
      margin-right: 8px;
      height: 20px;
      width: 20px; }
    .order_Items_container .list_items_header_div .item-totals {
      white-space: nowrap; }
  .order_Items_container .list_items_header {
    margin: 0;
    width: 100%;
    font-size: 16px;
    font-weight: bold; }

.itemDetailWrapper {
  padding-bottom: 15px;
  border-bottom: 1px solid #dee3ee; }

.shipment-status {
  font-size: 16px;
  background-color: #f9fafc;
  padding: 10px 15px 10px 30px; }
  .shipment-status span {
    letter-spacing: -0.32px;
    color: #0a1f3e;
    font-weight: 500; }
  .shipment-status .shipment-totals {
    font-size: 14px;
    text-decoration: underline; }

.shipment-cards-container .detailsCardLeftFlexbox {
  padding: 0 10px 25px 25px;
  font-size: 14px; }
  .shipment-cards-container .detailsCardLeftFlexbox span {
    font-size: 12px; }

.top-item-details {
  color: gray;
  padding: 10px 30px 0; }
  .top-item-details div {
    padding-left: 5px; }
  .top-item-details .product-brand {
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase; }
  .top-item-details .product-title {
    font-size: 14px;
    font-weight: bold;
    color: #0a1f3e;
    text-decoration: none; }
    .top-item-details .product-title a {
      font-size: 14px;
      text-decoration: none; }

.bottom-item-details {
  color: gray;
  padding: 0 15px 6px 30px;
  line-height: 14px; }
  .bottom-item-details .swatch-container {
    padding-left: 16px; }
    .bottom-item-details .swatch-container .variant-swatch {
      width: 25px;
      height: 25px;
      border-radius: 30px;
      border: solid 1px #dee3ee; }
  .bottom-item-details a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    margin-bottom: 5px; }
  .bottom-item-details .tile-pricing {
    margin-top: 10px; }
    .bottom-item-details .tile-pricing .items-quantity-container {
      min-width: 25%;
      -ms-flex-pack: justify;
          justify-content: space-between;
      display: -ms-flexbox;
      display: flex;
      float: right; }
    .bottom-item-details .tile-pricing .items-quantity {
      font-size: 14px;
      color: #395072;
      font-weight: 500;
      text-align: right; }
    .bottom-item-details .tile-pricing .items {
      margin-left: 3px; }
      @media (min-width: 769px) {
        .bottom-item-details .tile-pricing .items {
          margin-right: 50%;
          margin-left: 3px; } }
    .bottom-item-details .tile-pricing .price {
      text-align: right;
      color: black;
      font-weight: bold; }

.ordered_list_left_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 6px 6px 0px 0px; }

.ordered_list_right_wrapper {
  width: 100%; }

.ordered_list_items {
  padding: 0px 20px; }

.ordered_list_item {
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 0.5px #e4e4e4;
  padding: 10px 0px; }
  .ordered_list_item:last-child {
    border: none; }
  .ordered_list_item .individual-Price {
    font-size: 12px;
    color: #5c7499;
    width: 60%; }
  .ordered_list_item .qty-in-Grouping {
    font-weight: bold;
    height: 20px;
    font-size: 18px;
    color: #395072; }
  .ordered_list_item .qty-remaining {
    line-height: 2.5; }
  .ordered_list_item .product_quantity .quantity_separator {
    font-size: 10px;
    color: #5c7499;
    margin-top: 7px; }
  .ordered_list_item .product_quantity {
    width: 20%;
    -ms-flex-pack: center;
        justify-content: center; }
  .ordered_list_item .total {
    font-size: 12px;
    color: #395072;
    font-weight: bold;
    width: 20%;
    text-align: right; }
  .ordered_list_item .product_img {
    width: 44px;
    height: 44px;
    float: left; }
  .ordered_list_item .product_variant_img {
    border-radius: 50%;
    width: 34px;
    height: 34px;
    margin: 0 auto;
    margin-top: 6px; }
  .ordered_list_item .description_container {
    margin-top: 12px;
    width: 100%; }
  .ordered_list_item .variant_description, .ordered_list_item .sku_details {
    font-size: 12px;
    color: #5c7499; }
  .ordered_list_item .sku_details a, .ordered_list_item a:not(.btn-primary):not(.btn-outline-primary) {
    color: #5c7499; }
  .ordered_list_item .header_container, .ordered_list_item .body_container, .ordered_list_item .price_details, .ordered_list_item .product_quantity {
    display: -ms-flexbox;
    display: flex; }
  .ordered_list_item .price_details {
    margin-top: 6px;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: baseline;
        align-items: baseline; }

.pricing-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 10px 20px;
  -ms-flex-align: end;
      align-items: flex-end; }
  .pricing-details > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 155px; }
    .pricing-details > div span {
      font-size: 12px;
      line-height: 1.17;
      letter-spacing: -0.24px;
      text-align: left;
      color: #5c7499; }
  .pricing-details .total {
    font-weight: 600;
    margin: 5px 0; }

.cancelled-items, .returned-items {
  margin: 15px 0; }
  .cancelled-items .pricing-details, .returned-items .pricing-details {
    margin: 15px 0; }

.left-section {
  padding: 0 20px; }

@media only screen and (min-width: 800px) {
  .left-section {
    width: 40%; }
  .ordered_list_items {
    width: 60%; }
  .prod-line-items {
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .pricing-details {
    -ms-flex-align: center;
        align-items: center;
    width: 60%; }
  .cancelled-items, .returned-items {
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .cancelled-items .ordered_list_items, .returned-items .ordered_list_items {
      padding: 0 20px; } }
