
/* =================================
	Product Gallery classes
=================================== */

.photo-gallery-popup{
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	background-color: #fff;
	z-index: 9999999;
}
.thumbnail-container {
	left: 30px;
	position: absolute;
	top: 30px;
	z-index: 999;
}

.thumbnail-container .move-top{
	background-color: #dddfe0;
	cursor: pointer;
	height: 47px;
	text-align: center;
	width: 80px;
	border:none;
}

.thumbnail-container .move-top img {
	margin-top: 12px;
	width: 44px;
}

.thumbnail-container .move-down{
	background-color: #dddfe0;
	cursor: pointer;
	height: 47px;
	text-align: center;
	width: 80px;
	border:none;
}

.thumbnail-container .move-down img {
	margin-top: 12px;
	width: 44px;
}

.thumbnails {
	width: 80px;
	/*height: 400px;*/
	/*overflow: hidden;*/
}

.thumbnails img {
	border-bottom: 1px solid #dddfe0;
	border-left: 1px solid #dddfe0;
	border-right: 1px solid #dddfe0;
	width: 80px;
}

.thumbnails .active img{
	border: 2px solid #545459;
}


.thumbnail-container .slick-vertical .slick-slide{
	border: none;
}

.slick-slide {
	left: -10px;
}

.product-gallery-icons {
	margin-right: -5px;
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 999;
}

.zoom-container {
	position: absolute;
	right: 30px;
	top: 100px;
	z-index: 999;
}

.product-afsluiten {
	background-color: #ffffff;
	cursor: pointer;
	padding: 10px;
}

.zoom-container .zoom {
	background-color: #dddfe0;
	border-radius: 8px;
	cursor: pointer;
	height: 48px;
	margin-left: 4px;
	margin-bottom: 10px;
	text-align: center;
	width: 48px;
}

.zoom-container .zoom img {
	position: relative;
	top: 14px;
}

.large-product {
	height: 100%;
	text-align: center;
}

.large-product img {
	height: 100%;
	width: auto;
	user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
