.mobile {
    display: none;
}

.checkout-page-container .banner-header {
    margin-bottom: 0;
}

.checkout {
    padding-top: 85px;
    background-color: #F5F5F5;
}

.checkout-step {
    padding-bottom: 45px;
}

#expiry-overlay { opacity:0;visibility:hidden;position:fixed;z-index:9999;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.75);display:flex;align-items:center;justify-content:center; }
/* #expiry-overlay.open { opacity:1;visibility:visible; } */

#expiry-inner { background:#fff;width:100%;max-width:40%;padding:0 0 30px; }
    #expiry-inner h3 { background:var(--fc-blue);color:#fff;padding:15px 0;font-size:24px;font-weight:700;margin:0 0 30px; text-align:center; }
    #expiry-inner .orange-button {background-color: var(--fc-blue); color: var(--white); padding: 10px 20px; height: auto;} 


#cruise-cabins-selector table#cabins-table td.action .step-2.info { font-size: 12px; font-style: italic; border: none; text-align: center; width: 170px; text-align: center;margin-left: auto; }
    #cruise-cabins-selector table#cabins-table td.action .step-2.info::before { display: none; }
    #cruise-cabins-selector table#cabins-table td.action.cabin-loading .step-2.info {display: none;}

/* Skeleton */
@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

#hotels-populator .hotels-loading,
#flights-populator .flights-loading,
#book-now-html .prices-loading,
#book-now-html .loading {
    background-color: #FFF;
    border-radius: 12px;
    padding: 15px;
    margin-top: 15px;
}

#book-now-html .prices-loading {
    margin-bottom: 0;
    border-radius: 12px 12px 0 0;
}

#book-now-html .loading {
    margin-top: 0;
    border-radius: 0 0 12px 12px;
}

#book-now-html .loading ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

#book-now-html .loading ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

#book-now-html .loading ul li i {
    color: var(--fc-blue);
}

#hotels-populator p.hotels-loading,
#hotels-populator p.hotels-loading i,
#flights-populator p.flights-loading,
#flights-populator p.flights-loading i,
#book-now-html p.prices-loading,
#book-now-html p.prices-loading i {
    color: var(--text);
    font-weight: bold;
}

#flights-populator p.flights-loading i,
#hotels-populator p.hotels-loading i,
#book-now-html p.prices-loading i {
    margin-right: 10px;
}

#book-now-html .skeleton {
    display: flex;
    justify-content: space-between;
}

#book-now-html .skeleton span {
    width: 100%;
    min-height: 300px;
    background: linear-gradient(90deg, #FFF 25%, #f9f9f9 50%, #FFF 75%);
    background-size: 200% 100%;
    border-radius: 5px;
    margin-right: 0;
    animation: loading 2s infinite ease-in-out;
}

#book-now-html .skeleton.first-row {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(1, 1fr 1fr 1fr 1fr);
    gap: 20px;
}

#book-now-html .skeleton.second-row span {
    margin-top: 40px;
}

@media (max-width: 1020px) {
    #book-now-html .skeleton.first-row {
        grid-template-columns: repeat(1, 1fr);
    }
    #book-now-html .skeleton.first-row span {
        display: none;
    }
    #book-now-html .skeleton.first-row span:first-child {
        display: block;
    }
}

.number-travellers-container {
    padding-bottom: 55px;
    border-bottom: 1px solid var(--fc-lightgray);
}

/* top sidebar */
.booking-top-sidebar {
    display: flex;
    gap: 40px;
    padding-bottom: 55px;
    border-bottom: 1px solid var(--fc-lightgray);
    margin-top: 63px;
}

.booking-top-sidebar .cruise-media {
    position: relative;
    max-width: 424px;
    height: 300px;
    background-size: cover;
    background-position: center center;
    width: 40%;
    border-radius: 10px;
    overflow: hidden;
}

.booking-top-sidebar .cruise-media::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000040;

}

.booking-top-sidebar .cruise-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.booking-top-sidebar .cruise-media h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 28px 24px 28px;
    margin: 0;
    font: normal normal 800 30px/36px Barlow Condensed;
    letter-spacing: 0px;
    color: var(--fc-white);
    text-shadow: 0px 0px 6px #00000029;
    text-transform: uppercase;
    text-align: center;
}

.booking-top-sidebar .cruise-meta {
    width: 30%;
    border: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-start;
}

.booking-top-sidebar .product-info {
    border: none;
}

.booking-top-sidebar .product-info h4 {
    font-size: 22px;
}

.booking-top-sidebar .product-info li {
    font: normal normal normal 16px/24px Lato;
    letter-spacing: 0px;
    color: var(--fc-black);
}

.booking-top-sidebar .product-info i {
    margin-right: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    line-height: 0;
    background-color: var(--fc-blue-1);
}

.booking-top-sidebar .product-info i:before {
    left: 0!important;
    top: 0!important;
}

