/* CSS Document */
.swiper-viewport {
	margin: 0 0;
	background: #fff;
	z-index: 1;
	width: 100%;
	position: relative;
	overflow: visible;
}
/* OpenCart Code */
.swiper-container {
	direction: ltr !important;
}
.swiper-pager {
	width: 100%;
	position: absolute;
	top: 50%;
	line-height: 45px;
	margin-top: -19px;
}
.swiper-button-prev,
.swiper-button-next {
	background-color: #fff;
	background-image: none;
	background-size: 18px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	box-shadow: 0 0 5px 0 #f1f1f1;
}
.swiper-button-prev {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23CC0000'%3E%3C!-- Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --%3E%3Cpath d='M134.059 296H436c6.627 0 12-5.373 12-12v-56c0-6.627-5.373-12-12-12H134.059v-46.059c0-21.382-25.851-32.09-40.971-16.971L7.029 239.029c-9.373 9.373-9.373 24.569 0 33.941l86.059 86.059c15.119 15.119 40.971 4.411 40.971-16.971V296z'/%3E%3C/svg%3E");
}
.swiper-button-next {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23CC0000'%3E%3C!-- Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --%3E%3Cpath d='M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z'/%3E%3C/svg%3E");
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
	opacity: .7;
}
.swiper-viewport .swiper-button-prev {
	left: 5px;
}
.swiper-viewport .swiper-button-next {
	right: 5px;
}
@media (min-width: 768px) {
	.swiper-button-prev,
	.swiper-button-next {
		background-size: 23px;
		width: 38px;
		height: 38px;
	}
	
	.swiper-viewport .swiper-button-prev {
		left: 10px;
	}
	.swiper-viewport .swiper-button-next {
		right: 10px;
	}
}
/* Desktop */
.swiper-pagination {
	bottom: 4px;
	left: 0;
	text-align: center;
	width: 100%;
}
.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	background: #000;
	border-radius: 50%;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	margin: 0 6px;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background: #CC0000;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: pointer;
    pointer-events: auto;
}