.search .tb {
  justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 34px;
  background-color: #f0f0f0;
  border-radius: 10px;
}

.title-div {
  margin-top: 44px;
}

.breed-filters {
  display: flex;
  margin-bottom: 18px;
}

.breed-filter {
  padding: 11px 6px 11px 17.5px;
  background-color: #f0f0f0;
  color: #595959;
  margin: 6.25px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;

  font-family: Satoshi;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 23.333px;
}

.breed-filter.active {
  color: #fff;
  background-color: #00b742;
  margin-left: 0;
  order: -1;
  justify-content: space-around;
  /* min-width: 150px; */
}

.page-select {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.arrow {
  padding: 14.5px 20px;
  border-radius: 10px;
  background-color: #00b742;
  cursor: pointer;
}
.arrow.arrow-left.disabled,
.arrow.arrow-right.disabled {
  background-color: #ddd;
  cursor: auto;
}
.body-homepage .best-sellers-container {
  margin-bottom: 34px;
}
.page-no {
  color: #595959;
  background-color: #f0f0f0;
  padding: 11.85px 17.5px;
  margin: 0px 12.5px;
  font-family: Satoshi;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 23.333px;
  border-radius: 10px;
}
