/* cruises  */

#cruises {
  margin-bottom: 4rem;
}
#cruises .rlr-product-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cruises .rlr-product-card__image-wrapper {
  width: 25%;
}
#cruises .rlr-product-card__detail-wrapper.rlr-js-detail-wrapper {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.book-side {
  margin: auto;
  display: flex;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  height: 80%;
  align-items: center;
  justify-content: center;
}
.book-side .booking {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#cruises .btn-outline-primary {
  border-color: #e60000;
  color: #e60000;
}
#cruises .btn-outline-primary:hover {
  background-color: #e60000;
  color: #fff !important;
  outline: none;
  opacity: 0.9;
}
#cruises .font-size-13 {
  font-size: 13px;
}
#cruises .font-weight-bold {
  font-weight: 600;
}
#cruises .font-weight-bold:hover {
  color: #e60000;
}
#cruises .rlr-product-card__image-wrapper,
#cruises .swiper,
#cruises .swiper-wrapper,
#cruises .swiper-slide,
#cruises .rlr-product-card__image-wrapper img {
  height: 100%;
}
@media screen and (max-width: 1100px) {
  #cruises .rlr-product-card {
    display: flex;
    flex-direction: column !important ;
    justify-content: center;
    align-items: center;
  }
  #cruises .rlr-product-card__image-wrapper {
    width: 100%;
  }
  #cruises .rlr-product-card__detail-wrapper.rlr-js-detail-wrapper {
    border-left: none;

    width: 100%;
  }
  #cruises .book-side {
    height: auto;
    width: 100%;
    padding: 15px;
    border-left: none;
  }
}
