.quick-view-container {
	background: rgba(10,10,10,0.85);
}

.quick-view-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -20px;
	margin: auto;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	max-width: 1180px;
	min-width: 935px;
	max-height: 605px;

}
	

.quick-view-carousel {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 70%;
	max-width: 820px;
	min-width: 638px;
	background: #d1d0cf;
	z-index: 1;
}

.quick-view-aside {
	position: absolute;
	top: 0px;
	right: 0;
	bottom: 0px;
	left: auto;
	width: 31%;
	max-width: 360px;
	min-width: 300px;
	padding: 0;
	background: #fff;
	color: #777;
}

.quick-view-aside h3 {
	font-size: 20px;
    line-height: 22px;
	margin-left: 20px;
    margin-top: 14px;
    margin-bottom: 20px;
	margin-right: 70px;
	font-family: AccordAlt_Bold !important;
    font-weight: normal !important;
	color: #2d2926;
}

.quick-view-aside p {
	font-family: HelveticaNeueLTStd-Roman;
	font-size: 14px;
	color: #2d2926;
	padding: 0 50px 0 20px;
}

.quick-view-close {
	position: absolute;
	top: 0px;
	right: 0;
	width: 50px;
	height: 50px;
    background-image: url(/fileadmin/templates/images/arrow_down_close.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	border: 0;
	cursor: pointer;
	z-index: 999;
}


@media (max-width: 965px) {
	
	.quick-view-content {
		width: 100%;
		height: 100%;
		max-width: 740px !important;
		min-width: 600px !important;
		max-height: 605px;
		left: 0;
	}

	.quick-view-carousel {
		width:		calc(50% + 20px) !important;
		max-width: 380px !important;
		min-width: 320px !important;
	}

	.quick-view-aside {
		width:		50% !important;
		max-width: 360px;
		min-width: 300px;
	}

}

@media (max-width: 648px) {
	
	.quick-view-content {
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		max-width: 360px !important;
		min-width: 300px !important;
		max-height: 605px;
		left: 0;
	}

	.quick-view-carousel {
		width:		100% !important;
		max-width: 360px !important;
		min-width: 300px !important;
	}

	.quick-view-aside {
		width:		100% !important;
		max-width: 360px;
		min-width: 300px;
		display: none;
	}

}