/* OpenCart Code */
.swiper-viewport {
	position: relative;
}
.swiper-container {
	direction: ltr !important;
}
.swiper-pager {
	width: 100%;
	position: absolute;
	top: 50%;
	line-height: 45px;
}
.swiper-button-prev, .swiper-button-next {
	color: rgba(0, 0, 0, 0.8);
	transition: all .3s ease;
	z-index: 2;
 	background-image: none;
	display: block;
	line-height: 1;
	width: auto;
	height: auto;
	margin-top: -35px;
}
.swiper-viewport .swiper-button-prev {
	left: 25px;
}
.swiper-viewport .swiper-button-next {
	right: 25px;
}
/* Desktop */
.swiper-button-prev:before,
.swiper-button-next:before {
	width: 1em;
	height: 1em;
	font-size: 25px;
	color: #000;
	line-height: 1;

	font-family: elementskit!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.swiper-button-prev:before {
	content: "\e94c"; 
}
.swiper-button-next:before {
	content: "\e94d"; 
}
.swiper-pagination {
	bottom: -40px;
	left: 0;
	text-align: center;
	width: 100%;
}
.swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	margin: 0 5px;
	opacity: 1;
}
.swiper-pagination-bullet:hover {
	background: rgba(0, 0, 0, 0.7);
}
.swiper-pagination-bullet-active {
	background: rgba(0, 0, 0, 0.9);
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .7;
    cursor: pointer;
    pointer-events: auto;
}