/*
==========================================================================
GENERAL STYLES
==========================================================================
*/

.row__two_col {
    display: flex;
    flex-direction: column;
    gap:1.5rem;
}

.row__two_col .col{
    width:100%;
}

.section__title {
    font-family: var(--secondary-font);
    color: var(--blue);
}

.image__wrapper {
	position: relative;
	width: 100%;
	min-height: 200px;
	height: auto;
	overflow: hidden;
	border-radius: 8px;
  }
  
  .img__cover {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 8px;
  }

  .bg-white {
	background-color: var(--white);
  }

  .bg__img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*
==========================================================================
PROGRESS LINE
==========================================================================
*/

.checkout-progressline {
    margin-left: 15px;
    margin-right: 10px;
    margin-bottom: 60px;
}

.checkout-progressline ul {
    display: flex;
    justify-content: space-between;
}

.checkout-progressline ul li {
    display: flex;
    align-items: center;
    width: 20%;
    position: relative;
    margin: 0 5px;
}

.checkout-progressline ul li span {
    max-width: 148px;
    padding-top: 10px;
    padding-bottom: 10px;
    font: normal normal bold 14px/16px 'Poppins';
}

.checkout-progressline i {
    color: var(--gray);
    padding: 5px;
    margin-right: 6px;
    width: 35px;
	min-width: 35px;
    height: 35px;
	min-height:35px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    z-index: 9;
}

.checkout-progressline ul li .progressline,
.checkout-progressline ul li .progressline a {
    color: #444444;
	display: flex;
    width: 100%;
    height: 66px;
    position: relative;
    align-items: center;
}

.checkout-progressline ul li.active .progressline,
.checkout-progressline ul li.active .progressline a {
    color: #fff;
}

.checkout-progressline ul li div.skew {
    flex-wrap: wrap;
    position: absolute;
    z-index: -1;
    left: 1px;
    right: 1px;
    top: 0;
    bottom: 0;
}

.checkout-progressline ul li div.skew-top,
.checkout-progressline ul li div.skew-bottom {
    background-color: #E0E0E0;
    height: 50%;
    border-right: 2px white solid;
    position: relative;
}

/*.checkout-progressline ul li:hover div.skew-top,
.checkout-progressline ul li:hover div.skew-bottom {
    background-color: var(--hgray);
}*/

.checkout-progressline ul li div.skew-top {
    transform: skewX(28deg);
}

.checkout-progressline ul li:first-child div.skew-top {
    border-top-left-radius: 12px;
}

.checkout-progressline ul li:last-child div.skew-top {
    border-top-right-radius: 12px;
}

.checkout-progressline ul li div.skew-bottom {
    transform: skewX(-28deg);
    bottom: 1px;
}

.checkout-progressline ul li:first-child div.skew-bottom {
    border-bottom-left-radius: 12px;
}

.checkout-progressline ul li:last-child div.skew-bottom {
    border-bottom-right-radius: 12px;
}

.checkout-progressline ul li.done:first-child div.skew-top,
.checkout-progressline ul li.done:first-child div.skew-bottom,
.checkout-progressline ul li.done div.skew-top,
.checkout-progressline ul li.done div.skew-bottom {
    background-color: #E0E0E0;
}

/*.checkout-progressline ul li.done:hover div.skew-top,
.checkout-progressline ul li.done:hover div.skew-bottom {
    background-color: var(--hblue);
}*/

.checkout-progressline ul li.active div.skew-top,
.checkout-progressline ul li.active div.skew-bottom {
    background-color: var(--blue);
    border-color: var(--blue);
}

.checkout-progressline ul li.active:hover div.skew-top,
.checkout-progressline ul li.active:hover div.skew-bottom {
    background-color: var(--blue);
}

.checkout-progressline ul li.done i {
    color: #444444;
}

.checkout-progressline ul li.active i {
    color: var(--blue);
}

.checkout-progressline ul li:first-child:after {
    content: '';
    width: 30px;
    height: 65px;
    display: block;
    background-color: var(--dark_blue);
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 1px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.checkout-progressline ul li.active:first-child:after {
    background-color: var(--blue);
}


/*-- last-child --*/

.checkout-progressline ul li:last-child:after {
    content: '';
    width: 30px;
    height: 65px;
    display: block;
    background-color: #E0E0E0;
    position: absolute;
    right: -10px;
    top: 0;
    bottom: .9px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

/*.checkout-progressline ul li:hover:last-child:after {
    background-color: var(--hgray);
}*/

.checkout-progressline ul li.done:last-child:after,
.checkout-progressline ul li.done:after {
    background-color: #E0E0E0;
}



.checkout-progressline ul li.active:last-child:after {
    background-color: var(--blue);
}


/*
==========================================================================
PRODUCT PAGE
==========================================================================
*/

#header-container.bg-white nav a {
	color: var(--text);
}

#header-container.bg-white nav a:hover {
	color: var(--blue);
}

.dtmg__header {
	position: relative;
}

