.asterio-results {
  position: relative;
  padding: 45px 0px;
  background-color: var(--grey-light);
}

@media screen and (min-width: 1280px) {
  .asterio-results {
    padding: 93px 80px;
  }
}

.asterio-results #titleResults {
  font-family: var(--aleo);
  font-weight: 700;
  line-height: 120%;
  margin: 0 0 20px 0;
  font-size: 1.5rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .asterio-results #titleResults {
    font-size: 2.5rem;
  }
}

.asterio-results #results {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.asterio-results .cards.results {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  row-gap: 40px;
}

@media screen and (min-width: 768px) {
  .asterio-results .cards.results {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1024px) {
  .asterio-results .cards.results {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.asterio-results .cards.results .resultbox {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.rb-image .carousel {
  position: relative;
}

.carousel-control-prev .sr-only,
.carousel-control-next .sr-only {
  display: none;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-control-prev {
  left: 6px;
}

.carousel-control-next {
  right: 6px;
}

.carousel-control-prev::before {
  background: white;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  -webkit-mask: url("../images/icon-arrow-prev.svg") no-repeat center;
  mask: url("../images/icon-arrow-prev.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.carousel-control-next::before {
  background: white;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  -webkit-mask: url("../images/icon-arrow-next.svg") no-repeat center;
  mask: url("../images/icon-arrow-next.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.carousel-indicators {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6px;
  display: flex;
  gap: 10px;
  z-index: 1;
}

.carousel-indicators li {
  height: 4px;
  width: 20px;
  display: block;
  background: white;
  opacity: 0.4;
  transition: all 0.6s;
}

.carousel-indicators li.active {
  opacity: 1;
}

.asterio-results .cards.results .resultbox .carousel-inner {
  height: 360px !important;
  overflow: hidden;
  position: relative;
}

.asterio-results .cards.results .resultbox .carousel-inner .carousel-item {
  height: 100% !important;
  width: 100%;
  flex-shrink: 0;
  opacity: 0;
  transition: all 0.6s;
  position: absolute;
  left: 0;
  top: 0;
}

.asterio-results
  .cards.results
  .resultbox
  .carousel-inner
  .carousel-item.active {
  opacity: 1;
}

.asterio-results .cards.results .resultbox .carousel-inner .carousel-item img {
  -o-object-fit: cover !important;
  object-fit: cover !important;
  width: 100%;
  height: 100%;
}

.asterio-results .cards.results .resultbox .feature-detail {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.asterio-results .cards.results .resultbox .feature-detail .book-title {
  /* margin-bottom: 16px; */
  font-family: var(--inter);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.asterio-results .cards.results .resultbox .feature-detail .rb-propal {
  display: flex !important;
  flex-direction: column;
  gap: 8px;
  color: var(--black) !important;
  font-family: var(--inter) !important;
  letter-spacing: 0;
  line-height: 160%;
}

.asterio-results .cards.results .resultbox .feature-detail .rb-propal .price-without-reduction {
  text-decoration: line-through;
}

/* .asterio-results
  .cards.results
  .resultbox
  .feature-detail
  .rb-propal
  .action-loc {
  display: flex !important;
  justify-content: flex-end;
} */

.asterio-results
  .cards.results
  .resultbox
  .feature-detail
  .rb-propal
  .action-loc
  .add-to-cart {
  display: flex;
  padding: 9px 18px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  font-size: 1rem;
  font-family: inherit !important;
  background-color: var(--green-dark) !important;
  border: 2px solid var(--green-dark);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.asterio-results
  .cards.results
  .resultbox
  .feature-detail
  .rb-propal
  .action-loc
  .add-to-cart
  span {
  display: flex;
  color: var(--white);
  text-align: center;
  font-family: inherit !important;
  font-size: 1rem;
  font-style: normal;
  line-height: 150%;
  text-transform: capitalize;
}

.asterio-results .asterio-search {
  position: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  background-color: var(--green-light);
  padding: 16px 0;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  min-height: 104px;
  z-index: 10000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

@media screen and (min-width: 1024px) {
  .asterio-results .asterio-search {
    flex-direction: row;
    position: absolute;
    left: 0;
    right: 0;
    top: -52px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0;
    padding: 16px 32px;
    border-radius: 56px;
    -webkit-border-radius: 56px;
    -moz-border-radius: 56px;
    -ms-border-radius: 56px;
    -o-border-radius: 56px;
  }
}

/* .asterio-results .result-content {
  padding-top: 0;
}

@media screen and (min-width: 1024px) {
  .asterio-results .result-content {
    padding-top: 52px;
  }
} */

.asterio-results .asterio-search label {
  /* display: none; */
  margin: 0 !important;
  font-family: inherit !important;
  font-size: 1rem !important;
  color: var(--green-dark);
  text-transform: uppercase;
}

.asterio-results .asterio-search label span {
  text-transform: uppercase;
}

.asterio-results .asterio-search .ast-form-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
}

.asterio-results .asterio-search .ast-form-control {
  width: 100%;
  background-color: var(--white);
  box-shadow: none;
  border-bottom: none;
  padding: 5px 16px !important;
  text-align: center;
  cursor: pointer;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
}

.asterio-results
  .asterio-search
  .ast-form-control.ast-form-group-focused
  .ast-form-control {
  border-bottom: none;
}

.asterio-results .asterio-search .ast-form-control:hover {
  border-bottom: none;
}

.asterio-results .asterio-search #categoryChoice .selectionCateroryWrapper {
  width: 360px;
}

/* .asterio-results .asterio-search #categoryChoice .multi-select-container {
  width: 100%;
  font-size: 1rem;
  font-family: inherit !important;
  background-color: var(--white);
  padding: 9px 16px !important;
  cursor: pointer;
  border-bottom: none;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
} */

.asterio-results .asterio-search #categoryChoice .multi-select-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  font-family: inherit !important;
  background-color: var(--white);
  padding: 9px 16px !important;
  cursor: pointer;
  border-bottom: none;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
}

@media screen and (min-width: 590px) {
  .asterio-results .asterio-search #categoryChoice .multi-select-container {
    width: 100%;
  }
}

.asterio-results .asterio-search #categoryChoice .multi-select-container span {
  cursor: pointer;
}

.asterio-results
  .asterio-search
  #categoryChoice
  .multi-select-container
  .multi-select-menu
  .multi-select-container-header-left
  .btn::before {
  content: none;
}

.asterio-results
  .asterio-search
  #categoryChoice
  .multi-select-container
  .multi-select-menu
  .multi-select-container-header-left
  .btn
  .btn-text::before,
.asterio-results
  .asterio-search
  #categoryChoice
  .multi-select-container
  .multi-select-menu
  .multi-select-container-header-left
  .btn
  .btn-text::after {
  content: none;
}

.asterio-results
  .asterio-search
  #categoryChoice
  .multi-select-container
  .multi-select-menu
  .multi-select-menuitems
  label {
  margin: 8px 0 !important;
  font-size: 14px !important;
  line-height: normal;
}

/* .asterio-results .asterio-search #datepicker .searchDateForm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
} */

.asterio-results .asterio-search #datepicker .searchDateForm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

@media screen and (min-width: 590px) {
  .asterio-results .asterio-search #datepicker .searchDateForm {
    flex-direction: row;
  }
}

.asterio-results
  .asterio-search
  #datepicker
  .searchDateForm
  input[type="text"] {
  width: 150px;
}

.asterio-results
  .asterio-search
  #datepicker
  .searchDateForm
  input[type="text"]:hover {
  border-bottom: none;
}

/* .asterio-results .asterio-search #datepicker .searchDateForm button.search {
  display: flex;
  padding: 18px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  font-size: 1rem;
  font-family: inherit !important;
  background-color: var(--green-dark) !important;
  border-radius: 8px 40px 40px 8px;
  -webkit-border-radius: 8px 40px 40px 8px;
  -moz-border-radius: 8px 40px 40px 8px;
  -ms-border-radius: 8px 40px 40px 8px;
  -o-border-radius: 8px 40px 40px 8px;
} */

.asterio-results .asterio-search #datepicker .searchDateForm button.search {
  display: flex;
  padding: 18px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  font-size: 1rem;
  font-family: inherit !important;
  background-color: var(--green-dark) !important;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

@media screen and (min-width: 590px) {
  .asterio-results .asterio-search #datepicker .searchDateForm button.search {
    border-radius: 8px 40px 40px 8px;
    -webkit-border-radius: 8px 40px 40px 8px;
    -moz-border-radius: 8px 40px 40px 8px;
    -ms-border-radius: 8px 40px 40px 8px;
    -o-border-radius: 8px 40px 40px 8px;
  }
}

.asterio-results
  .asterio-search
  #datepicker
  .searchDateForm
  button.search
  span {
  display: flex;
  color: var(--white);
  text-align: center;
  font-family: inherit !important;
  font-size: 1rem;
  font-style: normal;
  line-height: 150%;
  text-transform: capitalize;
}

.asterio-results #booking-datepicker {
  position: relative;
  width: 100%;
}

.asterio-results #booking-datepicker .datepicker-custom-dialog.show-on-click {
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  z-index: 10000;
}

@media screen and (min-width: 590px) {
  .asterio-results #booking-datepicker .datepicker-custom-dialog.show-on-click {
    top: 60px !important;
  }
}

.asterio-results .rb-features {
  display: flex;
  gap: 8px;
}

/**
* No result
*/
.asterio-results.no-results {
  /* position: unset; */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  background-color: transparent;
}

.asterio-results.no-results h3 {
  margin-bottom: 2rem;
}

.asterio-results.no-results .asterio-search {
  position: relative;
  top: 0;
}

/* SLIDER */
