
/* ---- My Orders page ---- */
.orders_vertical_align {
  display: -webkit-box; display: -webkit-flex; display: flex;
  align-items: center;
}

.orders_label_text_align {
  vertical-align: 15%;
}

/* ---- Order page ---- */
.sale_tbody .o_line_note {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.o_portal .sale_tbody .js_quantity_container {
  width: 50%;
}

.o_portal .sale_tbody .js_quantity_container .js_quantity {
  text-align: center;
  padding: 0;
  min-width: 48px;
}

.o_portal .sale_tbody .js_quantity_container .input-group-text {
  padding: 0.2rem 0.4rem;
}

@media (max-width: 767.98px) {
  .o_portal .sale_tbody .js_quantity_container {
    width: 100%;
  }
}