.theme-filters {
  margin: 60px 0;
}

.theme-filters input[type="text"],
.theme-filters input[type="search"],
.theme-filters select {
  font-size: 17px;
  background-color: #EBEBEB;
  border-radius: 10px;
  max-width: 300px;
  width: 100%;
  padding: 8px 15px;
  border: none;
}

.theme-filters select {
  padding-right: 25px;
}

.theme-filters .select-wrapper {
  max-width: 300px;
  width: 100%;
}

.theme-filters > * {
  margin-right: 5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 1050px) {
  .theme-filters {
    margin: 20px 0;
  }
}

@media screen and (max-width: 500px) {
  .theme-filters input[type="text"],
  .theme-filters input[type="search"],
  .theme-filters select {
    max-width: 100%;
  }

  .theme-filters .select-wrapper {
    max-width: 100%;
  }
}