.orderlist-filter {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.filter-short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.filter-short .form-label {
  font-size: 18px;
  margin: 0px 8px 0px 0px;
  color: var(--heading);
}

.filter-short .form-select {
  width: 150px;
  background: var(--white);
}

.table-scroll {
  padding: 0px;
}

.orderlist {
  padding: 0px 30px;
  border-radius: 8px;
  margin-bottom: 30px;
  background: var(--white);
  -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 16%);
}

.orderlist:last-child {
  margin-bottom: 0px;
}

.orderlist-head {
	padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.orderlist-head h4 {
  color: rgb(255, 96, 0);
}

.orderlist-head-store {
	padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.orderlist-head-distance {
    padding: 15px 10px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}

.orderlist-details {
  padding: 25px;
  border-radius: 8px;
  background: var(--body);
  margin-bottom: 30px;
}

.orderlist-details li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.orderlist-details li:last-child {
  margin-bottom: 0px;
}

.orderlist-details li h5 {
  line-height: 26px;
  white-space: nowrap;
}

.orderlist-details li h5 small {
  font-size: 14px;
  font-weight: 700;
  margin-left: 3px;
}

.orderlist-details li p {
  width: 250px;
  text-align: right;
}

.orderlist-deliver {
    padding: 10px 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    background: var(--body);
}

.orderlist-deliver h5 {
  margin-bottom: 15px;
}

.orderlist-deliver p {
}

@media (max-width: 575px) {
  .orderlist-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .orderlist-filter h3 {
    margin-bottom: 15px;
  }
  .orderlist {
    padding: 0px 15px;
  }
  .orderlist-head {
    padding: 15px 0px;
  }
  .orderlist-body ul,
  .orderlist-deliver {
    padding: 15px;
  }
}