.dtmg__header.product__page {
	min-height: 460px;
	max-height:460px;
	display: flex;
	align-items: center;
}

.dtmg__header.product__page .section__title {
	color: var(--white);
}

.dtmg__header::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgb(18, 64, 129);
	background: -moz-linear-gradient(180deg, rgba(18, 64, 129, 1) 0%, rgba(9, 9, 121, 0.31866684173669464) 37%, rgba(12, 113, 190, 0.7273503151260504) 100%);
	background: -webkit-linear-gradient(180deg, rgba(18, 64, 129, 1) 0%, rgba(9, 9, 121, 0.31866684173669464) 37%, rgba(12, 113, 190, 0.7273503151260504) 100%);
	background: linear-gradient(180deg, rgba(18, 64, 129, 1) 0%, rgba(9, 9, 121, 0.31866684173669464) 37%, rgba(12, 113, 190, 0.7273503151260504) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#124081", endColorstr="#0c71be", GradientType=1);
}

.dtmg__header .inner {
	position: relative;
	z-index: 99;
	color: var(--white);
	text-align: left;
	padding: 30px 1.5rem;
}

.dtmg__header h2.section__title {
	font-size: var(--biggest-font-size);
	line-height: 1.2;
	max-width: 80%;
}

.cruise__card h3 {
	text-transform: none;
	font-weight: 600;
}

.ccard {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.ccard__img .ship-slideshow {
	border-radius: 6px;
	overflow: hidden;
}

.ccard__info {
	font-family: var(--body-font);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex:1;
}

.ccard__details .list__wrapper {
    position: relative;
}

.ccard__details .list__wrapper .cruiseline-thumbnail{
    position: absolute;
    right:20px;
    top:6px;
}

.ccard__details li {
	display: flex;
	gap: 1rem;
	padding: 6px 0;
}

.ccard__details li>i {
	padding-top: 5px;
	color: var(--blue);
}

.ccard__price {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap:1rem;
}

.price__item h3 {
    font-size: var(--h2-font-size);
    color: var(--blue);
    margin:0;
}
.price__item h4 {
    font-size: var(--small-font-size);
    color: #757575;
    font-weight: normal;
    margin:0;
}

.price__item sub {
    color: #757575;
    font-size: var(--small-font-size);
}

.ccard__price h2 {
	color: var(--blue);
	font-weight: 600;
	font-family: var(--body-font);
}

.ccard__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
    margin-top: 32px;
}

.ccard__cta .dtmg__btn {
	min-height: 44px;
}

.book__btn .dtmg__btn {
	min-height: 58px;
}

.enquire__btn,
.share__btn,
.addtoany_list {
	display: block;
	width: calc(50% - 0.5rem);
}
.share__btn a,
a.addtoany_share,
a.a2a_dd {
	display: block;
}

.book__btn {
	width: 100%;
	display: block;
}

.ccard .ship-slideshow {
	height: 262px;
	width: 100%;
}

.ccard .ship-slideshow .slide {
	height: 262px;
}

#section__tab {
	display: none;
}

#section__tab--mobile {
    display: block;
}

@media screen and (min-width: 576px) {}

@media screen and (min-width: 768px) {
	.ccard__img {
		width: calc((100% - 50%) - 0.5rem);
	}

	.ccard {
		flex-direction: row;
	}

	.ccard .ship-slideshow {
		height: 460px;
		width: 100%;
	}

	.ccard .ship-slideshow .slide {
		height: 460px;
	}
}

@media screen and (min-width: 992px) {
	.ccard__img {
		width: calc((100% - 40%) - 0.5rem);
	}

	.dtmg__header .inner {
		margin: 30px auto;
	}

	.dtmg__header .section-breadcrumbs .inner {
		margin:0 auto;
		padding:0 1.5rem;
	}
}

/*
==========================================================================
ENQUIRE
==========================================================================
*/

.enquire__form__wrapper {
	width: 100%;
	max-width: 680px;
	border: 1px solid #cfcfcf;
	border-radius: 20px;
	margin: 3.5rem auto;
	padding: 2rem;
}

.cruise-preview ul {
	list-style: none;
}

.cruise-preview ul li {
	margin: 8px 0;
	padding: 0;
}

.cruise-preview ul li:first-of-type {
	margin: 0;
}

.form__card {
	display: flex;
	flex-direction: column;
}

.form__header hgroup,
.form__cruise__info {
	display: flex;
	gap: 2rem;
}

.form__cruise__info {
	flex-direction: column;
}

.form__header hgroup {
	justify-content: space-between;
	align-items: center;
}

.form__header span.close {
	display: flex;
	width: 44px;
	height: 44px;
	background-color: var(--blue);
	color: white;
	align-items: center;
	border-radius: 4px;
	justify-content: center;
	flex: 0 0 auto;
}

.form__card_title {
	font-size: 32px;
	font-weight: 600;
	font-family: var(--secondary-font);
	color: var(--blue);
	font-weight: 600;
}

.form__card_subtitle {
	color: var(--blue);
	font-weight: 600;
	font-size: 20px;
}