.cruise-price-cont {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cruise-price-cont .cruiseline-thumbnail.mobile {
    display: none;
}

.booking-top-sidebar .product-price__value {
    margin-top: 30px;
}

.booking-top-sidebar .price-item.total-price {
    margin-top: 30px;
}

.booking-top-sidebar .product-price__value--digit {
    font: normal normal 900 38px/40px Lato;
    letter-spacing: -0.76px;
    color: var(--fc-blue-dark);
}

.booking-top-sidebar .product-price__value--desc {
    font: normal normal normal 16px/24px Lato;
    letter-spacing: 0px;
    color: var(--fc-black);
}

.booking-top-sidebar .button-next-setup {
    background-color: var(--fc-blue);
    width: 100%;
    height: 40px;
    margin-top: 40px;
    font: normal normal bold 20px/24px Barlow Condensed;
    letter-spacing: 0.8px;
    color: #FFFFFF;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.booking-top-sidebar .button-next-setup:hover {
    background-color: var(--fc-blue-hover);
}

/* !top sidebar */

.checkout-progressline {
    margin-bottom: 77px;
}

.checkout-progressline ul {
    display: flex;
    justify-content: space-between;
    height: 50px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}

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

.checkout-progressline ul li .progressline {
    color: white;
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    align-items: center;
}

.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.active div.skew-top, 
.checkout-progressline ul li.active div.skew-bottom {
    background-color: var(--fc-blue-5);
}

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

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

.checkout-progressline ul li div.skew-top, .checkout-progressline ul li div.skew-bottom {
    background-color: var(--fc-blue-6);
    height: calc(50% + 1px);
    border-right: 2px white solid;
    position: relative;
}

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

.checkout-progressline ul li:first-child i {
    margin-left: 10px;
}

.checkout-progressline i {
    /*width: 40px;*/
    /*height: 40px;*/
    border-radius: 50%;
    background-color: transparent;
    font: normal normal bold 30px/30px Barlow Condensed;
    letter-spacing: -0.6px;
    color: var(--fc-white);
    padding: 5px;
    padding-top: 4px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 25px;
    z-index: 9;
}

.checkout-progressline ul li span {
    max-width: 148px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: normal;
    font-variant: all-petite-caps;
    font: normal normal 600 20px/30px Barlow Condensed;
    letter-spacing: 0px;
    color: var(--fc-white);
    text-transform: capitalize;
}

.checkout-progressline ul li:first-child:after {
    content: "";
    width: 30px;
    height: 100%;
    display: block;
    background-color: var(--fc-blue-6);
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 1px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

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

.checkout-progressline ul li:last-child:after {
    content: "";
    width: 30px;
    height: 100%;
    display: block;
    background-color: var(--fc-blue-6);
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0.9px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

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


.checkout-packages h2,
.checkout-content h2 {
    font: normal normal 800 50px/60px Barlow Condensed;
    letter-spacing: 0px;
    color: var(--fc-blue);
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: left;
}

.checkout-content .sub-header {
    font: normal normal normal 16px/24px Lato;
    letter-spacing: 0px;
    color: var(--fc-black);
}

.checkout-packages {
    padding-top: 55px;
    border-top: 1px solid var(--fc-lightgray);
}

.checkout-packages .sub-header {
    margin-bottom: 35px;
}

.checkout-packages .step-label {
    font: normal normal bold 24px/24px Lato;
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 2;
    background: #fff;
}

.checkout-flights #flights-filters {
    flex: 1;
    gap: 10px;
}

.checkout-flights #flights-filters label {
    font: normal normal bold 16px/24px Lato;
    letter-spacing: 0px;
    color: var(--fc-blue);   
}

.product-box__body .nice-select,
.checkout-step-1 .nice-select,
.checkout-flights .nice-select {
    width: auto;
}

.product-box__body .nice-select .list,
.checkout-step-1 .nice-select .list,
.checkout-flights .nice-select .list {
    max-height: 200px;
    overflow: auto;
}

.product-box__body .airport-filter-item,
.checkout-step-1 .airport-filter-item,
.checkout-flights .airport-filter-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-box__body .airport-filter-item {
    flex-direction: column;
    align-items: flex-start;
}

.product-box__body .airport-filter-item .nice-select {
    margin-left: 0;
}

.product-box__body .airport-filter-item .nice-select,
.checkout-step-1 .airport-filter-item .nice-select,
.checkout-flights .airport-filter-item .nice-select {
    min-width: 220px;
}

.checkout-flights .flight-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-height: 700px;
    overflow: auto;
    padding-right: 10px;
}

.checkout-flights .flight-list .flight-item {
    border: 1px solid #707070;
    border-radius: 10px;
    display: flex;
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
    min-height: 320px;
    cursor: pointer;
    background-color: #FFF;
}

.single-cruises .checkout-flights .flight-list .flight-item {
    cursor: unset;
    pointer-events: none;
    padding-bottom: 0;
}

.checkout-flights .flight-list .flight-item > div {
    padding: 20px 40px;
    flex: 1;
}

.checkout-flights .flight-list .flight-item .inbound {
    border-left: 1px solid #707070;
}

.checkout-flights .flight-list .card-info {
    display: flex;
    justify-content: space-between;
    padding: 0;
    gap: 30px;
}

.checkout-flights .flight-list .flight-flow {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 10px;
    position: relative;
    flex: 1;
}

.checkout-flights .flight-list .flight-flow .duration {
    font: normal normal bold 16px/32px Lato;
    color: #000000;
}

.checkout-flights .flight-list .flight-flow .icon {
    position: relative;
}

.checkout-flights .flight-list .flight-flow .icon i {
    background-color: #FFF;
    position: relative;
    z-index: 2;
    padding: 0 15px;
}

.checkout-flights .flight-list .flight-flow .icon .fa-plane {
    font-size: 30px;
    color: #00355D;
}

.checkout-flights .flight-list .flight-flow .icon .fa-circle {
    color: #F75C02;
}

.checkout-flights .flight-list .flight-flow .icon:before {
    content: '';
    display: inline-block;
    background:#084B6E;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translateY(50%);
}

.checkout-flights .flight-list .flight-flow .type {
    font: normal normal bold 16px/24px Lato;
    color: #F75C02;
    text-transform: lowercase;
}

.checkout-flights .flight-list .flight-flow .segment {
    text-transform: uppercase;
    color: #000000;
}

.checkout-flights .flight-list .flight-flow .price-info {
    font: normal normal bold 14px/24px Lato;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 10px;
}

