.block-cruises-collection .card {
  padding: 10px 10px 20px;
  position: relative;
}
.block-cruises-collection .card .cruise-notice {
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 1;
}
.block-cruises-collection .card .current-price,
.block-cruises-collection .card .original-price {
  display: none;
  margin: 0;
  color: #ce1141 !important;
  line-height: 1.5;
}
.block-cruises-collection .card .current-price em,
.block-cruises-collection .card .original-price em {
  font-style: normal;
  font-size: 17px;
  font-weight: 600;
}
.block-cruises-collection .card .current-price span,
.block-cruises-collection .card .original-price span {
  color: #6b6b6b;
}
.block-cruises-collection .card .original-price {
  font-size: 13px;
  line-height: 1;
}
.block-cruises-collection .card .all-month span {
  display: inline-block;
  line-height: 1.2;
  margin-right: 5px;
}
.block-cruises-collection .card .all-month p {
  margin: 5px 0 0;
  line-height: 1.2;
}
.block-cruises-collection .image-box {
  width: 55%;
}
.block-cruises-collection .image-box .slick-dots li {
  width: 12px !important;
  transition: all 0.3s;
  transform: scale(0.4);
}
.block-cruises-collection .image-box .slick-dots li button:before {
  color: #000 !important;
  opacity: 0.6;
}
.block-cruises-collection .image-box .slick-dots li.slick-active {
  transform: scale(0.5);
}
.block-cruises-collection .image-box .slick-dots li.slick-active button:before {
  color: #ce1141 !important;
  opacity: 1;
}
.block-cruises-collection .text-box .contents {
  display: flex;
  flex-flow: column;
  justify-content: flex-start !important;
  color: #000;
  position: relative;
}
.block-cruises-collection .text-box .contents > div ~ div {
  margin-top: 5px;
}
.block-cruises-collection .text-box .contents .subtitle {
  color: #777;
}
.block-cruises-collection .btn-blue-solid {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 2rem 0 0;
}
.block-cruises-collection .btn-left {
  right: auto;
  left: 0;
}
/*# sourceMappingURL=cruises-collection.css.map */