.form__cruise__info .image__wrapper::before {
	display: none;
}

.form__cruise__info .image__wrapper {
	width: 100%;
	max-width: 360px;
	height: 200px;
	min-height: initial;
}

.form__info_details {
	font-family: var(--secondary-font);
}

.form__info_details .details__item {
	display: flex;
	gap: .5rem;
	align-items: flex-start;
}

.cruise-preview,
.cruise-form {
	width: 100%;
}

#cruise-enquiry .details__item i {
    color: var(--blue);
    display: inline-block;
    width: 16px;
    margin-top: 4px;
}
#cruise-enquiry .details__item {
	font-family: var(--body-font);
}

@media screen and (min-width: 768px) {
	.form__cruise__info {
		flex-direction: row;
	}
	.form__cruise__info .image__wrapper {
		width: 190px;
		height: 142px;
	}
}

/*Thank you popup*/
#enquiry__thank_you.open .thank__you_popup {
    top: 0;
}
#enquiry__thank_you.open {
    opacity: 1;
    visibility: visible;
}

#enquiry__thank_you {
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all .3s;
}


#enquiry__thank_you .thank__you_popup {
    position: relative;
    top: -30px;
    background: #fff;
    width: 90%;
    max-width: 680px;
    max-height: 90%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: top .3s;
    border-radius: 8px;
}
#enquiry__thank_you .thank__you_popup .close {
    position: absolute;
    right: 40px;
    top: 40px;
    display: flex;
    width: 44px;
    height: 44px;
    background-color: var(--blue);
    color: white;
    align-items: center;
    border-radius: 4px;
    border: 1px solid rgba(239, 239, 239, 0.487);
    justify-content: center;
    flex: 0 0 auto;
    z-index: 20;
    cursor: pointer;
}
#enquiry__thank_you .thank__you_popup .image__wrapper {
    border-radius: 8px 8px 0 0;
    min-height: 200px;
    max-height: 260px;
}
#enquiry__thank_you .thank__you_popup .image__wrapper::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: block;
    background: linear-gradient(to bottom, rgba(2, 2, 2, 0) 0%, rgba(31, 31, 31, 0.7) 78%, #1e1e1d 100%);
    z-index: 10;
}
#enquiry__thank_you .thank__you_popup .image__wrapper h2 {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    color: var(--white);
    z-index: 10;
    font-size: var(--biggest-font-size);
}
#enquiry__thank_you .popup__body {
    padding: 40px;
}
#enquiry__thank_you .popup__body h2 {
    font-size: var(--h2-font-size);
    font-weight: 600;
}

/*
==========================================================================
MAP
==========================================================================
*/

.map__section hgroup {
    margin-bottom:20px;
}
.leaflet-marker-pane {
    counter-reset: days;
}
#cruise-map .map-marker {
    counter-increment: days;
    position: relative;
}
#cruise-map .map-marker i {
    color: var(--blue);
}
#cruise-map .map-marker::before {
    content: counter(days);
    position: absolute;
    top: -5px;
    font-size: 14px;
    text-align: center;
    right: -10px;
    background-color: #fff;
    padding: 5px 5px;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    line-height: 1;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*
==========================================================================
CABINS
==========================================================================
*/

.single-cruises .cabins-list button.slick-prev,
.single-cruises .cabins-list button.slick-next {
    top: -40px;
    left: unset;
}

.single-cruises .cabins-list button.slick-prev {
    right: 70px;
}

.single-cruises .cabins-list button.slick-prev:before,
.single-cruises .cabins-list button.slick-next:before {
    width: 40px;
    height: 40px;
    border: 1px solid var(--ca-grey-5);
    transition: background-color 0.3s;
}

.single-cruises .cabins-list button.slick-prev:hover,
.single-cruises .cabins-list button.slick-next:hover {
    opacity: 1;
}

.single-cruises .cabins-list button.slick-prev:hover:before,
.single-cruises .cabins-list button.slick-next:hover:before {
    background-color: var(--ca-grey-5);
    border-color: var(--ca-grey);
}

.section__cabins .cabins__list--item {
    margin: 0 12px;
}

.section__cabins h3.cabin__title {
    margin: 20px 0 0 0;
    font-family: var(--secondary-font);
    font-size: var(--h2-font-size);
    text-transform: capitalize;
    font-weight: 600;
    color: var(--blue);
}

.section__cabins .cabin__img {
    border-radius: 12px;
    height: 206px;
    overflow: hidden;
}

.section__cabins .cabin__img img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section__cabins .cabin__description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	margin: 16px 0;
}

.section__cabins span.card-cabin-button-more,
.section__cabins span.card-cabin-button-less {
	font-weight: 700;
	color: var(--blue);
	outline: none;
}

.section__cabins .cabin__description.active {
    display: block;
}

.section__cabins .cabin__description.active+.button-more {
    display: none;
}

.section__cabins .cabin__description.active+.button-more+.button-less {
    display: block;
}

