/*輪播*/

.ELIXIR_pdp .swiper-wrapper {
	height: auto;
}

.ELIXIR_pdp .swiper-button-next:after,
.ELIXIR_pdp .swiper-button-prev:after {
	display: none;
}

.ELIXIR_pdp .swiper-button-next,
.ELIXIR_pdp .swiper-button-prev {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	background-image: url(../images/arrow-next.png);
}

.ELIXIR_pdp .swiper-button-prev {
	background-image: url(../images/arrow-prev.png);
}

.ELIXIR_pdp .swiper-scrollbar {
	background-color: #785b4c;
}

.ELIXIR_pdp .swiper-scrollbar-drag {
	background-color: #c4c3c2;
}

.ELIXIR_pdp .swiper-horizontal>.swiper-scrollbar,
.ELIXIR_pdp .swiper-scrollbar.swiper-scrollbar-horizontal {
	width: 50%;
	left: 25%;
}

.ELIXIR_pdp .swiper-pagination-bullet {
	width: 25%;
	background-color: #785b4c;
	border-radius: 5px;
	height: 3px;
	opacity: 1;
}

.ELIXIR_pdp .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #c4c3c2;
	opacity: 1;
}
