.card-anchor-button {
    font-size: 16px;
    border-radius: 0;
    background-color: #e62145 !important;
    border-color: #e62145 !important;
    box-shadow: 2px 2px #1f1f1f;
}
/*.card-promo-alert {
    display: inline-flex;
    flex-direction: row;
    padding: 8px 12px;
    background-color: #f03030;
    border-radius: 24px;
}
.card-promo-alert {
	font-size: 13px;
    line-height: 1.275;
    color: #fff;
}*/
.card-anchor-button svg {
    position: relative;
    top: 0;
    margin-left: 12px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: rgb(255, 255, 255);
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}
.card-anchor-button:hover svg {
    transform: translateX(0);
}
.t-booking-widget-btn {
	background-color: #e62145 !important;
    border-color: #e62145 !important;
}
.card-hr {
    display: flex;
    align-items: center;
}
.card-hr h3 {
	margin: 0; 
	padding-right: 40px;
	font-weight: 600;
	white-space: nowrap;
}
.card-ln {
	flex: 1 1 auto;
	margin-top: 6px;
	background-color: currentColor;
}
.card-ln.h-px {
    height: 1px;
	width: 100%;
}
.deal-card-wrap {
    display: flex;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(18, 18, 18, 0.18) 0px 3px 12px 0px;
	transition-duration: .2s;
	transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}
