/* .block_category_list {
  align-items: center;
  display: flex;
  justify-content: center;
  column-gap: 25px;
}
.pagination_btn {
  border: none;
  background: transparent;
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  filter: invert(1%);
  transition: ease 0.5s;
}
.pagination_btn:hover {
  filter: invert(20%);
}
.pagination_btn_img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.category_list {
  display: flex;
  column-gap: 25px;
}
.categoty_item {
}
.category_btn {
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  transition: ease 0.5s;
  display: flex;
  background: #201e1e;
  border-style: solid;
  color: rgb(255, 255, 255);
  border-width: 1px;
  border-radius: 20px;
  border-color: rgb(51, 46, 46);
  padding-bottom: 8px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 8px;
  align-items: center;
  width: 100%;
}
.category_btn:hover {
  border-color: rgb(64, 169, 255);
  box-shadow: 0px 0px 0px 2px rgba(24, 144, 255, 0.2);
}
.category_btn_active {
  border-color: rgb(64, 169, 255);
  box-shadow: 0px 0px 0px 2px rgba(24, 144, 255, 0.2);
} */

.category_wrapper {
}

.tabs {
}

.tabs_btn_wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}

.tabs_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 8px 16px;
  border: 1px solid #ef4623;
  background-color: #ef4623;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
  min-width: 200px;
  margin: 0 auto;
  transition: all 0.9s ease;
}
.tabs_btn:hover {
  border-color: #f27043;
  background-color: #f27043;
}

.tabs_btn.is-active {
  border-color: #f27043;
  background-color: #f27043;
}

.category_wrap {
}
