button[data-quickview-button] {pointer-events: all !important; }

.layoutjs .info button.qv-btn{
	background-color: #47D7AC;
    border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
    margin: unset;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
	padding: 9px 0px !important;
    max-width: 150px;
}

.layoutjs .info .qv-btn i{
	padding-right: 4px;
}

.layoutjs .info button.qv-btn:hover {
	color: var(--white);
}

.quickview-detail {
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	transition: background-color 200ms cubic-bezier(0,0,0.3,1);
	pointer-events: none;
}

.quickview-detail.open {
	background-color: rgba(0,0,0,0.2);
	pointer-events: all;
}

.quickview-detail .info .visitwebsite {
	background-color: #47D7AC;
    color: white;
	font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    padding: 12px 30px;
	letter-spacing: 0.5px;
	text-align: center;
	font-weight: 600;
	border-radius: 40px;
}

.quickview-detail .outside-click-intercept { flex: 1; }

.quickview-detail > .inner {
	width: 100%;
	max-width: 400px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	background-color: #fff;
}
/* .quickview-detail .mini-date-container{
	color: #fff;
    font-size: 25px;
    font-weight: 600;
    background-color: #47D7AC;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    font-family: "transat-text", sans-serif;
    border-radius: 0px 0px 90px 0px;
    height: 100px;
    width: 100px;
    padding: 20px 0px 0px 25px;
    line-height: 20px;
}
.quickview-detail .mini-date-container span.month {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
}
.quickview-detail .mini-date-container span.day {
    font-size: 32px;
} */
@media (min-width: 64em) {
	.quickview-detail > .inner {
		max-width: 768px;
	}	
}

.quickview-detail .slide-enter-active,
.quickview-detail .slide-leave-active {
	transition: transform 200ms cubic-bezier(0,0,0.3,1);
}

.quickview-detail .slide-enter-to,
.quickview-detail .slide-leave {
	transform: none;
}

.quickview-detail .slide-enter,
.quickview-detail .slide-leave-to {
	transform: translateX(110%);
}

.quickview-detail .control-bar {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding: 12px 4px;
	padding-left: 24px;
	background-color: #004C97;
}

.quickview-detail .control-bar .quickview-icon {
	color: #fff;
}

.quickview-detail .controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 72px;
}

.quickview-detail .control-bar span{
	color: #fff;
}
.quickview-detail .control-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	color: #fff;
	border-radius: 50%;
	background-color: transparent;
	transition: background-color 120ms cubic-bezier(0,0,0.3,1);
}

.quickview-detail .control-btn:hover {
	background-color: whitesmoke;
}

.quickview-detail .content {
	padding-bottom: 32px;
	height: 100%;
	overflow-y: auto;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
}

.quickview-detail .content > *:not(.image) {
	padding: 0 24px;
}

.quickview-detail .content > *:last-child {
	padding-bottom: 32px;
}

.quickview-detail .content .image > a {
	position: relative;
	display: block;
}

.quickview-detail .content .image .thumb {
	display: block;
	margin-bottom: 16px;
	width: 100%;
}

.quickview-detail .tripbuilder {
	position: absolute;
	top: 0;
	right: 0;
}

.quickview-detail .tripbuilder a {
	position: relative;
	display: block;
	width: 32px;
	font-family: 'Font Awesome 6 Pro';
	font-size: 26px;
}

.quickview-detail .tripbuilder .addTrip:before {
	content: "\f004";
	width: 100%;
	font-weight: 900;
	color: #000;
	opacity: 0.5;
}

/* FontAwesome Heart outline */
.quickview-detail .tripbuilder .addTrip:after{
	content: "\f004";
	position: absolute;
	right: 0;
	width: 100%;
	font-weight: 400;
	color: #fff;
}

.quickview-detail .tripbuilder .removeTrip:before{
	content: "\f004";
	width: 100%;
	font-weight: 900;
	color: #e7a415;
}

.quickview-detail .content .title {
	line-height: 1.2;
	font-size: 35px;
    font-family: 'Ubuntu', sans-serif;
    color: #000; 
    font-weight: 600;
	display: block;
	margin-bottom: 12px;
}
.quickview-detail .locations.truncate a{
	color: #004C97;
    font-weight: 900;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
}
.quickview-detail .locations.truncate{
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
}
.quickview-detail .info-list .meta.phone span:first-of-type,
.quickview-detail .locations.truncate span:first-of-type{
	font-weight: 700;
}
.quickview-detail .info-list .meta.phone span:last-of-type{
	font-size: 18px;
	padding:0 0 10px 5px;
}

.quickview-detail .info-list .meta.phone{
	display: flex;
    align-items: baseline;
	font-family: 'Source Sans Pro', sans-serif;
}


.quickview-detail .truncate i {
    font-size: 15px;
    margin-right: 7px;
}
.fa-map-marker-alt:before {
    content: "\f3c5";
}

.quickview-detail .tripadvisor-snippet .reviews-rating-line .review-img {
	margin-left: -10px;
}

.quickview-detail .content .info-list,
.quickview-detail .content .social {
	margin: 0;
	margin-bottom: 24px;
	list-style: none;
}

.quickview-detail .content .info-list li {
	margin-bottom: 12px;
}

.quickview-detail .content .social {
	display: flex;
	flex-wrap: wrap;
}

.quickview-detail .content .social li {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 6px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: transparent;
	transition: background-color 120ms cubic-bezier(0,0,0.3,1);
}

@supports (display: grid) {
	.quickview-detail .content .social {
		display: grid;
		grid-template-columns: repeat(auto-fill, 30px);
		gap: 12px;
	}

	.quickview-detail .content .social li {
		margin: 0;
	}
}

.quickview-detail .content .social li:hover {
	background-color: rgba(0,0,0,0.06);
}

.quickview-detail .content .meta .meta-title {
	display: block;
	margin-bottom: 6px;
	font-size: 18px;
 	font-family: 'Source Sans Pro', sans-serif;
	color: #000;
	line-height: 1.1;
	font-weight: 700;
}

.quickview-detail .read-more{
	 color:black;
	 font-weight: 700;
}