/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 07 2025 | 13:25:09 */
.shop_lightbox {
	
}

.shop_lightbox_more {
		display: inline-block;
}


.lightbox_group_grandtableau {
	
}

.lightbox_wrapper {
	display: flex;
	flex-flow: row wrap;
	/* justify-content: space-between; */
	align-items: center;
	/* flex-wrap: wrap; */
	align-content: flex-start;
	gap: 1%;
	gap: 15px 4.5%;
	align-items: stretch;
}

.lightbox_item_wrapper {
	
}

.lightbox_item_wrapper.lightbox_first_item { 
/* .lightbox_item_wrapper.lightbox_item:first-of-type { */
	width: 100%;
}

.lightbox_item_wrapper.lightbox_item {
	width: 30%;
	/*
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px rgba(0, 0, 0, 1) solid;
	*/
	margin: 0 !important;
	padding: 0 !important;
}

/*
.lightbox_image { }
.lightbox_video { }
*/



.video_popup { 
	position: relative; 
	background: transparent; 
	padding: 0px; 
	width: auto; 
	max-width: 500px; 
	text-align: center; 
	margin: 50px auto; 
	height: 80vh;
}

.video_popup video { 
	height: 80vh; 
	width: fit-content;
}
	
.mfp-close {
	width: 70px;
	height: 70px;
	line-height: 70px;
	right: 10px;
	top: 10px;
	color: #fff;
	font-size: 70px;
}

.mfp-arrow-left .mfp-a, 
.mfp-arrow-left:after, 
.mfp-arrow-right .mfp-a, 
.mfp-arrow-right:after {
	color: #ffd273;
	color: #fff;
	background: rgba(0,0,0,0.5) !important;
}

.mfp-title,
.mfp-counter {
	opacity: 0;
	display: none;
}

