.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%;
}

.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;
  }

}