.deal-card-wrap:hover {
	cursor: pointer;
	/*transform: scale(1.01);*/
	box-shadow: rgba(0,61,105,.1) 1px 1px 2px;
	transition-duration: .3s;
}
.deal-card-wrap {
    position: relative;
	overflow: hidden;
	transform-origin: bottom;
    min-height: 310px;
}
.deal-card-inner {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.deal-card-inner {
	height: 100%;
	padding: 20px 20px 20px 40px;
}
.card-1-4 {
    width: 25%;
	display: flex;
}
.card-3-4 {
    width: 75%;
}
.card-1-4-between {
	display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}
.card-3-4.pr-3-4 {
	padding-right: 40px;
}
.card-1-4 .item-image-wrap {
	padding-top: 100%;
}
.deal-card-header {
    display: flex;
    flex-direction: column;
}
.deal-card-title {
	margin-top: 0;
	font-size: 24px;
	line-height: 1.575;
	font-weight: 600;
    color: rgb(36, 36, 53);
	text-transform: uppercase;
}
.deal-card-runner {
    display: block;
    font-size: 18px;
    line-height: 1.375;
    color: rgb(21 21 90);
}
.deal-card-dot {
    display: inline;
}
.deal-card-dot + .deal-card-dot::before {
	display: inline-block;
    top: 50%;
	content: "";
    width: 0.275em;
    height: 0.275em;
    margin: 0px 0.4em;
    border-radius: 50%;
    background-color: #e62145;
    transform: translateY(-50%);
}
.deal-card-desc {
    margin-top: 20px;
    color: rgb(33, 33, 33);
	font-size: 14px;
	line-height: 1.675;
}
.deal-card-desc p:last-child {
	margin-bottom: 0;
}
.card-aside-top {
    text-align: right;
}
.card-price-wrap {
    display: flex;
    align-items: center;
    white-space: nowrap;
    color: rgb(36, 36, 53);
}
.card-price-small {
    font-size: 16px;
    line-height: 1.275;
	margin-right: 10px;
}
.card-price-title {
    font-size: 24px;
    line-height: 1.275;
    font-weight: 600;
    color: rgb(36, 36, 53);
    letter-spacing: 0.1rem;
}
.card-type-wrap {
    display: inline-flex;
    align-items: center;
	margin-top: 10px;
}
.card-type-circle {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #4CAF50;
}
.card-type-reveal {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    margin-left: 10px;
}
.card-type-reveal {
    font-size: 16px;
    line-height: 1.275;
    color: rgb(36, 36, 53);
}
/*--------------------------------------------------------------
# Card details
--------------------------------------------------------------*/
.card-navbar-wrapper {
	width: 100%;
	overflow: hidden;
    background-color: #f1f1f1;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 8%);
}
.card-navbar-inner {
	display: flex;
	height: 60px;
    box-shadow: none;
	position: relative;
}
.card-navbar-full {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
	z-index: 1;
}
.card-navbar-full {
    flex-shrink: 1;
}
.card-navbar-wrap {
	position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.card-navbar-fill {
	translate: none;
    rotate: none;
    scale: none;
    touch-action: pan-y;
    cursor: grab;
    user-select: none;
    transform: translate3d(0px, 0px, 0px);
}
.card-navbar-fill {
	display: flex;
	height: 100%;
}
.card-navbar-tab {
	display: flex;
	align-items: center;
	height: 100%;
	color: rgb(36, 36, 53);
	position: relative;
	touch-action: pan-y;
}
 .card-navbar-text {
	padding-left: 20px;
	padding-right: 20px;
	transition-duration: .3s;
	touch-action: pan-y;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}
.card-navbar-text {
	height: 100%;
	display: flex;
	align-items: center;
	margin-right: 6px;
}
.card-navbar-text {
	font-size: 20px;
	line-height: 1.275;
}
.navbar-b-primary {
	border-bottom: 2px solid #b2c4d1;
}
.navbar-b-primary:hover {
	border-bottom-color: #003d69;
}
.card-navbar-pipe {
	position: absolute;
	height: 28px;
	width: 1px;
	right: 0;
	top: 50%;
    transform: translateY(-50%);
	touch-action: pan-y;
	pointer-events: none;
	background-color: #b2c4d1;
}
.card-detail-wrapper {
    background: #fff;
    -webkit-box-shadow: 0 4px 12px -2px rgb(18 18 19 / 20%);
    box-shadow: 0 4px 12px -2px rgb(18 18 19 / 20%);
}
.card-detail-body {
    padding: 30px 0;
}
.card-detail-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.card-detail-col1 {
    position: relative !important;
    min-height: 1px !important;
}
.card-detail-col1 {
    width: calc(100% - 33%);
    padding-right: 80px;
}
.card-detail-col2 {
    padding: 0;
    width: 33%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
.wayfinding-nav-wrap {
    padding-bottom: 10px;
}
.wayfinding--nav {
    position: relative;
    /*height: 18px;
    min-height: 18px;*/
    padding-left: 0;
}
.wayfinding--nav .l-s {
    white-space: nowrap;
    display: inline-block;
}
.wayfinding--nav .l-s ol {
    margin-bottom: 0;
}
.wayfinding--nav .l-s ol > li {
    float: left;
    position: relative;
    padding-right: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 310px;
}
.wayfinding--nav .l-s ol > li a {
    font-size: 16px;
	line-height: 1.275;
    color: rgb(100, 100, 100);
    font-weight: 600;
    text-transform: capitalize;
}
.wayfinding--nav .l-s ol > li a:after {
    position: absolute;
    left: 102%;
    top: 1px;
    content: "\f105";
    font-family: 'FontAwesome';
    margin-left: -15px;
    font-size: 16px;
}
.wayfinding--nav .l-s ol > li:last-child a:after {
    content: "";
}
.card-date-block {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	justify-content: space-between;
}
.card-date-block h3 {
	margin: 0;
	font-size: 14px;
    line-height: 1.275;
    color: rgb(21 21 90);
	font-weight: 600;
}
.card-date-block h3 {
    padding: 8px 12px;
    border-radius: 4px;
	background-color: #E8B840;
}
.card-copy-item {
    font-size: 14px;
    color: #444;
    letter-spacing: .1em;
    font-weight: 600;
    border: 0;
    text-transform: uppercase;
    background-color: transparent;
    margin-right: 20px;
    padding-left: 20px;
}
.card-copy-item::before {
    content: "\f0c5";
    position: absolute;
    top: 13px;
    left: 0;
    font-size: 14px;
    color: #444;
    font-weight: 600;
    font-family: 'FontAwesome';
}
.card-event-button {
	display: flex;
    align-items: center;
    justify-content: flex-start;
	gap: 16px;
}
.card-event-button {
    position: relative;
	cursor: pointer;
    height: 5.5rem;
    width: 100%;
    max-width: 100%;
    padding: 8px 48px 8px 16px;
    border-radius: 8px;
    border: 1px solid #adb5bd;
    background-color: transparent;
    text-align: left;
}
.card-event-button {
    font-size: 1.56rem;
    font-weight: 500;
	line-height: 1.275;
	color: rgb(60, 60, 60);
    overflow: visible;
    text-align: left;
    letter-spacing: 0.04rem;
}
.card-event-button__arrow {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    pointer-events: none;
}
.card-event-button__icon {
    width: 3rem;
    height: 3rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #e5e5e5;
    margin-right: 0.75rem;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.card-event-button__label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
/*.card-event-button__label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}*/
.card-event-button__ft {
    font-size: 11px;
	line-height: 1.275;
    font-weight: 600;
    color: rgb(40 40 40);
    margin-bottom: 0.4rem;
    letter-spacing: 0.04rem;
	text-transform: uppercase;
}
.card-event-button__label h4 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.card-event-button__label h4 {
	margin: 0;
    font-size: 16px;
    line-height: 1.275;
    font-weight: 500;
}
.card-event-button__label .v-r {
    height: 14px;
    margin: 0 8px;
    border-left: 1px solid #bdbdbd;
}
.card-detail-title {
	margin-top: 0;
	font-weight: 600;
	line-height: 1.375;
}
.card-detail-block {
    font-size: 1.6rem;
    line-height: 1.675;
    font-weight: 400;
    padding-bottom: 24px;
}
.card-detail-tripilio {
    position: sticky !important;
    top: 24px !important;
    z-index: 3 !important;
}
.card-assist-block {

}
.card-assist-wrap {
	display: flex;
	align-items: center;
}
.card-assist-pic {
	flex: none;
	width: 80px;
	height: 80px;
	position: relative;
	overflow: hidden;
	border-radius: 100%;
	background-color: #f1f1f1;
}
.card-assist-pic img {
	border-radius: 100%;
	height: 100%;
    width: 100%;
}
.card-assist-fill {
	padding-left: 20px;
}
.card-assist-fill h3 {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 1.375;
}
.card-assist-tel {
    margin-top: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.card-assist-ico {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.card-assist-ico {
	width: 2.5rem;
    height: 2.5rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #00d4a4;
    margin-right: 0.75rem;
}
.card-assist-text {
	font-size: 18px;
	line-height: 1.275;
    font-weight: 600;
	color: #444;
	display: inline-block;
	letter-spacing: 0.04rem;
}
.card-includes-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.card-includes-wrapper {
	position: relative;
	padding: 18px;
	border-radius: 20px;
	width: 100%;
	box-shadow: 10px 10px 30px 10px rgba(191, 206, 217, 0.5);
}
.card-includes-inner {
	width: 100%;
	padding: 30px 20px 20px;
	border: 1px solid #333;
	border-radius: 15px;
}
.card-includes-title {
	position: relative;
    z-index: 2;
	padding-left: 10px;
    padding-right: 10px;
	margin-top: 0;
	margin-bottom: -10px;
}
.card-includes-title {
	display: inline-block;
    background-color: #FFF;
}
.card-includes-ico svg {
	width: 18px;
	height: 20px;
	display: inline-block;
	margin-right: 8px;
	margin-top: -3px;
	vertical-align: middle;
}
.card-includes-inner ul {
	padding-left: 18px;
	margin-bottom: 0;
}
.card-includes-inner ul li {
	margin-bottom: 6px;
}
.card-includes-inner ul li:last-child {
	margin-bottom: 0;
}
.card-event-action {
    display: flex;
    flex-direction: column;
	width: 100%;
}
.card-event-price {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: .3em;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.475;
	color: rgb(36, 36, 53);
}
.card-event-price small {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
}
/*--------------------------------------------------------------
# Hotell details
--------------------------------------------------------------*/
.deal-card-outer {
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.deal-card-baseline {
    display: flex;
    align-items: center;
}
.deal-card-baseline {
    color: rgb(21 21 90);
	padding: 10px 20px 10px 30px;
	background-color: #e8e8e8;
}
.deal-card-topline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.deal-card-topline {
    margin-bottom: 24px;
}
.deal-card-topline h3 {
    margin: 0;
    font-size: 26px;
    line-height: 1.275;
    font-weight: 600;
    color: rgb(36, 36, 53);
}
.deal-card-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px;
}
.deal-toggle-label {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: rgb(36, 36, 53);
    padding-right: 10px;
}
.deal-card-toggle label {
    display: inline-block;
    position: relative;
    max-width: 100%;
    cursor: pointer;
}
.deal-card-toggle input {
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.deal-toggle-block {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
    background-color: #333;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
.deal-toggle-block::after {
    position: absolute;
    bottom: 2px;
	left: 4px;
    content: "";
    height: 20px;
    width: 20px;
    background-color: white;
    -webkit-border-radius: 50%;
    -webkit-transition: 0.4s;
    border-radius: 50%;
    transition: 0.4s;
}
.deal-card-rating {
    margin-top: -6px;
	margin-bottom: 10px;
	line-height: 1;
}
.deal-card-rating .s-s {
    font-size: 12px;
}
.deal-card-list ul {
    margin: 0;
}
.deal-card-list ul li {
    position: relative;
    padding: 0;
    margin-right: 15px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: rgb(86, 86, 86);
}
.deal-card-list ul li {
    padding-left: 14px;
}
.deal-card-list ul li::before {
	position: absolute;
    top: 0;
    left: 0;
    content: "\f041";
    font-family: FontAwesome;
    font-size: 14px;
    color: rgb(86, 86, 86);
}
.card-dg-caption {
    margin-top: 6px;
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
    color: rgb(60, 60, 60);
}

@media only screen and (max-width: 991.98px) {
.deal-card-inner {
    flex-direction: column;
}
.deal-card-inner {
	padding: 20px 20px 20px 30px;
}
.card-1-4 {
    width: 33.33333333333333%;
}
.card-3-4 {
	width: 66.66666666666666%;
}
.card-3-4.pr-3-4 {
	width: 100%;
    padding-right: 0;
	padding-bottom: 15px;
}
.card-1-4-between {
    flex-direction: row;
    width: 100%;
    margin-top: auto;
}
.card-aside-top {
    text-align: left;
}
.card-type-wrap {
	margin-top: 5px;
}
/*------------------------------------------------------------*/
.card-navbar-text {
    font-size: 18px;
}
.card-detail-col1 {
    width: calc(100% - 40%);
    padding-right: 40px;
}
.card-detail-col2 {
    width: 40%;
}
.wayfinding--nav .l-s ol > li a {
    font-size: 14px;
}
.card-detail-title {
    font-size: 20px;
    line-height: 1.475;
}
.card-detail-block {
    font-size: 1.5rem;
}
.card-assist-pic {
    width: 46px;
    height: 46px;
}
.card-assist-fill h3 {
    font-size: 14px;
    line-height: 1.475;
}
.card-assist-text {
    font-size: 16px;
}
.banner-main-container.compact, .banner-image.compact {
    height: auto !important;
    aspect-ratio: 3 / 2;
}
.card-event-price {
    font-size: 22px;
}
}
@media only screen and (max-width: 767.98px) {
.deal-card-wrap {
	flex-direction: column;
}
/*.deal-card-wrap:hover {
	transform: none;
}*/
.card-1-4,.card-3-4 {
	width: 100%;
}
.card-1-4 .item-image-wrap {
	padding-top: 250px;
}
.card-1-4-between {
	border-top: 1px solid #e7e7e7;
    padding-top: 10px;
}
/*------------------------------------------------------------*/
.card-detail-col1, .card-detail-col2 {
    width: 100%;
	padding: 0;
	margin: 0;
}
.wayfinding--nav .l-s ol > li {
    max-width: unset;
}
.card-assist-block {
	padding: 20px;
    border-radius: 8px;
	border: 1px solid #adb5bd;
}
.card-assist-pic {
	width: 60px;
	height: 60px;
}
.card-assist-fill h3 {
	line-height: 1.575;
}
/*------------------------------------------------------------*/
.card-dg-caption {
    margin-top: 4px;
}
.deal-card-topline h3 {
    font-size: 22px;
}
}
