.system .banner {
  margin-top: var(--header-height);
  display: flex;
}

.system .nav {
  background-color: var(--black-color);
  color: #4f4f4f;
}

.system .nav .nav-item {
  padding: 30px 15px;
}
.system .nav .nav-item a {
  display: block;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
  color: #969696;
}

.system .nav .nav-item.active a {
  color: var(--white-color);
}

/* filter */
.filter {
  margin-top: 40px;
}

/* .filter .container {
  max-width: 1330px;
  padding: 0 20px;
} */

.filter__box {
  /* font-family: "Helvetica Neue"; */
  font-weight: 100;
  gap: 20px;
}

.filter__box-search {
  width: 40%;
}

.filter__box-search input {
  font-size: 17px;
  font-weight: 400;
  color: #595959;
  padding: 8px 6px;
  line-height: 23px;
  border: 1px solid #e1e1e1;
  outline: none;
  width: 70%;
  border-radius: 0;
}

.filter__box-search .button {
  outline: none;
  width: 113px;
  border: 2px solid #e1e1e1;
  background: var(--white-color);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter__box-search .button .search {
  color: #e1e1e1;
}
.filter__box-select {
  gap: 15px;
  margin-left: auto;
  /* flex-wrap: wrap; */
}

.filter__box-select select {
  border: 1px solid #000;
  border-radius: 0;
  color: #000;
  background-color: #fff;
}

.filter__box-select select option,
.filter__box-select select {
  /* font-family: "Helvetica Neue", sans-serif; */
  /* font-weight: 100; */
  font-size: 17px;
  color: #595959;
}

.filter__box-select select {
  padding: 8px 6px;
  outline: none;
  border: 1px solid #e1e1e1;
  width: 227px;
}

.filter-cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 18px;
  gap: 20px;
}

.filter-cta .button {
  font-size: 15px;
  line-height: 15px;
  color: #595959;
  font-weight: 400;
  border: 2px solid #595959;
  padding: 8px 15px;
}

.filter-cta .button:hover {
  border-color: var(--black-color);
}

.filter__experience span {
  font-size: 15px;
  color: #595959;
  margin-right: 12px;
}

/* table */
.store {
  margin-top: 50px;
}

/* .store .container {
  max-width: 1330px;
  padding: 0;
} */

.store table {
  width: 100%;
}

.store thead {
  height: 50px;
  background: var(--black-color);
  color: var(--white-color);
}
.store a {
  color: var(--black-color);
}

.store thead th,
.store td {
  vertical-align: middle;
  padding-left: 10px;
  font-weight: 500;
}
.store thead th {
  text-align: center;
  text-transform: uppercase;
}
.store td {
  padding: 15px 0 15px 10px;
  border-bottom: 1px solid #ccc;
  font-weight: 400;
  width: auto;
  text-align: center;
}

.store td:nth-child(4) {
  width: 180px;
}

.store td:nth-child(4) a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.store-count {
  width: 4%;
}
.store-name {
  width: 16%;
}
.store-item {
  width: 13%;
}

.store-address {
  width: 25%;
  position: relative;
}
.store-address:before {
  content: " ";
  visibility: hidden;
}
.store-address span {
  position: absolute;
  left: 10px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.store-detail {
  width: 18%;
  text-align: center;
}
.tick-icon {
  width: 15px;
  height: 10px;
  border: 3px solid #6c4;
  border-top: none;
  border-right: none;
  background: 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0 auto;
}

.store-view a {
  color: #1F5889;
  display: inline-block;
}

/* pagination */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}

.pagination__item {
  width: 44px;
  height: 44px;
  border: 1px solid #bdbdbd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bdbdbd;
  font-size: 15px;
}

.pagination__item.current,
.pagination__item:hover {
  color: var(--black-222);
  border-color: var(--black-222);
}
.pagination__item + .pagination__item {
  margin-left: 25px;
}

@media only screen and (min-width: 1900px) {
  .system .banner {
    margin-top: var(--header-height-large);
  }
}

@media only screen and (min-width: 1360px) {
  /* .filter .container {
    padding: 0;
  } */
}
@media only screen and (max-width: 992px) {
  .filter__box-search {
    width: 95%;
  }
}
@media only screen and (max-width: 768px) {
  .store thead {
    display: none;
  }

  .store-count,
  .store-item,
  .store-address,
  .store-detail {
    display: none;
  }

  .store-name {
    width: auto;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }
  .store-view a {
    display: flex;
    justify-content: end;
    font-size: 15px;
    line-height: 24px;
  }

  .pagination__item {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }

  .pagination__item + .pagination__item {
    margin-left: 10px;
  }

  .system .nav .nav-item a {
    font-size: 16px;
    line-height: 24px;
    color: #969696;
  }
}
@media only screen and (max-width: 576px) {
  .filter__box-select {
    width: 100%;
  }

  .filter__box-select select {
    width: 100%;
  }
}