.single-cruises .section-breadcrumbs {
    margin: 0;
}
.section__cabins .button-less {display: none;}
.section__cabins .cabins .cabin-card-description.active {
    display: block;
}

.section__cabins .cabin-card-description.active+.button-more {
    display: none;
}

.section__cabins .cabin-card-description.active+.button-more+.button-less {
    display: block;
}

.section__cabins .cabin__slider_controls {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap:1rem;
	margin: 0 auto;
	width: 98%;
}

.section__cabins .cabin__slider_controls button {
	width: 40px;
    height: 40px;
    border-radius: 30px;
    background-color: var(--blue);
    color: var(--white);
}
/*
==========================================================================
SIMILAR CRUISES
==========================================================================
*/
.similar__cruises .section__footnote {
	margin: 20px 0 30px;
}
.similar-cruises-list {
    margin: 35px 0 0 0;
    background-color: var(--white);
}

.similar-cruises-list-header {
    display: none;
}
.similar-cruises-list-item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    border-bottom: 1px solid #E0E0E0;
	padding:10px 15px;
}

.similar-cruises-list-item {
    padding: 23px 0;
    padding:32px;
}

.similar-cruises-list-item:hover {
    background: #f3f3f3;
}

.similar-cruises-list-item div:last-child {
    /* padding: 0 15px 0 0; */
    display: flex;
    justify-content: space-between;
}

.similar-cruises-list-item div:last-child a.similar-cruises-price-link {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    background: var(--white);
}

.similar-cruises-list-item div:last-child a.similar-cruises-price-link:hover {
    border: 1px solid var(--ca-grey);
}

.similar-cruises-list-item div:last-child i {
    font-size: 10px;
    color: var(--ca-black-light);
}


.similar-cruises-list .similar-cruises-list-item:last-child {
    border-bottom: 1px solid #E0E0E0;
}

.similar-cruises-list-item div:nth-child(3) span:nth-child(2),
.similar-cruises-list-item div:nth-child(3) span:nth-child(3),
.similar-cruises-list-item div:nth-child(3) span:nth-child(4) {
    display: none;
}

.similar-cruises-list-item div:nth-child(4)  {
    margin: 0 0 0 10px;
}

.similar-cruises-list-item div:nth-child(4) span:first-child {
    margin: 0 10px 0 0;
}

.similar-cruises-list-item .similar-cruises-item-duration span:last-child {
    display: none;
}

.similar-cruises-price-info span {
    font: normal normal bold 18px/22px var(--body-font);
    letter-spacing: -0.36px;
    color: var(--ca-black-light);
}

.similar-cruises-price-info span:last-child {
    font: normal normal normal 14px/16px var(--body-font);
    color: var(--grey);
}

.similar-cruises p:last-child {
    margin: 10px 0 0 0;
    text-align: left;
    font: normal normal normal 14px/16px var(--body-font);
    color: var(--ca-grey);
}

.similar-cruises-price-info .price__item {
	flex-direction: column;
}

/*
==========================================================================
ITINERARY TABLE
==========================================================================
*/
.itinerary__container {
	font-family: var(--body-font);
}

.itinerary__container h2.section__title {
	font-weight: 600;
	font-family: var(--body-font);
}

.itinerary__container .content__wrapper {
	border: 1px solid #efefef;
    background-color: var(--white);
	border-radius: 6px;
}