.checkout-flights .flight-list .flight-flow .price-info .price {
    font: normal normal 900 30px/24px Lato;
    letter-spacing: -0.6px;
    color: var(--fc-orange);
}

.checkout-flights .flight-list .card-info .departing,
.checkout-flights .flight-list .card-info .arriving {
    max-width: 130px;
    width: 100%;
}

.checkout-flights .flight-list .card-info .departing {
    text-align: right;
}

.checkout-flights .city-code {
    font: normal normal 900 30px/32px Lato;
    letter-spacing: 0px;
    color: #194376;
    opacity: 1;
}

.checkout-flights .flight-info-details {
    font: normal normal normal 16px/30px Lato;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    display: flex;
    flex-direction: column;
}

.checkout-flights .flight-list .flight-selection {
    position: absolute;
    width: 100%;
    height: 40px;
    text-align: center;
    font: normal normal bold 20px/24px Barlow Condensed;
    letter-spacing: 0.8px;
    color: #FFFFFF;
    bottom: 0;
    background: #0A71A4;
    align-items: center;
    display: flex;
    justify-content: center;
    transition: all .4s ease-in-out;
}

.checkout-flights .flight-list .flight-selection.selected {
    background: #F75C02;
}

.single-cruises .checkout-flights .flight-list .flight-selection {
    display: none !important;
}

.checkout-flights .top-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
}

.checkout-flights .top-info span {
    font: normal normal normal 16px/30px Lato;
    letter-spacing: 0px;
    color: #000000;
}

.checkout-flights .top-info p {
    font: normal normal 800 30px/36px Barlow Condensed;
    letter-spacing: 0px;
    margin-bottom: 0;
    color: #0A71A4;
    text-transform: uppercase;
}

.checkout-flights .top-info p i {
    color: #00355D;
    margin-right: 35px;
}

.checkout-flights .top-info img {
    height: 57px;
}

.checkout-packages .stepper-pre_cruise-input .input .range .list span, 
.checkout-packages .stepper-post_cruise-input .input .range .list span {
    font: normal normal bold 14px/24px Noto Sans;
    color: #333333;
}

.checkout-packages h3 {
    margin-top: 70px;
    font: normal normal 800 38px/46px Barlow Condensed;
    color: #0A71A4;
}

.checkout-hotels .hotels-list {
    margin-bottom: 15px;
}

.checkout-hotels .hotels-list .slick-track {
    display: flex !important;
}

.checkout-hotels .hotels-list .slick-track .slick-slide {
    height: inherit !important;
    display: flex;
    flex-direction: column;
    background-color: #FFF;
}

.checkout-hotels .hotels-list .slick-list {
    padding-bottom: 10px;
}

.checkout-hotels .hotels-list li {
    margin: 0 10px;
    cursor: pointer;
}

.checkout-hotels .hotels-list li img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.checkout-hotels .hotels-list li .card-top {
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.checkout-hotels .hotels-list li .tag-type,
.checkout-hotels .hotels-list li .tag-price {
    position: absolute;
    font: normal normal bold 16px/18px Lato;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 10px;
    transition: all .4s ease-in-out;
}

.checkout-hotels .hotels-list li .tag-type {
    background-color: var(--fc-blue);
    left: 0;
    border-radius: 10px 0 10px 0;
}

.checkout-hotels .hotels-list li .tag-price {
    background-color: #358600;
    right: 0;
    border-radius: 0 10px 0 10px;
}

.checkout-hotels .hotels-list li .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    border-radius: 0 0 10px 10px;
    padding: 20px;
    box-shadow: 0px 3px 6px #00000029;
    flex: 1;
    transition: all .4s ease-in-out;
}

.checkout-hotels .hotels-list li .hotel-name {
    font: normal normal bold 24px/28px Barlow Condensed;
    letter-spacing: 0px;
    color: #0A71A4;
    text-transform: uppercase;
    text-align: center;
}

.checkout-hotels .hotels-list li .select-this {
    display: flex;
    align-items: center;
    background-color: var(--fc-blue);
    color: var(--fc-white);
    height: 40px;
    border-radius: 10px;
    padding: 0 15px;
    font: normal normal bold 20px/24px Barlow Condensed;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    margin: auto auto 0;
    transition: all .4 ease-in-out;
}

.checkout-hotels .hotels-list li.selected .tag-price,
.checkout-hotels .hotels-list li.selected .card-body {
    background-color: var(--fc-orange);
}

.single-cruises .checkout-hotels .hotels-list li .select-this {
    display: none !important;
}

.checkout-hotels .hotels-list li.selected .hotel-name {
    color: #fff;
}

.checkout-hotels .hotels-list li.selected .select-this {
    background-color: var(--fc-orange);
}


