/* CSS Document */
.swiper-viewport {
	margin: 0 0 0px;
	background: transparent;
	z-index: 1;
	width: 100%;
	position: relative;
	overflow: visible;
}
/* OpenCart Code */
.swiper-container {
	direction: ltr !important;
}
.swiper-pager {
	width: 100%;
	position: absolute;
	top: 32px;
	line-height: 45px;
}
.swiper-button-prev, .swiper-button-next {
	color: rgba(0, 0, 0, 0.8);
	transition: all .3s ease;
	z-index: 2;
	color:#000!important;
	text-shadow:none;
}



.swiper-pagination {
	bottom: 30px;
	left: 0;
	text-align: center;
	width: 100%;font-weight: 500;
font-size: 11px;
line-height: 24px;


color: #000000;
}
.swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background: #BEBEBE;
	border-radius: 20px;
	border:1px solid #BEBEBE;
	margin: 0 5px;
	opacity: 1;
}
.swiper-pagination-bullet:hover {
	background: #000;border:1px solid #000;
}
.swiper-pagination-bullet-active {
	background: #000;border:1px solid #000;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: pointer;
    pointer-events: auto;
}




