.hidden {
  display: none; }

.pointer {
  cursor: pointer; }

.mg-top-8 {
  margin-top: 8px; }

.header-div-wrapper {
  width: 400px;
  max-width: 100%;
  padding: 24px 16px 0px;
  margin: 0 auto; }
  @media only screen and (min-width: 510px) {
    .header-div-wrapper {
      width: 100%;
      max-width: 800px;
      padding: 24px 24px 0px; } }

.titleAndTaxWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 12px; }

#page-title {
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase; }

.nav-btns-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.nav-btns-container {
  width: 100%;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly; }
  .nav-btns-container button {
    border: none;
    background-color: inherit;
    font-size: 1rem;
    font-weight: 400; }

.hidden-navigation {
  display: none; }

.nav-btns-container .nav-tab {
  color: #454545; }

.nav-btns-container .current {
  color: black;
  border-bottom: 2px solid black; }

@media only screen and (min-width: 750px) {
  .nav-btns-container button {
    font-size: 1.5rem;
    font-weight: 500; } }

.filters-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #F9F9F9;
  padding: 8px 16px; }

.all-filters-msg {
  font-size: 1rem;
  font-weight: 400;
  color: #212121; }

.filter-btn {
  margin-right: 8px;
  border: none;
  background: none; }
  .filter-btn img {
    width: 1.25rem;
    height: 0.75rem; }

.filter-btn-dark {
  margin-right: 8px;
  border-radius: 16px;
  background: black;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .filter-btn-dark img {
    margin-right: 8px; }

.no-orders-msg {
  display: block;
  text-align: center;
  font-size: 14px; }

.orders-page {
  max-width: 800px;
  margin: 0px auto 12px; }
  @media only screen and (min-width: 750px) {
    .orders-page {
      padding: 0px 24px; } }

.shown-purchases, .shown-purchases-offline {
  font-size: 15px;
  color: #5c7499;
  margin-bottom: 6px;
  padding-left: 8px; }

.no-orders-match-msg {
  display: block;
  text-align: center;
  font-size: 14px; }

.order-history-list {
  background-color: #F9F9F9;
  padding: 0px; }
  @media only screen and (min-width: 750px) {
    .order-history-list {
      padding: 0px 16px 16px 16px; } }

.order-card-wrapper-link {
  text-decoration: none; }
  .order-card-wrapper-link:hover {
    text-decoration: none; }

.order-card {
  color: #0a1f3e;
  background-color: white;
  padding: 16px;
  margin-bottom: 8px;
  box-shadow: 0px 1px rgba(0, 0, 0, 0.2); }

.order-card-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 2px 0px;
  font-size: 14px;
  color: gray; }
  .order-card-row.order-card-header {
    font-size: 16px;
    color: black;
    font-weight: bold; }
  .order-card-row.right-status {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .order-card-row .col1 {
    width: 40%; }
  .order-card-row .col2 {
    width: 30%; }
  .order-card-row .col3 {
    width: 30%;
    text-align: right; }

.wrapped-address {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.order-shipment-status {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.order-history-icon {
  margin-right: 6px; }

.status-div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.shipping-status-div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-transform: capitalize; }

.shipping-status-icon {
  margin-right: 6px; }

.status-delivered,
.status-shipped,
.status-pickedup {
  color: #098b3d;
  background-image: url("../images/status-icons/shipped.svg");
  background-position: left;
  /* 0px 0px; */
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-left: 20px; }

.status-completed {
  color: #098b3d;
  background-image: url("../images/status-icons/checkmark.svg");
  background-position: left;
  /* 0px 0px; */
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-left: 20px; }

.status-processing {
  background-image: url("../images/status-icons/processing.svg");
  background-position: left;
  /* 0px 0px; */
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-left: 20px;
  color: blue; }

.status-cancelled {
  color: #e12c2c;
  background-image: url("../images/status-icons/warning.svg");
  background-position: left;
  /* 0px 0px; */
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-left: 20px; }

.status-cancelled .order-shipment-total {
  text-decoration: line-through; }

.viewMoreButton, .viewMoreOfflineButton {
  display: block;
  margin: 0 auto;
  width: 100%;
  background: white;
  border: none;
  font-size: 16px;
  font-weight: bold;
  color: black;
  padding: 8px 0px; }

.order-filter-modal {
  position: fixed;
  top: 36%;
  left: 5%;
  width: 90%;
  max-height: 60%;
  overflow-y: scroll;
  z-index: 200;
  border-radius: 8px;
  padding: 18px;
  background-color: white;
  border: none; }
  @media only screen and (min-width: 510px) {
    .order-filter-modal {
      max-width: 500px;
      left: calc(50% - 250px); } }

.filterTop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: baseline;
      align-items: baseline;
  margin-bottom: 18px; }
  .filterTop .filter-title {
    font-size: 18px;
    font-weight: 800;
    margin: 0px; }
  .filterTop .close-btn {
    font-size: 30px; }

.filterBottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.filter-select {
  width: 174px;
  min-width: 174px;
  padding: 2px 8px;
  background-color: #ffffff;
  font-size: 14px; }

.filterLabel {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid lightgray;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }

.collapse-btn {
  width: 28px;
  height: 28px;
  text-align-last: center; }
  .collapse-btn img {
    height: 8px; }

.checkbox-select {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .checkbox-select label {
    padding-bottom: 10px;
    border-bottom: 1px solid lightgray; }

.applied-filters-div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.applied-filter {
  display: none;
  margin-right: 8px; }

.applied-checkbox-filter {
  margin-right: 8px;
  text-transform: capitalize; }

.filter-modal-apply {
  background-color: black;
  color: white; }
  .filter-modal-apply:disabled, .filter-modal-apply:disabled:hover {
    box-shadow: inset 0 0 0 1px #fff;
    background-color: #ccc;
    border-color: #ccc;
    cursor: not-allowed; }

.filterBtnsWrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.orderHelpDiv {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 16px 0px;
  font-size: 16px; }
  .orderHelpDiv span:first-child {
    font-weight: bold; }
  .orderHelpDiv .call-us-div {
    display: inherit; }
  .orderHelpDiv a {
    font-size: 16px; }

.totaltax-bar {
  border-top: 1px solid #000000;
  margin-top: 0px; }

.order-activity-content {
  margin: 12px 0px 20px; }
  .order-activity-content p {
    font-size: 0.875rem; }
  @media only screen and (min-width: 510px) {
    .order-activity-content {
      margin: 0rem 0rem 3.125rem; }
      .order-activity-content p {
        font-size: 1.5rem; } }

.taxGrand-total {
  margin-bottom: 18px; }
  .taxGrand-total span {
    font-size: 1.125rem;
    font-weight: 600; }
  @media only screen and (min-width: 510px) {
    .taxGrand-total span {
      font-size: 1.5rem; } }

.labelHeader {
  position: relative; }

.calender-date {
  min-width: 162px; }
  @media only screen and (max-width: 768px) {
    .calender-date {
      width: 100%;
      margin: 10px 0;
      min-width: 100%; } }
  .calender-date label,
  .calender-date input[type=date] {
    width: 100%; }

.date-range-select option[value=custom-date-range] {
  display: none; }
