.sub-category-list .box-category__parent {
  width: 100%;
  display: flex;
  justify-content: center;
}
.sub-category-list .category__parent {
  background-color: #604609;
  color: white;
  padding: 5px 10px;
}

.search--sub-category .seller__result {
  margin-top: 30px
}

@media (max-width: 600px) {
  .search--sub-category .seller__result {
    margin-top: 0;
  }
}
