.ajax-quick-view-btn-6290 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: none;
	background-color: #333;
	color: #fff;
	padding: 10px 20px;
	border-radius: 4px;
	transition: all 0.3s;
}

.ajax-quick-view-btn-6290:hover {
	background-color: #555;
}

.ajax-quick-view-btn-6290 .aqv-icon {
	display: inline-flex;
	align-items: center;
}

.ajax-quick-view-modal-6290 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999 !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ajax-quick-view-modal-6290 .aqv-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: -1;
}

.ajax-quick-view-modal-6290 .aqv-content-box {
	position: relative;
	background: #fff;
	padding: 40px;
	width: 90%;
	max-width: 800px;
	max-height: 90vh;
	overflow-y: auto;
	z-index: 1;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.ajax-quick-view-modal-6290 .aqv-close {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 24px;
	background: none;
	border: none;
	cursor: pointer;
	color: #333;
	padding: 0;
	line-height: 1;
}

.ajax-quick-view-modal-6290 .aqv-close:hover {
	color: #000;
}

.ajax-quick-view-modal-6290 .aqv-loader {
	text-align: center;
	padding: 20px;
	font-weight: bold;
}