.img__cover {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

.flex__header {
	display: none;
}

.row__wrapper {
	padding: 0 20px;
}

.flex__row {
	display: flex;
	gap: 1rem;
	padding: 20px 0;
}

.flex__table .flex__row,
.flex__table .flex__header {
	min-height: 100px;
	align-items: center;
}

.flex__header {
	background-color: var(--blue);
	color: var(--white);
	border-radius: 6px 6px 0 0;
	border: 1px solid var(--blue);
}

.flex__row {
	border-bottom: 1px solid #efefef;
	/* flex-direction: column; */
	flex-direction: row;
	flex-wrap: wrap;
}

.row__wrapper:last-child .flex__row {
	border-bottom: none;
}

.flex__row--cta {
	flex-direction: row;
	border-bottom: 0;
	padding: 20px 0;
}

.flex__row--expanded {
	flex-direction: column;
}

.header__item {
	display: flex;
    flex-direction: row;
	gap: .5rem;
    font-size: var(--normal-font-size);
}

.header__item--info,
.header__item--date,
.header__item--port {
	width: 100%;
}

.header__item--depart,
.header__item--arrive {
	width: 46%;
}


.header__item--info {
	/* order: 1; */
	/* text-align: center; */
	display: none;
	/* justify-content: center; */
}

.header__item--info span {
	/* padding: 12px 18px; */
	color: var(--text);
	/* display: block; */
	width: 100%;
	text-align: center;
}

.header__item--info i {
	color: var(--blue);
}

.header__item.toggle-summary {
	margin: 0;
	padding: 0;
}

.header__item--port-desc {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.row__img {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
	border-radius: 6px;
	display: block;
}

.info__desc {
	line-height: 1.5;
}

.header__item--day {
	display: none;
}

.header__item--date {
	position: relative;
}

.mob-label-info {
	position: absolute;
	right: 0;
	bottom: 3px;
	color: var(--blue);
}

.header__item--label {
    font-weight: 700;
    font-size: var(--normal-font-size);
}

/*
==========================================================================
PASSENGERS & DATES
==========================================================================
*/

.pcard__body {
	display: flex;
	flex-direction: column;
	gap:1rem;
}

.pcard__content {
	display: flex;
    flex-direction: column;
	gap:1.5rem;
}

.pcard__data h2 {
	font-family: var(--secondary-font);
	color: var(--blue);
}

.pcard__data i,
.info-basket-item i {
	color: var(--blue);
	margin-top: 4px;
}

.pcard__data ul.pcard__data_row {
	display: flex;
	column-gap: 1.5rem;
	row-gap:0.5rem;
	flex-wrap: wrap;
	margin-bottom: 0.5rem;
}

.pcard__data .item__wrapper,
.info-basket-item {
    display: flex;
    gap: 0.5rem;
}

.pcard__footer {
	display: flex;
	flex-direction: column;
	gap:1rem;
	margin-top: auto;
}

.pcard__footer .pcard__footer_data {
	display: flex;
	align-items: center;
	gap:.5rem;
	justify-content: space-between;
	flex:1;
}

.pcard__footer .pcard__footer_data hgroup {
	display: flex;
	column-gap: .5rem;
	align-items: flex-end;
}

.pcard__footer .pcard__footer_data hgroup h2 {
	line-height: 1;
	color: var(--blue);
	font-weight: 700;
}

.pcard__footer .pcard__footer_data hgroup h5,
.pcard__footer .pcard__footer_data hgroup span {
	margin:0;
	font-size: var(--small-font-size);
}

.pcard__footer .cruiseline__logo {
    max-width: 162px;
    height: auto;
	display: block;
}
.pcard__footer .pcard__next-step button {
	width: 100%;
}

@media screen and (min-width: 768px) {
.pcard__body {
    flex-direction: row;
    border-radius: 6px;
    padding: 0;
}
.pcard__footer {
	flex-direction: row;
}
}
/*=============== STEPPER ===============*/
.range-list {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.stepper-inputs,
.stepper-input,
.stepper-inputs-hotel,
.stepper-input-hotel
 {
  position: relative;
  width: 162px;
  height: 60px;
  /* margin: 0 0 0 30px; */
  overflow: hidden;
}

.stepper-inputsss input,
.stepper-inputss input,
.stepper-inputs input,
.stepper-input input,
.stepper-inputs-hotel input,
.stepper-input-hotel input {
  display: none;
}

.stepper-inputsss .input,
.stepper-inputss .input,
.stepper-inputs .input,
.stepper-input .input,
.stepper-inputs-hotel .input,
.stepper-input-hotel .input {
  width: 100%;
  height: 100%;
  display: flex;
}

.stepper-inputsss button,
.stepper-inputss button,
.stepper-inputs .input button,
.stepper-input .input button,
.stepper-inputs-hotel .input button,
.stepper-input-hotel .input button {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin: 14px 10px;
  border-radius: 50%;
  background: var(--white);
  border:1px solid var(--blue);
  color: var(--blue);
  font-size: 18px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}

.stepper-inputsss button:hover,
.stepper-inputss button:hover,
.stepper-inputs .input button:hover,
.stepper-input .input button:hover,
.stepper-inputs-hotel .input button:hover,
.stepper-input-hotel .input button:hover {
  background: var(--blue);
  color: var(--white);
}

.stepper-inputsss .input .range,
.stepper-inputss .input .range,
.stepper-inputs .input .range,
.stepper-input .input .range,
.stepper-inputs-hotel .input .range,
.stepper-input-hotel .input .range {
  flex: 1;
  text-align: center;
  overflow: hidden;
}

.stepper-inputsss .step-label,
.stepper-inputss .step-label,
.stepper-inputs .step-label,
.stepper-input .step-label,
.stepper-inputs-hotel .step-label,
.stepper-input-hotel .step-label {
    font-size: 11px;
    font-weight: bold;
	color: #757575;
	display: block;

}

.stepper-inputsss .input .range .list span,
.stepper-inputss .input .range .list span,
.stepper-inputs .input .range .list span,
.stepper-input .input .range .list span,
.stepper-inputs-hotel .input .range .list span,
.stepper-input-hotel .input .range .list span {
  display: block;
  width: 100%;
  height: 80px;
  color: var(--text);
  font-size: 20px;
  font-weight: 700;
  line-height: 60px;
}

.form__buttons {
  display: flex;
  justify-content: space-between;
  gap:1rem;
}

.flex-start {
 margin-right: auto;
}
.flex-end {
  margin-left: auto;
}

.next-step-container {
  margin-top: 100px;
}

.next-step-container:not(.dtmg__section) {
  display: flex;
  justify-content: space-between;
}

button.prev-step,
button.next-step {
  min-height: 58px;
  min-width:120px;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  font-weight: 600;
}

.progressline span {
  display: none;
}

/*=============== PASSENGERS ===============*/

.passengers__header {
	position: relative;
  }
  
  .passengers__wrapper {
	display: flex;
	flex-direction: column;
	gap: 1rem;
  }
  
  .passengers__wrapper hgroup {
	margin-bottom: 32px;
  }
  
  .passengers__wrapper h2 {
	font-family: var(--secondary-font);
	color: var(--blue);
	line-height: 1.2;
  }

  .block__desc,
  .block__passengers {
	flex: 1;
  }
  
  .block__desc h2 {
	line-height: 1.2;
	font-weight: 600;
  }
  
  /* .block__passengers {
	border: 1px solid #E0E0E0;
	border-radius: 8px;
	padding: 16px;
  } */

  .block__passengers .passengers__data {
	display: flex;
	flex-direction: column;
	gap:2rem;
  }
  
  .passengers__data h2 {
	font-style: normal;
	font-family: var(--body-font);
	color: var(--text);
  }
  
  .data__adults h2,
  .data__children h2 {
	font-size: var(--small-font-size);
	font-weight: 600;
	margin-bottom: 0;
  }
  
  .data__children {
	/* margin-top: 20px; */
  }
  
  .data__adults,
  .data__children {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: 100%;
  }
  
  .block__passengers hgroup {
	margin: 0;
  }
  
  .child-age {
	display: flex;
	gap: 1rem;
	flex-direction: column;
  }
  
  .child-age h5 {
	margin: 0;
  }
  
  .child-age .nice-select {
	width: 100%;
	max-width: 100%;
	background-color: #F2F2F2;
  }
  
  .children__age {
	display: grid;
	gap:1.5rem;
  }
  
  @media screen and (min-width: 920px) {
  
	.stepper-inputs,
	.stepper-input,
	.stepper-inputs-hotel,
	.stepper-input-hotel {
	  width: 280px;
	  height: 80px;
	}
  
	.stepper-inputsss button,
	.stepper-inputss button,
	.stepper-inputs .input button,
	.stepper-input .input button,
	.stepper-inputs-hotel .input button,
	.stepper-input-hotel .input button {
	  width: 40px;
	  height: 40px;
	  margin: 10px 20px;
	  font-size: 18px;
	  line-height: 18px;
	}
  
	/* .passengers__wrapper {
	  flex-direction: row;
	} */

	.child-age .nice-select {
		width: 100%;
		max-width: 280px;
		background-color: #F2F2F2;
	  }
  
	/* .block__passengers {
	  padding: 20px 20px 20px 40px;
	} */
  
	.data__adults h2,
	.data__children h2 {
	  font-size: var(--normal-font-size);
	  font-weight: 600;
	  margin-bottom: 1.5rem;
	}
  
	.child-age {
	  flex-direction: row;
	  align-items: center;
	  justify-content: flex-end;
	}
	.stepper-inputs .step-label,
	.stepper-input .step-label {
		bottom:10px;
	}
	.progressline span {
	  display: block;
	}
	.block__passengers .passengers__data {
		flex-direction: row;
		justify-content: space-between;
	}
	.data__adults,
	.data__children {
		max-width: 40%;
	}
  }
  
  
  /*=============== TRAVEL DATE ===============*/

  .travel-dates-container hgroup {
	margin-bottom: 32px;
  }

  .travel-dates-container h2 {
	font-family: var(--secondary-font);
	color: var(--blue);
	line-height: 1.2;
  }

  .travel-date-container.slick-slide{
	display: flex;
	flex-direction: column;
	align-items: center;
  }
  
  .travel-dates-block .slick-dots {
	position: initial;
	margin-top:3rem;
  }
  
  .travel-dates-block .slick-dots li.slick-active button::before {
	color: #ACACAC;
  }
  
  .travel-dates-block .slick-arrow {
	background-color: var(--blue);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .travel-dates-block .slick-arrow:hover {
	opacity: 0.8;
	background-color: var(--midblue);
  }
  
  .travel-dates-block .slick-arrow:before {
	content: '';
	background: none;
	width: 7px;
	height: 7px;
	display: block;
	border-left: 3px white solid;
	border-bottom: 3px white solid;
	border-radius: 2px;
  }
  
  .travel-dates-block .slick-prev:before {
	transform: rotate(45deg);
	margin-left: 3px;
  }
  
  .travel-dates-block .slick-next:before {
	transform: rotate(-135deg);
	margin-right: 3px;
  }
  
  .travel-date-container .travel-date{
	background-color: var(--midblue);
	border: 2px solid var(--midblue);
	border-radius: 8px;
  }
  
  .travel-date-container.selected .travel-date {
	background-color: var(--lightblue);
  }
  
  .travel-date-container.selected .travel-date {
	color: var(--text);
  }
  
  .travel-date {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap:1.5rem;
	padding:20px;
	width: 220px;
	height: 200px;
	/* font-family: var(--secondary-font); */
	color: var(--white);
	font-weight: 600;
  }
  
  .hr-line {
	margin: 0 auto;
	width: 100%;
	max-width: 180px;
	position: relative;
	text-align: center;
  }
  
  .hr-line::before {
	content: "";
	display: block;
	width: 52px;
	height: 2px;
	background: var(--white);
	left: 0;
	top: 50%;
	position: absolute;
  }
  .hr-line::after {
	content: "";
	display: block;
	width: 52px;
	height: 2px;
	background: var(--white);
	right: 0;
	top: 50%;
	position: absolute;
  }
  
  .travel-date-container.selected .hr-line::before,
  .travel-date-container.selected .hr-line::after {
	background: var(--text);
  }

  .travel-dates-container .slider__controls {
	display: flex;
	gap:1rem;
	justify-content: flex-end;
  }

  .travel-dates-container .slider__controls button {
	width: 40px;
	height: 40px;
	border-radius: 30px;
	background-color: var(--blue);
	color: var(--white);
  }

/*=============== MEDIA QUERIES ===============*/

@media screen and (min-width: 768px) {

	.dtmg__table {
		margin: 0;
		border-radius: 0;
		border-left: none;
		border-right: none;
		border-top: none;
		box-shadow: none;
	}

	.itinerary__container .content__wrapper {
		border-top: 0;
		border-radius: 0 0 6px 6px;
	}

	.mob-label {
		display: none;
	}

	.flex__header {
		display: flex;
		gap: 1rem;
		padding: 20px;
	}

	.flex__row {
		flex-direction: row;
		align-items: center;
		flex-wrap: nowrap;
	}

	.flex__row--expanded {
		flex-direction: row;
	}

    .header__item {
        display: flex;
        flex-direction: column;
        /* gap: 2rem; */
    }

	.header__item--arrive,
	.header__item--info,
	.header__item--depart {
		width: calc(10% - 8px);
	}

	.header__item--day {
		display: block;
		width: calc(5% - 8px);
	}

	.header__item--date {
		width: calc(15% - 8px);
	}

	.header__item--port {
		width: calc(50% - 8px);
	}

	.header__item--port-desc {
		width: calc(80% + 16px);
		flex-direction: row;
		gap: 8px;
	}

	.header__item--info {
		order: initial;
		display: flex;
		justify-content: center;
		text-align: center;
	}

	.row__img {
		position: relative;
		width: 100%;
		max-width: 200px;
		height: 120px;
		overflow: hidden;
		border-radius: 6px;
		display: block;
	}
}

@media screen and (min-width: 920px) {
    .row__two_col {
        flex-direction: row;
    }
    .row__two_col .col {
        width: 48%;
    }
    #section__tab {
        display: block;
    }
    #section__tab--mobile {
        display: none;
    }
    .similar-cruises-list-header,
    .similar-cruises-list-item {
        display: grid;
        grid-template-columns: minmax(135px, 0.5fr) minmax(220px, 1fr) minmax(180px, 1fr) minmax(100px, 0.5fr) minmax(150px, 1fr);
        gap: 10px;
		padding: 10px 15px;
    }
	.similar-cruises-list-header {
		border-bottom: 1px solid #E0E0E0;
		font-weight: 700;
		text-align: left;
		color: var(--text);
	}
	.card__image {
		max-width: 280px;
	}
}

/*=============== CABIN SELECTION ===============*/
.cabin-type .image__wrapper {
	min-height:200px;
	height:200px;
	border-radius: 0;
  }
  
  .cabin-type {
	transition: all .3s ease-out;
	cursor: pointer;
  }
  
  .cabin-type:hover {
	  box-shadow: 0 5px 10px rgba(154, 160, 185, 0.05), 0 15px 40px rgba(166, 173, 201, 0.2);
  }
  
  .cabin-type .image__wrapper::before {
	display: none;
  }
  .cabin-type .img__cover {
	border-radius: 5px 5px 0 0;
	/* max-height: 152px;
	width: 100%;
	object-fit: cover; */
  }
  .cabin-type-desc {
	padding:30px 20px;
	display: flex;
	flex-direction: column;
	flex: 1;
  }
  .cabin-type-name h3 {
	font-weight: 600;
	font-family: var(--secondary-font);
	color: var(--blue);
	margin: 0;
  }
  
  .cabin-type-price {
	display: flex;
	gap:1rem;
	align-items: flex-start;
	margin-bottom: 1.5rem;
  }

  .cabin-type-price h2 {
	color: var(--blue);
	font-weight: 600;
  }

  .cabin-type .text-xs {
	font-size: 12px;
  }
  
  .cabin-type-price .upsell {
	font: normal normal normal 14px/24px 'Rubik';
	color: #1A1A1A;
	opacity: 0.5;
  }
  
  .cabin-type-button {
	margin-top: auto;
	display:block;
	width: 100%;
	outline:0;
	border:0;
	min-height:44px;
  }
  
  .cabin-type-button:hover {
	background-color: var(--midblue);
  }
  
  .cabin-type.select .cabin-type-button {
	background-color: transparent;
	color: var(--blue);
  }
  
  .cabin-type.select .select {
	display: none;
  }
  
  .cabin-type .btn-checked {
	display: none;
  }
  
  .cabin-type.select .btn-checked {
	display: flex;
	align-items: center;
	justify-content: center;
	gap:0.5rem;
  }
  
  .cabin-type.select .btn-checked i.fa-circle-check{
	color: var(--blue);
	font-size:22px;
  }
  
  .cabin-type.select .btn-checked span{
	font-weight: 600;
	font-size:18px;
  }
  
  #cruise-cabins-selector {
	flex-direction: column-reverse;
  }
  
  .prev-step.dtmg__btn--accent a {
	color: var(--white);
  }
  
  /* .cabin-type-container p:first-of-type {
	display: none;
  } */
  
  @media screen and (max-width: 575px) {
	#lead-in-prices {
	  flex-wrap: wrap;
	}
	#lead-in-prices .cabin-type {
	  width: 100%;
	}
  }
  
  @media screen and (min-width: 576px) and (max-width: 920px) {
	#lead-in-prices {
	  flex-wrap: wrap;
	}
	#lead-in-prices .cabin-type {
	  width: calc(50% - 15px);
	}
  }
  
  @media (min-width: 920px) {
	#cruise-cabins-selector {
	  flex-direction: row;
	}
  }
  
  .form__container {
	font-family: var(--secondary-font);
  }
 #cabin-selector .prices-loading { display: none; }

 @media all and (max-width: 740px) {
    .deck-and-cabin-filter label { display:none; }
    .deck-and-cabin-filter > * { width: 33%!important;min-width: auto!important; }
	#grades-table thead {
		display: none;
	}

	#cabins-table thead {
		display: none;
	}

	#cabins-table tbody tr {
		display: grid;
		grid-template-columns: 1fr 1fr;
		text-align: left;
	}

	#cabins-table tbody tr .mob-title {
		display: block;
		font-weight: 800;
	}
	#cruise-cabins-selector tbody tr, #cruise-cabins-selector thead tr {
		display: grid!important;
		grid-template-columns: repeat(12,1fr);
		border-bottom: 1px solid #E0E0E0;
	}
	#cruise-cabins-selector tbody tr td {
		grid-column: 1/13;
		text-align: center;
		border-bottom: none;
	}
	#cruise-cabins-selector thead tr th:nth-child(1), #cruise-cabins-selector thead tr th:nth-child(5) {
		display: none;
	}
 }
 /*=============== PAYMENT DETAILS ===============*/

 #payment-form .booking-condition {
	display: flex;
	gap:2rem;
	flex-direction: column;
 }

 .booking__condition_field {
	padding:1.5rem;
	border-radius: 8px;
	border: 1px solid var(--blue);
	box-shadow: 0 5px 10px rgba(154,160,185,.05), 0 15px 40px rgba(166,173,201,.2);
	flex:1;
 }

 .booking-condition label.radio input, 
 .booking-condition label.checkbox input {
    visibility: hidden;
	height: 1px;
	width: 1px;
	padding: 0;
	margin: 0;
}

