#product-images-container {
	text-align: center;
	padding: 0;
	margin-bottom: 40px;
	display: block;
}

.image-detail{
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.products-slider-detail {
	padding: 8px;
	background: #f5f5f5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.products-slider-detail a {
	display: block;
	background: #fff;
	border: 1px solid #e4e4e4;
}
.products-slider-detail span.thumb-img {
	display: block;
	height: 60px;
	width: 65px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
	background-color: #fff;
}
.productdetail-img .owl-theme .owl-nav {
	position: absolute;
	top: 5px;
	right: 0;
	margin-top: 0;
}
.productdetail-img .owl-theme .owl-nav .owl-prev {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.productdetail-img .owl-theme .owl-nav .next {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.productdetail-img .owl-theme .owl-nav [class*='owl-'] {
	font-size: 18px;
	line-height: 1;
	margin: 0;
	padding: 0 5px;
	opacity: .5;
	border-radius: 0;
}
.products-slider-detail.onethumb {
	display: none !important;
}
.zoomContainer{
	overflow: hidden;
}

@media only screen and (min-width:992px) and (max-width: 1200px)  {
	.image-detail .product-img{
		min-width: auto !important;
		height: 400px !important;
	}
}
@media only screen and (max-width:991px){
	.product-single .productdetail-img {
		max-width: 600px;
		margin: auto;
		width: 100%;
	}
	.product-single .image-detail .product-img  {
		height: 500px !important;
		min-width: auto !important;
	}
	.product_quickview .image-detail .product-img {
		height: 400px !important;
		min-width: auto !important;
	}
}
@media only screen and (max-width:600px){
	.product-single .image-detail .product-img {
		height: 480px !important;
	}
	.product_quickview .image-detail .product-img {
		height: 340px !important;
	}
}
@media only screen and (max-width:480px){
	.product-single .image-detail .product-img  {
		height: 380px !important;
	}
	.product_quickview .image-detail .product-img {
		height: 320px !important;
	}
}
@media only screen and (max-width:380px){
	.product-single .image-detail .product-img {
		height: 360px !important;
	}
	.product_quickview .image-detail .product-img {
		height: 300px !important;
	}
}
