#quickview-bg-block {
	display: none;
	background-color : rgb(0 0 0 / 78%);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: fixed;
	z-index: 9999;
}
.quickview-load-img {
	display: none;
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 9999;
	margin: auto;
}
.a-qv-close {
    position: absolute;
	z-index: 10001;
	width: 30px;
	height: 30px;
	background: #657A8D;
	color: #FFF;
	border-radius: 0;
	font-size: 0px;
	border-radius: 2px;
	text-align: center;
	top: 10px;
	right: 10px;
	border: 2px solid #FFF;
}
.a-qv-close::before {
    content: "x";
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
}
.qv-button-container { position: relative }
#quickview-content .alert{
	margin: 20px 0;
}
#quickview-content {
    position: fixed;
	background-color: #fff;
	border: 2px solid #000;
	display: none;
	z-index: 10000;
	width: 80%;
	height: 86%;
	top: 7%;
	left: 10%;
	overflow: auto !important;
	padding: 20px;
}
#product2 + div{
	margin-top: 40px;
}


/* .quick_box :nth-child(1) {
	display: none !important;
} */

/* .quick_box ul.list-unstyled > li {
  display: none;
}

.quick_box ul.list-unstyled > li:has(span.ex-stock) {
  display: list-item !important;
} */

@media(max-width: 1024px){
	#quickview-content{
		width: 90%;
		left: 5%;
	}
}
