.brand-logo-Marcellus {
  font-family: "Marcellus SC", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
}

.brand-logo-Marcellus svg {
  height: 40px;
  height: 40px;
}

body {
  min-height: 75rem;
  padding-top: 4.5rem;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

html {
  height: -webkit-fill-available;
}

.container {
  max-width: 95%;
}

#crTopDiv {
  width: 100%;
}

#crSearchPanel {
  width: 100%;
}

.lfTopDiv>form {
  background-color: transparent;
}

.formField {
  background-color: transparent !important;
}

.lfTopDiv>form select {
  background-color: transparent !important;
}

.lfSelectCriteria select {
  font-weight: normal;
}

#crSearchPanel h2 {
  font-size: 1rem;
  text-align: center;
}

.zzPageHeader {
  padding: 20px 0;
}

.zzPageHeader img {
  float: none;
}

.zzPageTitle {
  margin-top: 5px;
  margin-bottom: 7px;
  font-size: 1rem;
}

#crMainBody {
  margin-left: 0;
  max-width: 100%;
}

#crHeader2 {
  font-size: .75rem;
  margin: 0;
}

#crCruiseListing {
  margin: 0;
}

#crCruiseListings {
  width: 100%;
  max-width: 100%;
}

.crShipImage {
  float: none;
}

div.crCruiseBox {
  margin-left: 0;
}

.crCruiseListing {
  padding: 0;
}

.crShipImage {
  margin: 0;
}


.crBonusOffers .zzSelectButton {
  margin: 0 10px 10px 0;
}


.crBonusOffers h4,
.crBonusOffers ul {
  display: none;
}

@media (max-width: 992px) {
  .row-cols-1>* {
    flex: 0 0 auto;
    width: 98%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-2>* {
    flex: 0 0 auto;
    width: 48%;
  }
}


@media (min-width: 1200px) {
  .row-cols-xl-3>* {
    flex: 0 0 auto;
    width: 32%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xxl-4>* {
    flex: 0 0 auto;
    width: 24%;
  }
}

.crShipImage img.vlogo {
  float: left;
  margin: 10px;

  width: 50%;
}

div.crCruiseBox {
  margin: 10px;
}

.currency {
  font-size: 70%;
}

.crCruiseListing {
  cursor: pointer;
}

.crCruiseListing:hover {
  background-color: #f0f0f0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

.crCompareLink {
  text-align: left;
  width: 40%;
  margin-top: 5px;
}

.crCompareLink {
  font-size: 1rem;
}

.crCompareLink a {
  font-size: 1.2rem !important;
}

.bodymovinanim svg{
  height: 60px !important;
  width: 60px !important;
}

.bodymovinanim {
  margin-bottom: 30px;
  cursor: pointer;
  height: 60px;
  width: 60px !important;
}

.carousel-control-prev, .carousel-control-next  {
  width: 9%;
}