.checkout-hotels .slick-prev,
.checkout-hotels .slick-next {
    background-color: #F2AD00;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotels-list .slick-next:before, 
.hotels-list .slick-prev:before {
    width: 25px;
    height: 25px;
    display: block;
    background-size: cover;
    background-position: center center;
}

.checkout-hotels .slick-prev {
    left: -15px;
}

.checkout-hotels .slick-next {
    right: -15px;
}

.checkout-overview {
    margin-top: 30px;
}

.checkout-overview .cruise-top-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.checkout-overview .cruise-top-info .duration {
    width: 80px;
    height: 80px;
    background: #006295;
    border-radius: 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font: normal normal bold 14px/18px Lato;
}

.checkout-overview .cruise-top-info .duration .days {
    font: normal normal bold 42px/24px Lato;
    letter-spacing: -0.42px;
}

.checkout-overview .cruise-top-info .right {
    font: normal normal bold 16px/24px Lato;
    letter-spacing: 0px;
    color: #074B6E;
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.checkout-overview .cruise-top-info .cruise-name {
    text-transform: uppercase;
    font: normal normal 800 32px/40px Barlow Condensed;
    letter-spacing: -0.32px;
    color: #0A71A4;
    margin-bottom: 10px;
}

.checkout-overview .cruise-top-info .right .cruise-info {
    margin: 0;
}

.checkout-overview .cards {
    display: flex;
    /* grid-template-columns: 1fr 1fr 1fr; */
    gap: 10px;
    margin-top: 30px;
}

.checkout-overview .cards > li {
    flex: 1;
    background-color: #FFF;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    gap: 10px;
    font: normal normal bold 14px/16px Lato;
    letter-spacing: 0px;
    color: #333333;
}

.checkout-overview .cards > li img {
    max-width: 200px;
    height: 100%;
    object-fit: cover;
}

.checkout-overview .card-meta {
    flex: 1;
    padding: 5px 10px;
}

.checkout-overview .overview-info {
    padding: 4px 0 25px;
    width: 100%;
}

.checkout-overview .overview-info li {
    margin: 10px 0 0;
    display: flex;
    align-items: center;
}

.checkout-overview .overview-info li.hotel-description {
    flex-direction: column;
    align-items: start;
    width: 70%;
    gap: 10px;
}

.checkout-overview .overview-info li a {
    color: var(--fc-black);
}

.checkout-overview .overview-info i {
    font-size: 22px;
    line-height: 44px;
    margin: 0 10px 0 0;
    width: 30px;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: var(--fc-blue-hover);
}

/* Rooms selector */
.rooms-selector {
    max-height: 400px;
    overflow: auto;
    margin-bottom: 30px;
}

.rooms-selector tbody {
    background-color: var(--fc-white);
}

.rooms-selector table th {
    background-color: var(--fc-blue-3);
    text-align: left;
    font: normal normal bold 16px/24px Lato;
    letter-spacing: 0px;
    color: var(--fc-white);
    padding: 8px 15px;
}

.rooms-selector table th:first-child {
    border-top-left-radius: 5px;
    overflow: hidden;
}

.rooms-selector table th:last-child {
    border-top-right-radius: 5px;
    overflow: hidden; 
}

.rooms-selector table tr {
    cursor: pointer;
}

.single-cruises .rooms-selector table tr {
    cursor: unset;
}

.rooms-selector table td {
    font: normal normal normal 14px/30px Lato;
    letter-spacing: 0px;
    color: var(--fc-darkgray-1);
    background: transparent;
}

.single-cruises .rooms-selector table td.action {
    display: none !important;
}

.rooms-selector table td.price-td {
    color: var(--fc-blue-3);
    font: normal normal bold 14px/20px Lato;
}

.rooms-selector .selected {
    position: relative;
}

.rooms-selector .selected:after {
    z-index: 0;
    content: "";
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 0;
    left: 0;
    border: 2px solid var(--fc-blue);
}

.single-cruises .rooms-selector .selected:after {
    display: none;
}

.rooms-selector .step {
    border-radius: 10px;
}

.rooms-selector .step {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    width: 100%;
}

.rooms-selector .room-inactive:not(.selected) .step-1 {
    font: normal normal bold 20px/24px Barlow Condensed;
    letter-spacing: 0.8px;
    color: var(--fc-white);
    text-transform: capitalize;
    padding: 0;
    padding-bottom: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px; 
    margin-left: auto;  
    text-align: center;
    background: var(--fc-blue);
}

.rooms-selector td:not(.selected) .step-1:hover {
    background-color: var(--fc-blue-hover);
}

.rooms-selector .room-inactive:not(.selected) .step-2,
.rooms-selector .selected .step-1 {
    display: none;
}

.rooms-selector .selected .step-2 {
    background-color: var(--fc-orange);
    font: normal normal bold 20px/24px Barlow Condensed;
    letter-spacing: 0.8px;
    color: var(--fc-white);
    text-transform: capitalize;
    padding: 4px;
    border-radius: 10px; 
    margin-left: auto; 
}

.rooms-selector .selected .step-2:hover {
    background: var(--orange);
}

.checkout-overview .final-info {
    margin: 30px 0 0;
    padding-bottom: 100px;
    padding-top: 50px;
    border-top: 1px solid var(--fc-lightgray);
}

.checkout-overview .final-info .price {
    font: normal normal bold 14px/24px Lato;
    letter-spacing: 0px;
    color: #006295;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.checkout-overview .final-info .price .value {
    font: normal normal bold 14px/24px Noto Sans;
    letter-spacing: 0px;
    color: #333333;
}

.checkout-overview .final-info .price .value .big {
    font: normal normal 900 38px/24px Lato;
    letter-spacing: -0.76px;
    color: #084B6E;
}

.checkout-overview .final-info .buttons-group {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    gap: 20px;
}

.checkout-overview .final-info .buttons-group .button-default {
    font: normal normal bold 20px/24px Barlow Condensed;
    letter-spacing: 0.8px;
    color: #FFFFFF;
    text-transform: capitalize;
    padding: 10px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px; 
    text-align: center;
    background: #006295;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.checkout-overview .final-info .buttons-group .button-default:hover {
    background: var(--fc-blue);
}

.checkout-overview .final-info .buttons-group .button-default.button-orange {
    background: var(--fc-orange);
}

.checkout-overview .final-info .buttons-group .button-default.button-orange:hover {
    background: var(--fc-orange-2);
}

.checkout-overview .final-info .list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    font: normal normal bold 14px/17px Lato;
    letter-spacing: 0px;
    color: #333333;
    gap: 10px;
    margin-top: 20px;
}

.checkout-overview .final-info .list li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout-overview .final-info .list i {
    font-size: 22px;
    color: #006295;
    width: 30px;
}

#package-bar { min-height: 100px; position:fixed;z-index:5;bottom:0;left:0;width:100%;background:var(--fc-blue);color:#fff;display:none;border-top:2px solid #fff; }
#package-bar .inner { min-height: 100px; }
#package-bar ul { width:100%;display:flex;justify-content:space-between; gap:10px; }
    #package-bar li { flex:1 0 auto;padding:10px 0;font-size:14px;line-height:20px; }
        #package-bar li strong { font-size: 16px; margin-bottom: 10px; display: inline-block;  }

    #package-bar .quote { width:150px;padding:0 20px;border-right:5px solid var(--fc-blue);display:flex;justify-content:center;align-items:center;cursor:pointer;background:var(--fc-orange);font-size:14px;transition:background .3s; }
        #package-bar .quote span { font-size:14px;line-height:16px;display:block;margin-right:10px; }
        #package-bar .quote small { font-size:10px; }
        #package-bar .quote i { margin-left:5px; }
        #package-bar .quote:hover { background:var(--fc-orange-2); }

    #package-bar .book { width:250px;padding:0 20px;display:flex; flex-direction:column; justify-content:center;align-items:center;cursor:pointer;background:var(--fc-orange);font-size:18px;transition:background .3s; }
        #package-bar .book span:not(.total) { font-size:18px;line-height:16px;display:block; }
        #package-bar .book span.total { font-size:14px;line-height:16px; }
        #package-bar .book small { font-size:10px; }
        #package-bar .book i { margin-left:5px; }
        #package-bar .book:hover { background:var(--fc-orange-2); }


/* Step */

.checkout-step-2 .booking-top-sidebar {
    margin-bottom: 30px;
}

.checkout-content .mt-35 {
    margin-top: 35px;
}

.step-icon {
    position: absolute;
    left: 0;
    font-size: 40px;
    color: var(--fc-blue-1);
    margin-top: 10px;
}

.stepper-pre_cruise-input,
.stepper-post_cruise-input,
.stepper-inputs, .stepper-input {
    position: relative;
    width: 320px;
    height: 80px;
    margin: 0 0 0 30px;
    overflow: hidden;
}

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

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

.stepper-input .input button {
    background: #57c2b2;
}

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

.stepper-post_cruise-input .input .range,
.stepper-pre_cruise-input .input .range,
.stepper-inputsss .input .range, 
.stepper-inputss .input .range, 
.stepper-inputs .input .range, 
.stepper-input .input .range {
    text-align: center;
    overflow: hidden;
    margin-right: 10px;
    margin-left: 10px;
}

.stepper-post_cruise-input .input .range .list span,
.stepper-pre_cruise-input .input .range .list span,
.stepper-inputsss .input .range .list span, 
.stepper-inputss .input .range .list span, 
.stepper-inputs .input .range .list span, 
.stepper-input .input .range .list span {
    display: block;
    width: 100%;
    height: 80px;
    color: var(--fc-blue-1);
    font: normal normal bold 40px/51px Barlow Condensed;
    font-weight: 700;
    line-height: 60px;
}

.step-label {
    display: inline-block;
    color: var(--fc-blue-1);
    font: normal normal bold 40px/51px Barlow Condensed;
    font-weight: 700;
    line-height: 60px;
    width: 102px;
}

.childs .step-label  {
    width: 128px;
}

.step-label span {
    color: var(--fc-black);
    display: block;
    font: normal normal bold 16px/84px Lato;
    margin: -40px 0 0 0;
    transform: translateX(16px);
}

.childs .step-label span {
    transform: translateX(29px);
}

.checkout-content .child-age {
    font: normal normal normal 16px/24px Lato;
    margin-bottom: 25px;
    max-width: 332px;
}

.checkout-content .two-col .child-age:first-child {
    margin-top: 20px;
}

/* !Step */

.travel-dates-container {
    margin-top: 45px;
}

.travel-dates-container h3 {
    font: normal normal 800 50px/60px Barlow Condensed;
}

.travel-dates-container .available-period {
    font: normal normal normal 16px/24px Lato;
    letter-spacing: 0px;
    color: var(--fc-black);
    margin-top: 30px;
}


/*-- travel-dates-block --*/

.travel-dates-block {
    width: 100%;
    width: calc(100% + 30px);
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 40px;
    margin-left: -20px;
}
 
.travel-date-container { 
    margin: 0 20px;    
    border-radius: 10px;
    color: var(--fc-white);
}

.travel-date-container.from-only,
.travel-date-container.call {
    background-color: var(--fc-blue-1);
    border: 2px solid var(--fc-blue-1);
}

.travel-date-container.from-only:hover,
.travel-date-container.call:hover {
    background-color: var(--fc-blue-hover); 
}

.travel-date-container.selected {
    border: 2px solid var(--fc-yollow-2);
}

.travel-date {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 2px var(--main_blue) solid;
}

.travel-date a {
    color: var(--fc-white); 
}
   
.travel-date div {
    width: 100%;
    text-align: center;
}

.travel-date .date-from,
.travel-date .date-to {
    font: normal normal bold 32px/30px Barlow Condensed;
    letter-spacing: -0.64px;
    color: var(--fc-white);
}

.travel-date-container.selected .travel-date .date-from,
.travel-date-container.selected .travel-date .date-to {
    color: var(--fc-blue);
}

.date-spacer {
    font: normal normal bold 16px/24px Barlow Condensed;
    letter-spacing: 0px;
    color: var(--fc-white);
    margin: 7px 0 0 0;
}

.travel-date-container.selected .travel-date .date-spacer {
    color: var(--fc-blue);
}

.travel-date-container.from-only .travel-date .date-spacer {
    font: normal normal bold 16px/24px Barlow Condensed;
    color: var(--fc-white);
}

.travel-date-container.selected .travel-date .date-details {
    font: normal normal bold 16px/24px Lato;
    letter-spacing: 0px;
    color: var(--fc-gold);
}

.travel-date-container.from-only .travel-date .date-details {
    font: normal normal bold 17px/24px Lato;
    letter-spacing: -0.34px;
    color: var(--fc-white);
}

.travel-date-container.call .date-details a {
    font: normal normal bold 16px/24px Lato;
    letter-spacing: -0.32px;
    color: var(--fc-white);
}

.travel-dates-block .slick-prev {
    left: -2px;
}

.travel-dates-block .slick-prev:before {
    background: var(--fc-gold);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    content: '\f053';
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    color: var(--fc-white);
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.travel-dates-block .slick-next {
    right: -2px;
}

.travel-dates-block .slick-next:before {
    background: var(--fc-gold);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    content: '\f054';
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    color: var(--fc-white);
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.checkout-buttons {
    padding-bottom: 120px;
}

.next-step-container {
    margin-top: 50px;
    display: flex;
    gap: 30px;
}

.next-step-container button {
    background-color: var(--fc-blue);
    color: var(--fc-white);
    height: 40px;
    border-radius: 10px;
    padding: 0 15px;
    font: normal normal bold 20px/24px Barlow Condensed;
    letter-spacing: 0.8px;
    text-transform: capitalize;
}

.next-step-container button:hover {
    background-color: var(--fc-blue-hover);
}

.next-step-container form {
    display: flex;
    gap: 30px;
}
    /* !travel-dates-block naw */
  

  /*-- /travel-dates-block --*/

@media all and (max-width: 1200px) {
    .booking-top-sidebar {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .booking-top-sidebar .cruise-media {
        max-width: 100%;
        width: 100%;
    }

    .booking-top-sidebar .cruise-meta {
        max-width: 100%;
        width: 100%;
    }

    .booking-top-sidebar .cruise-price-cont {
        max-width: 100%;
        width: 100%;
        grid-column: 2/3;       
    }
}

@media all and (max-width: 920px) {
    .mobile {
        display: block;
    }

    .desctop {
        display: none;
    }

    .checkout-progressline ul li span {
        display: none;
    }

    .checkout-progressline ul li .progressline {
        justify-content: center;
    }
  
    .checkout-progressline ul li:first-child i,
    .checkout-progressline i {
        margin: 0;
    }

    .step-item {
        display: flex;
        justify-content: flex-end;
    }

    .step-item .step-icon {
        position: relative;
        width: 40px;
        text-align: center;
    }

    .step-label {
        width: 121px;
    }

    .checkout-step-2 .booking-top-sidebar {
        margin-bottom: 100px;
    }
}

@media all and (max-width: 740px) {
    .checkout-packages h2,
    .checkout-content h2 {
        font: normal normal 800 38px/46px Barlow Condensed;
    }

    .travel-dates-container h3 {
        font: normal normal 800 38px/46px Barlow Condensed;
        margin-bottom: 11px;
    }

    .travel-dates-container .available-period {
        margin-top: 11px;
    }

    .booking-top-sidebar {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding-bottom: 0;
        margin-bottom: 40px;
        border-bottom: none;
    }

    .booking-top-sidebar .cruise-meta {
        margin-top: 17px;
    }

    .cruise-price-cont {
        border-top: 1px solid var(--fc-lightgray);
    }

    .cruise-price-cont .cruiseline-thumbnail:not(.mobile) {
        display: none;
    }

    .cruise-price-cont .cruiseline-thumbnail.mobile {
        display: block;
    }

    .cruise-price-cont .price-and-logo {
        align-items: center;
        justify-content: space-between;
    }

    .booking-top-sidebar .price-item.total-price {
        margin-top: 25px;
    }

    .checkout-content .mt-35 {
        margin-top: 30px;
    }

    .booking-top-sidebar .button-next-setup {
        margin-top: 35px;
    }

    .stepper-inputs, .stepper-input {
        width: 300px;
    }

    .step-label {
        font: normal normal bold 30px/30px Barlow Condensed;
        line-height: 56px;
        width: 90px;
    }

    .childs .step-label {
        width: 90px;
    }

    .stepper-inputsss .input .range .list span, 
    .stepper-inputss .input .range .list span, 
    .stepper-inputs .input .range .list span, 
    .stepper-input .input .range .list span {
        font: normal normal bold 30px/30px Barlow Condensed;
        line-height: 56px;
    }


}


@media all and (max-width: 560px) {
    .travel-dates-block {
        width: calc(100% + 40px);
        width: 100%;
    }

    .stepper-inputs, 
    .stepper-input {
        margin-left: 10px;
    }

    .checkout-content button.plus-btn {
        margin-right: 0;
    }

    .travel-dates-block {
        margin-left: 0;
    }

    .travel-date-container {
        margin: 0 10px;
    }

    .travel-dates-section .inner {
        padding: 0;
    }

    .next-step-container form {
        gap: 15px;
    }

    .travel-dates-block .slick-prev {
        left: 8px;
    }

    .travel-dates-block .slick-next {
        right: 8px;
    }
}

@media all and (max-width: 415px) {
    .next-step-container button {
        font: normal normal bold 18px/24px Barlow Condensed;   
    }
} 



/* Setup 2*/ 
.checkout-setup-2 .pg-bg {
    background-color: transparent;
    padding: 0;
}

#lead-in-prices {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin: 20px 0;
    gap: 30px;
}

.cabin-types .cabin-type {
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    overflow: hidden;
    background-color: #FFF;
}

.cabin-types .cabin-type .cabin-type-image-cont {
    overflow: hidden;
    height: 140px;
    width: 100%;
    background-color: var(--hblue);
}

.cabin-types .cabin-type img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transform: scale(1);
}

.cabin-types .cabin-type-desc {
    padding: 22px;
}

.cabin-types .cabin-type .cabin-type-name {
    text-align: center;
    font: normal normal 800 30px/36px Barlow Condensed;
    letter-spacing: 0px;
    color: var(--fc-blue);
    text-transform: uppercase;   
}

.cabin-types .cabin-type .cabin-type-price {
    text-align: center;
    font: normal normal 900 20px/32px Lato;
    letter-spacing: 0px;
    color: var(--fc-blue-7); 
    margin-bottom: 10px;   
}

.cabin-types .cabin-type .cabin-type-price .call_for_price {
    font-family: Barlow Condensed;
    font-weight: 600;
    color: var(--fc-blue);
}

.cabin-types .cabin-type .cabin-type-price .from {
    color: var(--fc-blue);
    font: normal normal normal 20px/32px Lato;
    letter-spacing: 0px;
    text-transform: lowercase;
    margin: 0 5px 0 0;
}

.cabin-types .cabin-type .cabin-type-price .pp {
    font: normal normal 500 20px/32px Lato;
    letter-spacing: 0px;
    color: var(--fc-blue);
    text-transform: lowercase;
    margin: 0 0 0 5px;
}

.cabin-type-desc button.select-this {
    background-color: var(--fc-blue);
    color: var(--fc-white);
    height: 40px;
    font: normal normal bold 20px/24px Barlow Condensed;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.cabin-type-desc button.select-this:hover {
    background-color: var(--fc-blue-hover);
}

.cabin-type-price button div {
    transform: translateY(-2px);
}

.cabin-types .cabin-type.select {
    background-color: var(--fc-orange);
}

.cabin-types .cabin-type.select .cabin-type-price .pp,
.cabin-types .cabin-type.select .cabin-type-price .from,
.cabin-types .cabin-type.select .cabin-type-name,
.cabin-types .cabin-type.select .cabin-type-price,
.cabin-types .cabin-type.select .cabin-type-price .call_for_price {
    color: var(--fc-white);
}

.cabin-types .cabin-type.select button .select {
    display: none;
}

.cabin-types .cabin-type.select button {
    background-color: transparent;
}

.cabin-types .cabin-type.select button .hidden {
    display: flex!important;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: var(--fc-white);
    font: normal normal bold 24px/32px Barlow Condensed;
    letter-spacing: 0px;
    visibility: visible;
}

.cabin-types .cabin-type.select button .hidden i {
    color: var(--fc-white);
    font-size: 22px;
}

.before-cabin-text {
    font: normal normal normal 16px/24px Lato;
    letter-spacing: 0px;
    color: var(--fc-black);
}

.checkout-step-2 .form-grid-two {
    margin: 40px 0;
}

.checkout-step-2 .form-grid-two label {
    font: normal normal bold 16px/24px Lato;
    letter-spacing: 0px;
    color: var(--fc-blue);   
}

#cruise-cabins-selector tbody {
    background-color: var(--fc-white);
}

#cruise-cabins-selector table th {
    background-color: var(--fc-blue-3);
    text-align: left;
    font: normal normal bold 16px/24px Lato;
    letter-spacing: 0px;
    color: var(--fc-white);
    padding: 8px 15px;
}

#cruise-cabins-selector table th:first-child {
    border-top-left-radius: 5px;
    overflow: hidden;
}

