.category-wrapper .category-btn-wrapper {
  margin: 32px 0 33px;
  padding: 5px 0;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}
.category-wrapper .category-btn-wrapper::-webkit-scrollbar {
  display: none !important;
}
.category-wrapper .category-btn-wrapper .category-btn-inner-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.category-wrapper .category-btn-wrapper .category-btn-inner-wrapper .place-card {
  min-width: 162px;
  width: max-content;
  flex-shrink: 0;
  height: 45px;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 5px;
  color: var(--color-green);
  border: 1px solid var(--color-green);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.category-wrapper .category-btn-wrapper .category-btn-inner-wrapper .place-card span {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: inherit;
}
.category-wrapper .category-btn-wrapper .category-btn-inner-wrapper .place-card img {
  width: 23px;
  height: 23px;
}
.category-wrapper .category-btn-wrapper .category-btn-inner-wrapper .place-card.active, .category-wrapper .category-btn-wrapper .category-btn-inner-wrapper .place-card:hover {
  background: var(--color-green);
  color: #fff;
}
.category-wrapper .category-btn-wrapper .category-btn-inner-wrapper .place-card.active img, .category-wrapper .category-btn-wrapper .category-btn-inner-wrapper .place-card:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(254deg) brightness(103%) contrast(104%);
}
.category-wrapper .category-content-wrapper {
  display: grid;
  align-items: flex-start;
  gap: 20px;
  grid-template-columns: 280px auto;
}
@media (max-width: 1025px) {
  .category-wrapper .category-content-wrapper {
    grid-template-columns: unset;
  }
}
.category-wrapper .category-content-wrapper .fiters-wrapper {
  position: relative;
}
@media (max-width: 1025px) {
  .category-wrapper .category-content-wrapper .fiters-wrapper {
    display: none;
  }
  .category-wrapper .category-content-wrapper .fiters-wrapper.active {
    display: block;
    position: fixed;
    height: 100svh;
    width: 100%;
    border-radius: 5px;
    background: #fff;
    z-index: 9;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 60px 21px 21px;
  }
  .category-wrapper .category-content-wrapper .fiters-wrapper.active .filter-close-btn {
    display: inline-flex;
  }
}
.category-wrapper .category-content-wrapper .fiters-wrapper .filter-close-btn {
  position: absolute;
  top: 25px;
  right: 20px;
  align-items: center;
  justify-content: center;
  color: var(--color-green);
  width: 25px;
  height: 25px;
  display: none;
}
.category-wrapper .category-content-wrapper .fiters-wrapper .slider-numering-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 5px 0;
  width: 100%;
  /* width: 295px; */
  margin: 10px 0 0 0;
  position: relative;
}
.category-wrapper .category-content-wrapper .fiters-wrapper .slider-numering-div small {
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
  color: #676767;
  position: absolute;
  top: 7px;
}
.category-wrapper .category-content-wrapper .fiters-wrapper .slider-numering-div small:first-of-type {
  left: 0;
}
.category-wrapper .category-content-wrapper .fiters-wrapper .slider-numering-div small:nth-of-type(2) {
  left: 49%;
  transform: translateX(-50%);
}
.category-wrapper .category-content-wrapper .fiters-wrapper .slider-numering-div small:last-of-type {
  right: 7px;
}

/*# sourceMappingURL=category.css.map */
