.sub-categories-wrap {
  max-width: 800px;
  margin: 80px auto 100px;
  border-top: 1px solid #e5e7eb;
}
.sub-categories-wrap .sub-category-item{
  display: flex;
  justify-content: space-between;
  padding: 25px 8px;
  text-decoration: none;
  color: #333333;
  font-weight: 600;
  border-bottom: 1px solid #e5e7eb;
  align-items: center;
  font-size: 16px;
}

.search-category .title-sub-category {
  font-size: 25px;
  font-weight: bolder;
}

.search-category  .search--box {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-left: auto;
  margin-right: auto;
  width: 1100px;
}

.search--box .box-item-sub-category {
  color: #fff;
  background-color: #444;
  min-width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  margin: 10px;
}

.box-item-sub-category a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}

.box-item-sub-category a:hover {
  color: #fff;
}

.listing-category-empty {
  width: 100%;
  display: flex;
  justify-content: center;
}

.box-listing-empty {
  flex-basis: 100%;
  margin-bottom: 100px;
  margin-right: 0 !important;
  max-width: 100% !important;
}

.listing-empty
.search--box {
  width: 1100px;
}

.listing-empty
.search--box .box-item-sub-category {
  color: black;
  background-color: #fff;
  min-width: 250px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  margin: 10px;
  border: 1px solid black;
  cursor: pointer;
}

.listing-empty
.search--box .box-item-sub-category a{
  color: black;
  font-weight: bolder;
}

.listing-empty .box-item-back {
  color: #fff;
  background-color: #444;
  min-width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  margin: 10px;
  max-width: 200px;
  cursor: pointer;
  font-weight: bolder
}

.listing-empty .item-back {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
  margin-top: 50px;
}

.box-listing-empty .box-sub-title {
  font-size: 20px;
  font-weight: bolder;
  margin-bottom: 20px;
}

@media (max-width:768px){

  .search-category .search--box {
    width: 340px;
  }

  .box-item-sub-category a {
    font-size: 11px;
  }

  .listing-empty .box-item-back,
  .search--box .box-item-sub-category,
  .listing-empty .search--box .box-item-sub-category {
    min-width: 150px;
    height: 35px;
  }

  .sub-categories-wrap {
    max-width: 800px;
    margin: 40px auto 80px;
  }
  .sub-categories-wrap .sub-category-item {
    padding: 16px 8px;
    font-size: 14px;
  }
}