#cruise-cabins-selector table th:last-child {
    border-top-right-radius: 5px;
    overflow: hidden; 
}

#cruise-cabins-selector table td {
    font: normal normal normal 14px/30px Lato;
    letter-spacing: 0px;
    color: var(--fc-darkgray-1);
}

#cruise-cabins-selector table td.price-td {
    color: var(--fc-blue-3);
    font: normal normal bold 14px/20px Lato;
}

#cruise-cabins-selector .grade-active:after {
    border: 2px solid var(--fc-blue);
}

#cruise-cabins-selector .step {
    border-radius: 10px;
}

#grades-table .grade-inactive:not(.grade-active) .button-td .step-1 {
    font: normal normal bold 16px/24px Barlow Condensed;
    letter-spacing: 0.8px;
    color: var(--fc-white);
    text-transform: capitalize;
    padding: 0;
    padding-bottom: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px; 
    margin-left: auto;  
}

#grades-table .grade-inactive .button-td .step-1:hover {
    background-color: var(--fc-blue-hover);
}

#cruise-cabins-selector .grade-active .step-2 {
    background-color: var(--fc-orange);
    font: normal normal bold 16px/24px Barlow Condensed;
    letter-spacing: 0.8px;
    color: var(--fc-white);
    text-transform: capitalize;
    padding: 4px;
    border-radius: 10px; 
    margin-left: auto; 
}

