
.product-gallery ol.flex-control-nav li a:hover, 
.product-gallery ol.flex-control-nav li a.flex-active{
	background: #099578;
}

.product-gallery ol.flex-control-nav li a{
	background: rgba(250, 250, 250, 0.25);
}


#gallery-container{
	position: relative;
}

#gallery-container{
	overflow: hidden;
	position: relative;
	max-height: 165px;
	height: 165px;
} 

#gallery-container .flex-control-thumbs{
	max-height: 165px;
}

#gallery-container .flex-control-nav.flex-control-thumbs{
	position: relative;
	width: 999999999px;
}

#gallery-container .flex-control-nav.flex-control-thumbs li{
	padding: 10px 5px;
}

.wsr-prod-arrow{
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: transparent;
	left: 0;
	z-index: 999;
	cursor: pointer;
	top: calc(50% - 15px);
	color: #D91A29;
	font-size: 30px;
	text-shadow: 1px 3px 5px #000;
}

.wsr-prod-arrow:hover{
	color: #099578;
}

.wsr-prod-arrow span{
	vertical-align: middle;
}

#wsr-left-arrow{
	left: 0;
}

#gallery-container ol.flex-control-nav.flex-control-thumbs li{
	width: 150px!important;
	margin: 0!important;
	float: left!important;
	position: relative;
}

@media (min-width: 768px)  {
	.woocommerce-product-gallery{
		min-height: 500px;
		background: rgba(0, 0, 0, 0.4);
		background-image: url('loading.png');
		background-repeat: no-repeat;
		background-position: center;
	}

}