:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-05c37fd *//* THIS SHOULD BE DEFAULT IN THE CSS BOX */
@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans&display=swap');

body{
    margin: 0;
    font-family: 'Merriweather+Sans', sans-serif;
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 1.1rem;
    color: #585858;
}

h1,h2,h3,h4, .cruise__name, .cruise__name-container{
	color: #2E2482;
	line-height: 1.1;
	margin:0;
	font-weight: 500;
	font-size: 1.05rem;
}

.sidebar{
	background: #fcfcfc;	
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.cruise__dates, .cruise__zone{
	color: #484848;
	font-size: 0.8rem;
	font-weight: 300;
}

a, a:hover, a:active, a:visited{
	color: #2E2482;
	font-weight: 700;
}

.button{
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
    font-weight: 300 !important;
    padding: 5px 10px;	
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.7rem;
    cursor: pointer;
}
.primary{
    background: #2E2482;
    color: #ffffff !important;	
}
.secondary{
    background: #eee;
    color: #1e1e1e !important;		
}

.search-form__checkboxes-heading, .search-form__box label{
	font-weight: 400;
	font-size: 0.9rem !important;
	margin-top: 12px;
	margin-bottom: 6px;
}

.search-form__checkbox label{
	margin-bottom: 5px;	
	font-weight: 300;
	font-size: 0.9rem !important;
}
/* END OF CSS BOX */

.hide {
  display: none;
}

.spacer{
	padding: 0px 40px;
}

b,strong{color: black}

a.expand{
	color: white !important;
	background: rgba(57, 130, 163, 0.9) !important;
}
.expand-line{
	margin-top: 12px;
	border-bottom: 1px solid rgba(224, 224, 224, 0.8);
}

.cruise{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cruise__name-container .promo{
    background: #2E2482;
    color: #ffffff;
    padding: 3px 15px;
    margin-left: 4px;
    font-size: 12px;
    font-weight: 300;
}

.cruise__name-container .promo-description{
    background: #2E2482;
    color: white;
    padding: 5px 10px;
    top: 20px;
    left: 250px;
    width: 100%;
    line-height: 1.5;
    font-weight: 400;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.cruise__dsc{
	font-weight: 300;
	font-size: 11px;
}

/*cruise-info*/
.cruise-details__heading--promo{
    background: red;
    display: inline-block;
    color: #ffffff;
    padding: 3px 15px;
    font-size: 12px;
    margin-left: 10px;
}

.cruise-info__itinerary-table{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid rgba(3, 3, 3, 0.1);
}

.cruise-info__itinerary-table th,
.cruise-info__itinerary-table td{
    text-align: left;
    padding: 5px;
    height: 40px;
}

.cruise-info__itinerary-table thead tr{
    background: #e4e4e4;
}

.cruise-info__itinerary-table tbody tr:nth-child(odd){
    background: #f4f4f4;
}

.cruise-details{
    width: 55%;
    padding: 15px 20px 15px 25px;
    border-left: 0px solid rgba(0, 0, 0, 0.1);
}

.cruise-info__zone span:before{
    content: '';
    position: absolute;
    left: -7px;
    top: 1px;
    bottom: 2px;
    width: 1px;
    background: #000000;
}

.thankyou-message{
    display: flex;
    background: rgba(96, 167, 235, 0.23);
/*     color: white; */
    padding: 10px 10px 0;
    transition: background 1s;
    border-radius: 8px;
    font-size: 0.8rem;
}/* End custom CSS */