
.eccomerce-gallery-container
{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.eccomerce-gallery-container .images-thumbs{
	-ms-flex: 0 0 15%;
	flex: 0 0 15%;
	max-width: 15%;
}
.eccomerce-gallery-container .images-thumbs .small-thumb-wrapper{
	overflow:hidden;
	height:600px;
	position:relative
}
.eccomerce-gallery-container .images-thumbs .small-thumb-wrapper span.icons-gallery{
	position:absolute;
	display:inline-block;
	left:50%;
	transform:translateX(-50%);
	z-index:10;
	background-color:#fff;
	width:20px;
	height:20px;
	text-align:center;
	cursor:pointer;
}
.eccomerce-gallery-container .images-thumbs .small-thumb-wrapper span.icons-gallery.icons-up
{
	top:0;
}
.eccomerce-gallery-container .images-thumbs .small-thumb-wrapper span.icons-gallery.icons-down
{
	bottom:0;
}

.eccomerce-gallery-container .images-bigger{
	-ms-flex: 0 0 85%;
	flex: 0 0 85%;
	max-width: 85%;
}
.eccomerce-gallery-container .images-bigger .bgBigImage
{
	height:470px;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	cursor:zoom-in;
	display:block;
	border:2px solid #ccc;
	margin-left:5px;
	width:100%;
}



.eccomerce-gallery-container .images-thumbs .image
{
	width:100%;
	height:94px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
	cursor:pointer;
}
.eccomerce-gallery-container .images-thumbs .image:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:2px solid #ccc;
}
@media screen and (max-width:480px)
{
	.eccomerce-gallery-container .images-thumbs .small-thumb-wrapper
	{
		height:400px;
	}
	.eccomerce-gallery-container .images-thumbs .image {
		height:77px;
	}
	.eccomerce-gallery-container .images-bigger .bgBigImage
	{
		height:400px;
	}
}

@media screen and (max-width:576px)
{
	.eccomerce-gallery-container
	{
		padding:10px;
	}
	
	.eccomerce-gallery-container .images-thumbs
	{
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.eccomerce-gallery-container .images-bigger
	{
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
	}
	
}
@media screen and (min-width:481px) and (max-width:576px)
{
	.eccomerce-gallery-container
	{
		padding:20px;
	}
	.eccomerce-gallery-container .images-thumbs .small-thumb-wrapper
	{
		height:500px;
	}
	.eccomerce-gallery-container .images-thumbs .image {
		height:100px;
	}
	.eccomerce-gallery-container .images-bigger .bgBigImage
	{
		height:500px;
	}
}
@media screen and (min-width:577px) and (max-width:767px)
{
	.eccomerce-gallery-container .images-thumbs .small-thumb-wrapper
	{
		height:600px;
	}
	.eccomerce-gallery-container .images-thumbs .image {
		height:120px;
	}
	.eccomerce-gallery-container .images-bigger .bgBigImage
	{
		height:600px;
	}
}