@charset "utf-8";
.loader-pt1 {
	margin: 30px auto;
	font-size: 10px;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	-webkit-animation: load5 1.1s infinite ease;
	animation: load5 1.1s infinite ease;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
@-webkit-keyframes load5 {
	0%,
	100% {
	  box-shadow: 0em -2.6em 0em 0em #ff6971, 1.8em -1.8em 0 0em rgba(255,105,113, 0.2), 2.5em 0em 0 0em rgba(255,105,113, 0.2), 1.75em 1.75em 0 0em rgba(255,105,113, 0.2), 0em 2.5em 0 0em rgba(255,105,113, 0.2), -1.8em 1.8em 0 0em rgba(255,105,113, 0.2), -2.6em 0em 0 0em rgba(255,105,113, 0.5), -1.8em -1.8em 0 0em rgba(255,105,113, 0.7);
	}
	12.5% {
	  box-shadow: 0em -2.6em 0em 0em rgba(255,105,113, 0.7), 1.8em -1.8em 0 0em #ff6971, 2.5em 0em 0 0em rgba(255,105,113, 0.2), 1.75em 1.75em 0 0em rgba(255,105,113, 0.2), 0em 2.5em 0 0em rgba(255,105,113, 0.2), -1.8em 1.8em 0 0em rgba(255,105,113, 0.2), -2.6em 0em 0 0em rgba(255,105,113, 0.2), -1.8em -1.8em 0 0em rgba(255,105,113, 0.5);
	}
	25% {
	  box-shadow: 0em -2.6em 0em 0em rgba(255,105,113, 0.5), 1.8em -1.8em 0 0em rgba(255,105,113, 0.7), 2.5em 0em 0 0em #ff6971, 1.75em 1.75em 0 0em rgba(255,105,113, 0.2), 0em 2.5em 0 0em rgba(255,105,113, 0.2), -1.8em 1.8em 0 0em rgba(255,105,113, 0.2), -2.6em 0em 0 0em rgba(255,105,113, 0.2), -1.8em -1.8em 0 0em rgba(255,105,113, 0.2);
	}
	37.5% {
	  box-shadow: 0em -2.6em 0em 0em rgba(255,105,113, 0.2), 1.8em -1.8em 0 0em rgba(255,105,113, 0.5), 2.5em 0em 0 0em rgba(255,105,113, 0.7), 1.75em 1.75em 0 0em #ff6971, 0em 2.5em 0 0em rgba(255,105,113, 0.2), -1.8em 1.8em 0 0em rgba(255,105,113, 0.2), -2.6em 0em 0 0em rgba(255,105,113, 0.2), -1.8em -1.8em 0 0em rgba(255,105,113, 0.2);
	}
	50% {
	  box-shadow: 0em -2.6em 0em 0em rgba(255,105,113, 0.2), 1.8em -1.8em 0 0em rgba(255,105,113, 0.2), 2.5em 0em 0 0em rgba(255,105,113, 0.5), 1.75em 1.75em 0 0em rgba(255,105,113, 0.7), 0em 2.5em 0 0em #ff6971, -1.8em 1.8em 0 0em rgba(255,105,113, 0.2), -2.6em 0em 0 0em rgba(255,105,113, 0.2), -1.8em -1.8em 0 0em rgba(255,105,113, 0.2);
	}
	62.5% {
	  box-shadow: 0em -2.6em 0em 0em rgba(255,105,113, 0.2), 1.8em -1.8em 0 0em rgba(255,105,113, 0.2), 2.5em 0em 0 0em rgba(255,105,113, 0.2), 1.75em 1.75em 0 0em rgba(255,105,113, 0.5), 0em 2.5em 0 0em rgba(255,105,113, 0.7), -1.8em 1.8em 0 0em #ff6971, -2.6em 0em 0 0em rgba(255,105,113, 0.2), -1.8em -1.8em 0 0em rgba(255,105,113, 0.2);
	}
	75% {
	  box-shadow: 0em -2.6em 0em 0em rgba(255,105,113, 0.2), 1.8em -1.8em 0 0em rgba(255,105,113, 0.2), 2.5em 0em 0 0em rgba(255,105,113, 0.2), 1.75em 1.75em 0 0em rgba(255,105,113, 0.2), 0em 2.5em 0 0em rgba(255,105,113, 0.5), -1.8em 1.8em 0 0em rgba(255,105,113, 0.7), -2.6em 0em 0 0em #ff6971, -1.8em -1.8em 0 0em rgba(255,105,113, 0.2);
	}
	87.5% {
	  box-shadow: 0em -2.6em 0em 0em rgba(255,105,113, 0.2), 1.8em -1.8em 0 0em rgba(255,105,113, 0.2), 2.5em 0em 0 0em rgba(255,105,113, 0.2), 1.75em 1.75em 0 0em rgba(255,105,113, 0.2), 0em 2.5em 0 0em rgba(255,105,113, 0.2), -1.8em 1.8em 0 0em rgba(255,105,113, 0.5), -2.6em 0em 0 0em rgba(255,105,113, 0.7), -1.8em -1.8em 0 0em #ff6971;
	}
}
.btn-primary {
    background: #0869a5 !important;
    border: 0;
}
.bg-primary {
    background: #0869a5 !important;
}
.text-primary {
    color: #0869a5 !important;
}
[data-ody-id=CruiseSearchBarSection] [data-ody-id=SearchButton] {
    background: #0869a5 !important;
}
[data-ody-id=CruiseSearchBarSection] .searchbar-advanced-search-link, [data-ody-id=CruiseSearchBarSection] .searchbar-reset-search-link {
    color: #29007d !important;
}
.btn-outline-default {
    border: none !important;
}
.extendTimerPanel .modal-dialog {
	top: 30%;
}
.btn {
	border-radius: 4px !important;
}
.page-title {
    font-size: 1.125rem;
	font-weight: 700 !important;
}
.h4, h4, .h5, h5 {
    font-size: 1.125rem !important;
}
.trip-total {
	font-size: 1.125rem !important;
	font-weight: 500 !important;
}
.cruise-lowest-prices .low-rate .low-rate-list li span {
    color: #ff6970 !important;
}
.cruise-lowest-prices .low-rate .low-rate-list li {
    border-color: #ff6970 !important;
}
.cruise-lowest-prices .low-rate {
    border-color: #ff6970 !important;
}
.cruise-lowest-prices .low-rate .low-rate span{
    font-weight: 700;
}
.lowest-sailing-price {
    border: 0;
    border-bottom: 2px solid #ff6970;
    padding: 1px 4px;
}
.cruise-location-item-inner .odi-round-trip {
    position: relative;
    left: 0px !important;
	margin-right: 0 !important;
    font-size: 1.25rem !important;
}
.cruise-features .cruise-feature-heading h2 {
	font-size: 1.063rem !important;
}
.breadcrumb .dir-ltr .ng-star-inserted,
#BreadCrumbLabel {
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.upgrade-room-box-odd .middle {
	width: calc(100% - 130px) !important;
}
[data-ody-id=CruiseSearchBarSection] {
    padding: 20px 0px;
    background: #0869a5aa;
}
.search-bar-section-collapsed {
    color: #fff;
    background: #0869a5;
}
[data-ody-id=CruiseSearchBarSection] .container-fluid.relative {
    border: none;
    border-radius: 10px;
    background: #ffffffcc;
}
[data-ody-id=CruiseSearchBarSection] label {
    opacity: 1 !important;
    font-weight: 500 !important;
}
.cruise-item-card .cruise-info-details .odi {
    font-size: 1.25rem;
}
.cruise-item-card .cruise-info-details .cruise-info-detail-item {
    margin-bottom: 4px !important;
}
.custom-payment-options .payListText {
    flex: 0 0 200px !important;
}
.payListOption .payListDate {
    flex: 0 0 190px !important;
    padding-left: 1.5rem !important;
}
.custom-payment-options .payListDesc {
    flex: 0 0 auto !important;
    padding-left: .5rem 1.5rem !important;
}
[data-ody-id="PricingFrom"] {
	width: 100% !important;
}
[data-ody-id="StateroomNumber"] {
	width: 30% !important;
}
.upgrade-room-box-odd .middle.w-100 {
	width: auto !important;
	padding: 0.75rem 0 !important;
}
.card-image .card-image-caption {
    font-size: 0.875rem !important;
}
.cruise-tax-inclusive span {
	font-size: 0.75rem;
	font-weight: 300 !important;
}
@media (min-width: 1900px) {
    .col-2x-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333% ;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media (min-width: 1440px) {
    .cruise-item .cruise-img {
        height: 214px;
    }
}
@media (min-width: 1300px) {
    .container-fluid {
        max-width: 1228px !important;
    }
}
@media (min-width: 1200px) {
    .col-xl-2 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
	.list-view .cruise-item .cruise-lowest-prices {
        width: 50% !important;
    }
    .list-view .cruise-item .cruise-prices-details {
        width: 50% !important;
    }
	[data-ody-id="ShowDatesButton"] span {
		font-size: .875rem;
	}
}
@media (min-width: 992px) {
    .list-view .cruise-item .cruise-info-details .cruise-info-detail-item {
        margin: 0 0 4px !important;
    }
}
@media (max-width: 991px) {
    .progress-stepper-arrow .checkout-steps-wrap .checkout-step .checkout-step-inner {
        font-size: 12px !important;
        padding: 20px 1px !important;
        margin: 0 1px !important;
    }
	.package-details .cruise-details-package-title {
		font-size: 1.125rem;
		color: #29007d !important;
	}
	[data-ody-id="PricingFrom"] .packageprices-whitebg .card-header {
		font-size: 1.025rem;
		font-weight: 500;
		padding: 7px !important;
	}
	.cruise-features .cruise-feature-heading h2 {
		min-height: initial;
		margin: 0;
		font-size: 1.063rem;
		font-weight: 700;
		margin-top: 30px;
	}
	.cruise-result-list li {
		font-size: .875rem !important;
	}
	[data-ody-id="ShowDatesButton"] {
		font-size: 1.125rem !important;
	}
	.breadcrumb .dir-ltr .ng-star-inserted,
	#BreadCrumbLabel {
		width: -webkit-calc(100vw - 220px);
		width: -moz-calc(100vw - 220px);
		width: calc(100vw - 220px);
	}
}
@media (max-width: 767px) {
	[data-ody-id="RateTypeSection"] {
		width: 34% !important;
	}
	.category-price-table-cell.category-price-cell-table {
		width:33%;
	}
	.category-price-table-cell.category-price-cell-table:nth-child(3) {
		display: none;
	}
	.category-price-table-cell-body {
		border-bottom: none !important;
	}
	.category-price-table-cell-header {
        align-content: center;
        height: 30px;
		padding: 0;
    }
	[data-ody-id="ShowDatesButton"] span {
		font-size: 1rem;
	}
}