html.yith-quick-view-is-open,
html.yith-quick-view-is-open body {
	overflow: hidden;
}

#yith-quick-view-modal {
	position: fixed;
	visibility: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	opacity: 0;
	text-align: center;
	transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
}

#yith-quick-view-modal:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

#yith-quick-view-modal .yith-quick-view-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(68, 70, 69, 0.65);
	z-index: -1;
}

#yith-quick-view-modal .yith-wcqv-wrapper {
	display: inline-block;
	vertical-align: middle;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: left;
	overflow-y: auto;
	background: #ffffff;
	min-width: 310px;
	height: 600px;
	width: 1000px;
}

#yith-quick-view-modal .yith-wcqv-main {
	-webkit-transform: translateY(20%);
	-moz-transform: translateY(20%);
	-ms-transform: translateY(20%);
	-o-transform: translateY(20%);
	transform: translateY(20%);
	opacity: 0;
	/* height: 100%; */
	/* box-shadow: 0 10px 25px rgb(0 0 0 / 50%); */
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
}

#yith-quick-view-modal.open,
#yith-quick-view-modal.open .yith-wcqv-wrapper {
	visibility: visible;
	opacity: 1;
}

#yith-quick-view-modal #yith-quick-view-content {
	height: 100%;
}

#yith-quick-view-modal .yith-wcqv-main:after,
#yith-quick-view-modal .yith-wcqv-main:before {
	content: '';
	display: table;
	clear: both;
}

#yith-quick-view-modal.open .yith-wcqv-main {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	/* height: 100%; */
	/* overflow-y: auto; */
	position: relative;
	padding: 15px 30px;
	background: #ffffff;
}

#yith-quick-view-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 40px;
	z-index: 2;
	opacity: 0.5;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
}

@media(hover:hover) {
	#yith-quick-view-close:hover {
		opacity: 1;
	}
}

li.product .yith-wcqv-button .blockUI.blockOverlay:before {
	background: none;
}

.blockUI.blockOverlay {
	cursor: auto !important;
}

.product-item-image .yith-wcqv-button {
	position: absolute !important;
	width: 100%;
	padding: 10px !important;
	bottom: 0;
	left: 0;
	z-index: 9;
	opacity: 1;
	line-height: 1em !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	text-align: center !important;
	transition: .2s !important;
	-webkit-transition: .2s !important;
	-moz-transition: .2s !important;
	-ms-transition: .2s !important;
	-o-transition: .2s !important;
}

.product-item-image {
	position: relative;
}

@media (hover:hover) {
	.product-item-image .yith-wcqv-button {
		opacity: 0;
	}

	.product-item-wrapper:hover .yith-wcqv-button {
		opacity: 1;
	}

	.product-item-image .yith-wcqv-button {
		padding: 20px !important;
	}
}

@media (max-width: 768px) {
	#yith-quick-view-modal.open .yith-wcqv-main{
		padding: 15px !important;
	}

	#yith-quick-view-modal .button-mode.ophangsysteem{
		flex-direction: column;
	}

	#yith-quick-view-modal .button-mode.ophangsysteem .value,
	#yith-quick-view-modal .button-mode.ophangsysteem .label {
		width: 100%;
		flex: 0 1 100%;
	}
}

@media (max-width: 479px) {
	#yith-quick-view-modal .button-mode li:not(.color-variable-item) {
		width: 100% !important;
		flex: 1 0 100% !important;
	}
}