#cruise-cabins-selector .grade-active .step-2:hover {
    background: var(--orange);
}

#cabin-selector .prices-loading {
    display: none;
}

.cabin-description {
    text-align: left;
    font: normal normal normal 16px/24px Lato;
    letter-spacing: 0px;
    color: var(--fc-black);    
}

.cabin-col h3 {
    font: normal normal 800 38px/46px Barlow Condensed;
    letter-spacing: 0px;
    color: var(--fc-blue);
    text-transform: uppercase;  
    margin-bottom: 23px;  
}

.checkout-setup-2 .next-step-container {
    margin-top: 51px;
    padding-bottom: 51px;
}

@media all and (max-width: 920px) {
    #lead-in-prices {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .cabin-types .cabin-type {
        width: 100%;
    }

    #cruise-cabins-selector {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

}

@media all and (max-width: 560px) {
    #lead-in-prices {
        grid-template-columns: repeat(1, 1fr);
    }   
}

/* !Setup 2*/


/* Setup 3 */
#booking-main h2 {
    text-align: left;
    font: normal normal 800 50px/60px Barlow Condensed;
    letter-spacing: 0px;
    color: var(--fc-blue);
    text-transform: uppercase;
    margin-bottom: 23px;    
}

.booking-main-wrap {
    display: flex;
    gap: 30px;
}

