/*  7.7 category
/*----------------------------------------*/
.tp-category-title {
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-common-black);
}
.tp-category-title a:hover {
  color: var(--tp-theme-1);
}
.tp-category-item {
  border: 1px solid rgba(7, 21, 22, 0.1);
  border-radius: 16px;
  min-height: 144px;
  padding: 32px 20px 20px 20px;
  transition: all 0.4s ease;
}
.tp-category-item:hover {
  border: 1px solid var(--tp-theme-1);
}
.tp-category-icon {
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-category-city {
    flex-wrap: wrap;
  }
}
.tp-category-city-tab ul li {
  list-style: none;
  display: inline-block;
}
.tp-category-city-tab ul li:not(:last-child) {
  margin-right: 30px;
}
.tp-category-city-tab ul li a {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
  display: flex;
  align-items: center;
  padding: 8px 0;
  position: relative;
  display: inline-block;
}
.tp-category-city-tab ul li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: var(--tp-theme-1);
  bottom: -1px;
  left: 0;
}
.tp-category-city-tab ul li a svg {
  margin-right: 5px;
  transform: translateY(-1px);
}
.tp-category-city-tab ul li a.active {
  color: var(--tp-theme-1);
}
.tp-category-city-tab ul li a.active::before {
  width: 100%;
}
.tp-category-city-date .tp-input {
  color: var(--tp-common-black);
  font-size: 16px;
  letter-spacing: -0.02em;
  border-radius: 50px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  width: 230px;
  height: 50px;
  font-weight: 500px;
  padding-left: 48px;
  padding-right: 10px;
}
@media (max-width: 574.98px) {
  .tp-category-city-date .tp-input {
    width: 195px;
  }
}
.tp-category-city-date .tp-input:hover {
  color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}
.tp-category-city-date .tp-input::placeholder {
  color: var(--tp-common-black);
  font-size: 16px;
  letter-spacing: -0.02em;
  font-weight: 500px;
}
.tp-category-city-date .date-icon {
  position: absolute;
  left: 25px;
  top: 48%;
  transform: translateY(-50%);
}
.tp-category-city-select {
  padding-left: 110px;
  margin-left: 30px;
  border-left: 1px solid rgba(17, 17, 17, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-category-city-select {
    border: none;
    margin-left: 0;
    margin-top: 20px;
    padding-left: 94px;
  }
}
.tp-category-city-select input {
  display: none;
}
.tp-category-city-select input ~ span {
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-common-black);
  border-radius: 30px;
  transition: all 0.4s ease;
  padding: 18px 24px;
  display: inline-block;
  cursor: pointer;
  background: #f8f8f8;
  line-height: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-category-city-select input ~ span {
    padding: 12px 30px;
  }
}
.tp-category-city-select input ~ span:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-category-city-select input:checked ~ span {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.tp-category-city-select .swiper-slide {
  display: inline-block;
  width: auto !important;
}
.tp-category-city-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  right: 0;
  display: flex;
  gap: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-category-city-slider-nav {
    left: 0;
  }
}
.tp-category-city-slider-nav button {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  color: var(--tp-common-black);
  display: flex;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
}
.tp-category-city-slider-nav button:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}

/*----------------------------------------*/
