.zoom-view img{
	height: auto !important;
}
.zoom-product-slider{
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	justify-content: space-between;
}
.zoom-img {
  width: 460px;
  height: 460px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /* background: #f5f5f5; */
  /* border: 1px solid #eee; */
}
.zoom-img>img{
	display: block;
	max-width: 100%;
	height: auto !important; 
	margin: 0 auto;
	background: #f5f5f5;
	border: 1px solid #eee;
}
.small-img-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
  margin-top: -5px;
}
.small-img-wrap .icon-left, .small-img-wrap .icon-right {
  width: 10px;
  cursor: pointer;
}
.small-img-wrap .icon-left {
  transform: rotate(-90deg);
  margin-bottom: 5px;	
}
.small-img-wrap .icon-right {
  transform: rotate(90deg);	
  margin-bottom: 5px;
}
.small-img-wrap .icon-left:hover, .small-img-wrap .icon-right:hover {
  opacity: .5;
}
.small-img-thumb{
  display: flex;
  flex-direction: column;
  min-height: 190px;
  max-height: 410px;
  overflow: hidden;
}
.show-small-img {
  width: 60px;
  height: auto;
  border: 1px solid #eee;
  margin-bottom: 3px;	
  cursor: pointer;
}
.show-small-img:last-of-type {
  margin-bottom: 0;
}
@media(max-width: 991px){
	.zoom-product-slider{
		justify-content: center;
	}
}
@media (max-width: 480px){
 .zoom-img {
   width: 360px;
   max-height: none;
 }
	.small-img-thumb{
		min-height: 90px;
		max-height: 310px;
		}
	.show-small-img {
  width: 46px;
	}
}
@media (max-width: 360px){
 .zoom-img {
   width: 260px;
   max-height: none;
 }
	.small-img-thumb{
		min-height: 45px;
		max-height: 210px;
		}
}