.woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	margin-bottom: 1.618em;
	cursor: pointer;
}
.single-product .pswp__button {
	background-color: transparent
}
.single-product div.product {
	position: relative;
	overflow: hidden
}
.single-product div.product:after, .single-product div.product:before {
	content: "";
	display: table
}
.single-product div.product .images, .single-product div.product .summary, .woocommerce-product-gallery {
	margin-bottom: 2.617924em;
	margin-top: 0
}
.woocommerce-product-gallery {
	position: relative
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
	display: none!important
}
.woocommerce-product-gallery img {
	margin: 0
}
.woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1.618em
}
.woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0
}
.woocommerce-product-gallery .flex-control-thumbs:after, .woocommerce-product-gallery .flex-control-thumbs:before {
	content: "";
	display: table;
	clear:both;

}
.woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	margin-bottom: 1.618em;
	cursor: pointer
}
.woocommerce-product-gallery .flex-control-thumbs li img {
	/*opacity: .5;
	-webkit-transition: all, ease, .2s;
	-moz-transition: all, ease, .2s;
	transition: all, ease, .2s */
}
.woocommerce-product-gallery .flex-control-thumbs li img.flex-active,  .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	 opacity: 0.5;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 42.8571428571%;
	float: left;
 	margin-right: 14.2857142857%;
}
.woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0
}
.woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 23.8095238%;
	float: left;
        margin-right: 14.2857142857%;
}
.woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0
}
.woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	/*width: 14.2857142857%; */
	width: 18%;
	float: left;
	/*margin-right: 14.2857142857% */
	margin-right: 8.2857142857%; 
}
.woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0
}
.single-product div.product .images .woocommerce-main-image {
	margin-bottom: 1.618em;
	display: block
}
