#gallery{
	background: #000;
}

#gallery h2{
	color: #fff;
}

#gallery h3{
	color: #777;
}

section{
	margin: 0 auto;
}

#product-gallery-type-list{
	display: flex;
}

#product-gallery-type-list li{
	list-style: none;
	/*background: #F9F9F9;*/
	color: #fff;
	padding: 8px 10px;
	margin: 5px;
	letter-spacing: 1px;
	cursor: pointer;
}

#product-gallery-type-list li.active{
	/*background: rgb(95, 141, 184);*/
	color: rgb(95, 141, 184);
	font-weight: bold;
	cursor: pointer;
	border-bottom: 2px solid rgb(95, 141, 184);
}

.products-gallery{
	display: flex;
	flex-wrap: wrap;
	min-height: 430px;
}

.products-gallery .product-gallery{
	position: relative;
	width: 210px;
	height: 210px;
	margin: 5px;
}

.products-gallery .product-gallery img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	object-fit: cover;
}

#products-gallery-list img{
	
}