.booking-main-wrap #booking-main {
    width: calc(100% - 370px - 30px);
}

.booking-main-wrap .right-sidebar {
    width: 370px;
}

.booking-main-wrap .right-sidebar .help-image {
    position: relative;
    width: 370px;
    height: 370px;
    background-size: cover;
}

.booking-main-wrap .right-sidebar .help-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000040;
    border-radius: 10px;
}

.booking-main-wrap .right-sidebar .help-image-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
}

.booking-main-wrap .right-sidebar .help-image-text .text-1 {
    text-align: left;
    font: normal normal 800 36px/43px Barlow Condensed;
    letter-spacing: 0px;
    color: var(--fc-white);
    text-shadow: 0px 0px 6px #00000029;
    text-transform: uppercase;
}

.booking-main-wrap .right-sidebar .help-image-text .text-2 {
    text-align: left;
    font: normal normal bold 17px/24px Barlow Condensed;
    letter-spacing: -0.34px;
    color: var(--fc-white);
    text-shadow: 0px 0px 6px #00000029;
}

#booking-main .passenger-details {
    margin: 0 0 50px 0;
}

.passenger-details .sub-text {
    text-align: left;
    font: normal normal normal 16px/24px Lato;
    letter-spacing: 0px;
    color: var(--fc-black);
}

