body.qv-open { overflow: hidden; }

.qv-wrapper {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 10000;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.5s ease;
}
body.qv-open .qv-wrapper {
	right: 0;
	pointer-events: all;
	opacity: 1;
	transition: opacity 0.5s ease;
}
.qv-wrapper .qv-hide {
	display: none !important;
}
.qv-wrapper .qv-detail-wrapper {
	display: block;
	font-family: 'Avenir LT W01_65 Medium1475532';
	font-weight: normal;
}




/* detail page container */
.qv-wrapper .qv-content {
	width: 85%;
	max-width: 640px;
	height: 100%;
	position: absolute;
	right: -100%;
	background-color: #000;
	overflow-y: auto;
	z-index: 10002;
	box-shadow: -5px 0px 5px -2px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: -5px 0px 5px -2px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: -5px 0px 5px -2px rgba(0, 0, 0, 0.35);
	transition: right 0.4s ease;
}
.qv-title-cont {
	display: flex;
	background-color: #6db1c7;
	height: 92px;
	width: 100%;
	align-items: center;
	font-size: 30px;
	margin-bottom: 15px;
}
.qv-title {
	width: calc(100% - 92px);
	padding-left: 15px;
    font-size: 24px;
    text-transform: uppercase;
}
@media(min-width:401px){
	.qv-title {
		padding-left: 30px;
		font-size: 30px;
	}
}
.qv-wrapper .qv-close {
	width: 92px;
	padding: 20px 10px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
	z-index: 10003;
	background-color: #578e9f;
	height: 92px;
    display: flex;
    flex-direction: column;
	align-items: center;
	justify-content: space-around;
}
.qv-wrapper .qv-close span {
	margin-bottom: -5px;
}
.qv-wrapper .qv-close p {
    text-shadow: none;
    font-size: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.qv-wrapper .qv-detail-bg {
	height: 300px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
	background-size: cover !important;
	margin-bottom: 30px;
}

.qv-wrapper .shared-top, 
.qv-wrapper .shared-bottom { padding: 0 15px; }

.qv-wrapper .shared-top { padding-top: 0px; }

.qv-wrapper .shared-top .add-this-panel { 
	margin: 0px auto 20px 0;
	padding-top: 15px;
}
.qv-wrapper .shared-top .add-this-panel [data-sv-addthis] { display: none; } 
.qv-wrapper .shared-top .add-this-panel .printPage { padding-right: 15px; }

.qv-wrapper .shared-top .shared-gallery { margin-bottom: 0; }
.qv-wrapper .shared-top .shared-gallery .gallery-item {
	top: 0;
	margin: 0 auto 20px;
}
.qv-wrapper .shared-top .shared-gallery .gallery-item a { pointer-events: none; }
/* .qv-wrapper .shared-top .shared-gallery .gallery-link { display: none !important; } */

.qv-wrapper .shared-top .shared-info-cont {
	border: 0 none;
}

.qv-wrapper .shared-top .details h2 {
	display: none;
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 10px;
}

.qv-wrapper .shared-top .details h2.qv-detail-title { display: block }

/* .qv-wrapper .shared-top .detail-booking { display: none; } */
.qv-wrapper .shared-top .detail-booking.active { display: flex; }

/* .qv-wrapper .shared-bottom .detail-tab,
.qv-wrapper .shared-bottom .detail-tab.desc .toggle-wrapper,
.qv-wrapper .shared-top .no-booking { display: none; } */
.qv-wrapper .shared-bottom .detail-tab.desc,
.qv-wrapper .shared-bottom .detail-tab.desc .tab-content { display: block }

.qv-wrapper .shared-top .qv-detail-link {
	display: flex;
	background-color: #f9b83e;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	padding: 15px;
	text-align: center;
	margin-bottom: 10px;
	align-content: center;
	justify-content: space-around;
}
.qv-wrapper .shared-top .qv-detail-link a { color: #fff; }

body.qv-open .qv-wrapper .qv-content {
	right: 0;
	transition: right 0.6s ease;
}

body.qv-open .qv-wrapper .qv-content .no-quickview {
	display: none;
}


/* shade background */
.qv-wrapper .qv-shade {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10001;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.5);
}



