@charset "utf-8";
.swiper_product_img{
	width: 100%;
}

#swiper_product_gallery {
	width: 800px;
}

#swiper_product_thumbs {
	width: 700px;
	margin-top: 50px;
}

#swiper_product_thumbs .swiper-slide {
	opacity: 0.5;
}

#swiper_product_thumbs .swiper-slide-thumb-active{
	opacity: 1;
}