.explore-city-prev,
.explore-city-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.explore-city-prev.explore-city-disabled,
.explore-city-next.explore-city-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.explore-city-prev.explore-city-hidden,
.explore-city-next.explore-city-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .explore-city-prev,
.swiper-navigation-disabled .explore-city-next {
  display: none !important;
}

.explore-city-prev:after,
.explore-city-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.explore-city-prev,
.swiper-rtl .explore-city-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.explore-city-prev:after,
.swiper-rtl .explore-city-next:after {
  content: 'prev';
}

.explore-city-next,
.swiper-rtl .explore-city-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.explore-city-next:after,
.swiper-rtl .explore-city-prev:after {
  content: 'next';
}

.explore-city-lock {
  display: none;
}

.explore {
  background: #f6f6f6;
  padding: 50px 0;
}
.explore .explore-city-prev,
.explore .explore-city-next {
  color: #31758d;
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0px 0px 11px rgba(0, 0, 0, 0.05));
}
.explore .explore-city-prev::after,
.explore .explore-city-next::after {
  font-size: 19px;
}
.explore .explore-city-next {
  right: -21px;
}
@media (max-width: 767.98px) {
  .explore .explore-city-next {
    right: 0;
  }
}
.explore .explore-city-prev {
  left: -21px;
}
@media (max-width: 767.98px) {
  .explore .explore-city-prev {
    left: 0;
  }
}


/* Button */
.btn-wish {
  position: absolute;
  z-index: 1;
  top: 3px;
  right: 3px;
}
.btn-wish-active {
  position:absolute;
  z-index:1;
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
  color: #ffff !important;
  top: 3px;
  right: 3px;
}
.btn-wish:hover{
  transition: all.3s;
  background-color: #dc3545;
  border-color: #dc3545;
  color: #ffff !important;
}

.dropdown-item {
  font-size:14px;
}