@media screen and (min-width: 768px) {
	#payment-form .booking-condition {
		align-items: center;
		flex-direction: row;
	}
}
#cruiseappy-expiry-overlay h3 { margin-top:0; }
#cruiseappy-expiry-overlay p:last-child { margin-bottom:0; }
	.cruiseappy-expiry-button { display:inline-block;background:#2b7394;border-radius:4px;color:#fff;padding:12px 24px; }
	.cruiseappy-expiry-button:hover { color:#fff;background:#0a5876; }

.checkout-topbar h4 { display:flex;align-items:center;justify-content:space-between; }
#cruiseappy-booking-countdown { display:inline-flex;align-items:center;justify-content:flex-end;background:var(--header-bg);font-weight:700;padding:5px 10px;border-radius:4px;font-size:18px; }
#cruiseappy-booking-countdown p { margin:0; }

.cruiseappy-booking-countdown-clock { margin-left:5px; }

#cruiseappy-booking-countdown div[data-label='days'],
#cruiseappy-booking-countdown div[data-label='hrs'] { display:none; }

#cruiseappy-booking-countdown div[data-label='mins']:after { content:":"; }
#cruiseappy-booking-countdown div:last-child { margin-top:0; }


@media all and (max-width: 768px) {
	.checkout-topbar h4 { display:block; }
	#cruiseappy-booking-countdown { display:flex;justify-content:flex-start;margin-top:10px; }
}

 /*=============== BOOKING COMPLETE ===============*/
.booking__complete .summary__list {
	position: relative;
	margin:2rem 0;
}

.booking__complete .summary__list .cruiseline-thumbnail {
	position: absolute;
	top:0;
	right:0;
}

.list-info-basket {
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
}

.sidebar-image {
	border-radius: 8px;
}