.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}


.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.lsf .js-list-view.active {
  pointer-events: none;
}
.lsf__form .field {
  border: 1px solid rgba(35, 34, 34, 0.1);
  text-align: left;
  background: #fff url("../images/icons/search-i.svg") calc(100% - 15px) no-repeat;
  display: inline-block !important;
}
.lsf__form .field::-moz-placeholder {
  color: var(--text-color);
}
.lsf__form .field:-ms-input-placeholder {
  color: var(--text-color);
}
.lsf__form .field::placeholder {
  color: var(--text-color);
}
.lsf.active .expand-fileds {
  display: block;
  justify-content: center;
}

.ls__box {
  transition: box-shadow 250ms ease-in-out;
}
.ls__box:hover .btn {
  display: flex;
  z-index: 4;
}
.ls__box:hover .ls__thumb::before {
  display: block;
}
.ls__box .btn {
  display: none;
  font-size: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ls__box a:hover {
  color: #fff;
  text-decoration: none;
}
.ls__ratingbox .btn {
  border-radius: 0;
}
.ls__ratingbox a {
  color: var(--dark);
}
.ls__ratingbox figure:hover img {
  transform: scale(1.2);
}
.ls__ratingbox img {
  transition: all 0.3s;
}
.ls__thumb {
  padding-bottom: 68.3333333333%;
}
.ls__thumb::before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.ls__thumb img,
.ls__thumb picture {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.ls__rthumb {
  padding-bottom: 55.9322033898%;
}
.ls__rthumb::before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(209, 26, 57, 0.7);
  z-index: 2;
}
.ls__rthumb img,
.ls__rthumb picture {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.ls__name {
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.cb__slot-list .swiper-slide {
  width: auto;
}

.view-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}
.view-btns button {
  width: 35px;
  height: 35px;
  border-radius: 5px;
}
.view-btns button svg path {
  fill: #fff;
}
.view-btns button.active {
  background-color: #fac557;
}
.view-btns button.active svg path {
  fill: #121212;
}
.view-btns button + button {
  margin-left: 5px;
}

.btn-lslot {
  padding: 40px 10px 60px;
  flex-direction: column;
  transition: all 0s;
}
.btn-lslot:hover .rectcircle {
  fill: #FAC557;
}
.btn-lslot .fs-14 {
  color: #7E7E7E;
}
.btn-lslot svg {
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767.98px) {
  .lsf__form {
    display: none;
  }
  .active .lsf__form {
    display: block;
  }
  .ls__box {
    width: 290px;
  }
  .ls .swiper-slide {
    width: auto;
  }
  .view-btns {
    margin-top: 10px;
  }
  .btn-lslot {
    padding: 50px 10px 80px;
  }
}
@media (min-width: 992px) {
  .lsf .field {
    width: 260px;
  }
}
@media (max-width: 991.98px) {
  .lsf .expand-fileds {
    display: none;
  }
}