.passenger-details .sub-text-2 {
    margin-bottom: 36px;
}

#booking-main .input-row .input {
    margin: 13px 0 0 0;
}

#booking-main .input-row label {
    text-align: left;
    font: normal normal bold 14px/24px Lato;
    letter-spacing: 0px;
    color: var(--fc-grey-3); 
    margin: 0 0 8px;   
}

#booking-main .input-row label .requir {
    margin-left: 3px;
}

#booking-main .input-row input, 
#booking-main .input-row select, 
#booking-main .input-row textarea {
    background: var(--fc-white);
    border: 1px solid var(--fc-blue-1);
    border-radius: 10px;
    font: normal normal normal 14px/24px Lato;
    letter-spacing: 0px;
    color: var(--fc-darkgray-1);
}

#booking-main .input-row input, 
#booking-main .input-row select {
    height: 40px;
}

#booking-main .input-row input:focus, 
#booking-main .input-row select:focus, 
#booking-main .input-row textarea:focus {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid var(--fc-lightgray);
    border-radius: 10px;
}

.next-step-container.mt-minus-66 {
    margin-top: -66px;
}

@media (max-width: 1024px) {
    .booking-main-wrap #booking-main {
        width: 100%;
    }

    .booking-main-wrap .right-sidebar {
        display: none;
    }
}

/* !Setup 3 */

/* Complete */

#booking-main h3 {
    text-align: left;
    font: normal normal bold 38px/40px Barlow Condensed;
    letter-spacing: -0.76px;
    color: var(--fc-blue);
    text-transform: uppercase;
    margin: 30px 0 27px 0;
}

.pre-text.complete {
    display: none;
}

.complete-cruise {
    display: flex;
    gap: 30px;
}

.checkout-step-1 .complete-cruise,
.checkout-step-5 .complete-cruise {
    flex-direction: column;
}

.complete-cruise .cruise-media {
    width: 100%;
    background-size: cover;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 360px;
}

.complete-cruise .cruise-meta {
    display: flex;
    /* flex-direction: column; */
    border: none;
    gap: 20px;
}

.complete-cruise .cruise-meta ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.complete-cruise .cruise-meta li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.complete-cruise .cruise-meta li i {
    width: 40px;
    height: 40px;
    background-color: var(--fc-blue-1);
    border-radius: 50%;
    color: var(--fc-white);
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
}

.complete-cruise .cruise-meta li span {
    width: calc(100% - 40px);
    text-align: left;
    font: normal normal normal 18px/24px Lato;
    letter-spacing: 0px;
    color: var(--fc-darkgray-2);
    flex: 1;
}

.complete-cruise .cruiseline-thumbnail {
    max-height: none;
}

.button.complete-print {
    margin: 48px 0 74px 0;
}

.button.complete-print a {
    font: normal normal bold 20px/24px Barlow Condensed;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    color: var(--fc-white)!important;
    padding: 0 30px;
}

.complete-find-more {
    padding: 0 30px;
    margin-top: 50px;
}

 /*=============== PAYMENT DETAILS ===============*/

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

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

 .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) {
    .booking-condition {
		align-items: center;
		flex-direction: row;
	}
}

@media all and (max-width: 920px) {

    #booking-main h2 {
        font: normal normal 800 38px/38px Barlow Condensed;
        letter-spacing: 0px;
    }

    #booking-main h3 {
        font: normal normal 800 38px/38px Barlow Condensed;
        letter-spacing: 0px;       
    }

    #booking-main .complete-cruise {
        flex-direction: column;
    }

    .complete-cruise .cruise-media {
        display: none;
    }

    .complete-cruise .cruise-meta {
        width: 100%;
    }

    .complete-cruise .cruise-meta ul {
        order: 1;
    }
    .complete-cruise .cruise-no {
        order: 0;
        margin: 0px 0 20px 0;
    }

    .button.complete-print {
        margin: 25px 0 54px 0;
    }
}

@media all and (max-width: 640px) {
    .complete-find-more {
        width: 100%;
        margin-top: 30px;
    }
}

/* !Complete */