.dashboard-menu-section {
  padding-top: 20px;
  background: #ffffff;
  border-bottom: 1px solid #E2E1E1;
}
.dashboard-menu {
  list-style: none;
  font-size: 21px;
  font-family: Avenir;
  font-weight: 600;
  padding-left: 0px;
}
.dashboard-menu li {
  display: inline;
  margin-right: 12px;
}
.dashboard-menu li a {
  padding: 10px 0px;
  color: #AAAAAA;
  text-decoration: none;
}
.dashboard-menu li .active {
  color: #000000;
  border-bottom: 3px solid #F4D877;
}
@media only screen and (max-width: 768px) {
  .dashboard-menu {
    font-size: 13px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .dashboard-menu {
    font-size: 13px;
    text-align: center;
  }
  .item-images-container>div {
    width: 24.5%;
  }
  .order-row .image-container, .order-row .item-count-container {
    width: 65px;
    height: 65px;
  }
  .order-row .item-count-container {
    padding: 7px;
    font-size: 16px;
  }
  .order-row .item-images-container {
    margin-bottom: 15px;
  }
  .lg-col-hide, .md-col-hide, .sm-col-hide {
    display: none;
  }
  .order-status {
    font-size: 12px;
  }
  .order-row .order-title {
    font-size: 20px;
  }
  .order-row .boxer-details  {
    padding: 0px;
  }
  .order-no-marker {
    top: -7px !important;
    right: -7px !important;
  }
  .order-list-filter .desktop-element {
    display: none;
  }
  .order-list-filter .mobile-element {
    display: block;
  }
}