button[data-quickview-button] img { 
	width: 26px;
	margin-left: 2px;
}
button[data-quickview-button] { 
	pointer-events: all !important;
	color: #0081a1;
	padding: 6px 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	background: none;
	margin: 0;
	position: absolute;
	bottom: 16px;
	right: 0;
}

.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 .info .info-top {
	display: flex;
	justify-content: space-between;
	font-family: 'petala-pro', Sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #a4a4a4;
}

.quickview-detail .info .ta-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5px;
}

.quickview-detail .info .ta-section .price {
	color: #db5f26;
	font-size: 26px;
	font-family: 'petala-pro', Sans-serif;
	font-weight: 900;
}

.quickview-detail .info .ta-section .tripadvisor-snippet .reviews-rating-line h4 {
	margin-bottom: 3px;
	color: #343434;
	font-family: 'petala-pro', Sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	text-align: left;
}

.quickview-detail .info .dates-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 8px 0;
}

.quickview-detail .info .dates-row .dates {
	font-weight: bold;
	color: #db5f26;
}

.quickview-detail .info .dates-row .tripadvisor {
	max-width: 180px;
}
.quickview-detail .info .ta-section .tripadvisor-snippet a {
	pointer-events: none;
}

.quickview-detail .info .ta-section .tripadvisor-snippet .reviews-rating-line-text a {
	color: #a4a4a4;
	font-size: 10px;
	font-family: 'petala-pro', Sans-serif;
	border-bottom: 1px solid #a4a4a4;
}
.quickview-detail .info .ta-section .tripadvisor-snippet img {
	margin-left: -5px;
}

.quickview-detail .locations span {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 18px;
	font-family: 'petala-pro', Sans-serif;
	line-height: 1.4;
}

.quickview-detail .locations > a {
	margin-bottom: 1rem;
}

.quickview-detail .locations span .map-point {
	margin-right: 15px;
	width: auto;
	height: 35px;
}

.quickview-detail .locations span > .link-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.quickview-detail.open {
	background-color: rgba(0,0,0,0.2);
	pointer-events: all;
}

.quickview-detail .outside-click-intercept { flex: 1; }

.quickview-detail > .inner {
	width: 100%;
	max-width: 400px;
	overflow-y: auto;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	background-color: #fff;
}

@media (min-width: 64em) {
	.quickview-detail > .inner {
		max-width: 500px;
	}	
}

.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 20px;
	background-color: #fff;
	font-family: 'petala-pro', Sans-serif;
}

.quickview-detail .control-bar .quickview-icon {
	color: rgb(66, 65, 65);
}

.quickview-detail .controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 72px;
}

.quickview-detail .control-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	color: #222;
	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: 38px;
	height: 100%;
}

.quickview-detail .content > *:not(.image) {
	padding: 0 20px;
}

.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 5 Free';
	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: #d42727
}

.quickview-detail .content .title {
	display: block;
	margin-bottom: 12px;
	font-size: 1.4rem;
	line-height: 1.2;
	color: #343434;
	font-weight: 400;
	font-family: 'petala-pro', Sans-serif;
}
.quickview-detail li.locations.truncate label {
	margin-bottom: 10px;
	font-family: 'petala-pro', Sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #343434;
	font-weight: 600;
}
.quickview-detail .content .learn-more {
	background: #E94127;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	font-family: 'petala-pro', Sans-serif;
	font-size: 19px;
}
.quickview-detail .content .learn-more a {
	color: #fff;
}
.quickview-detail .content .info-list,
.quickview-detail .content .social {
	margin: 0;
	margin-bottom: 24px;
	list-style: none;
	font-family: 'petala-pro', Sans-serif;
	color: #343434;
}

.quickview-detail .content .info-list li {
	margin-bottom: 17px;
}

.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 {
	font-family: 'petala-pro', Sans-serif;
	font-size: 18px;
}

.quickview-detail .content .meta .meta-title {
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
	color: #343434;
	line-height: 1.1;
	font-family: 'petala-pro', Sans-serif;
}
.quickview-detail .content p {
	color: #a4a4a4;
	font-family: 'petala-pro', Sans-serif;
	line-height: 1.4;
}
.quickview-detail .content .info li a {
	color: #047E9F;
	font-family: 'petala-pro', sans-serif;
}

.quickview-detail .content .info li .location-link {
	position: static;
	visibility: visible;
	display: flex;
	align-items: center;
}

.quickview-detail .content .info li .location-link > * {
	margin-right: 12px;
}

.quickview-detail .content .info li .location-link > *:last-child {
	margin-right: 0;
}

.quickview-detail .contact-section {
	margin: 20px -20px;
	padding: 15px 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #e8e8e8;
}

.quickview-detail .contact-section .contact-button {
	display: inline-block;
	padding: 12px;
	width: calc(50% - 15px);
	color: #0081a1;
	font-family: 'petala-pro', sans-serif;
	font-size: 18px;
	line-height: 1;
	border: 1px solid #0081a1;
	border-radius: 3px;
	background: white;
	text-align: center;
}

.quickview-detail .contact-section .book-now-button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 12px;
	width: calc(50% - 15px);
	color: white;
	font-family: 'petala-pro', sans-serif;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	background: #E94127;
	border: 1px solid transparent;
	border-radius: 3px;
}

.quickview-detail .contact-section .book-now-button img {
	margin-left: 15px;
	height: 15px;
}

.quickview-detail .content .info-list li.amenityTree {
	margin-bottom: 30px;
}

.quickview-detail .amenityTree .amen-subtab {
	margin-left: 0;
	list-style-type: none;
	background-color: transparent;
}

.quickview-detail .amenityTree .amen-subtab > li {
	margin: 0;
	padding: 10px;
	max-width: 100%;
	font-family: 'petala-pro', sans-serif;
	font-size: 16px;
	line-height: 1.2;
}

.quickview-detail .amenityTree .amen-subtab > li:nth-child(odd) {
	background: #f3f3f3;
}

.quickview-detail .amenityTree .amenity-field {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.quickview-detail .deal-text {
	margin: 4px 0;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2;
	color: #db5f26;
}