#search-section {
  border-top: 5px solid orange;
  border-bottom: 5px solid #5A5B5D;
  background: #2C2D2E;
  border-radius: 2px;
  width: 100%;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}

#search-section h2 {
  margin-bottom: 20px;
}

#search-section p {
  padding: 0 25px;
  margin-bottom: 15px;
}

#search-section #search-box {
  min-width: 340px;
  padding: 5px;
  border-radius: 5px;
  background-image: url("/img/product-cat/search.png");
  background-repeat: no-repeat;
  background-position: 10px;
  outline: none;
  margin-bottom: 20px;
}

#search-section #table-section {
  padding-bottom: 20px;
}