/* CSS Document */
.swiper-viewport {
	margin: .5rem 0 3rem;
	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: 50%;
	line-height: 45px;
}
.swiper-button-prev, .swiper-button-next {
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	transition: all .3s ease;
	z-index: 2;
 	background-image: none;
}
.swiper-viewport .swiper-button-prev {
	opacity: 0.7;
	left: 10px;
}
.swiper-viewport .swiper-button-next {
	opacity: 0.7;
	right: 10px;
	
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    z-index: 10;
    cursor: pointer;
    background-size: 48px 48px;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
}
.swiper-button-next:after, .swiper-button-prev:after {
    width: 48px;
    height: 48px;
    display: inline-block;
    color: #333;
    font-size: inherit;
    text-align: center;
    line-height: 48px;
    transition-duration: 0.5s;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0.8;
    background-repeat: no-repeat;
    background-position: center;  
    background-size: 21px;  
}
.swiper-button-prev:after {
    content: "";
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z'/></svg>");   
}
.swiper-button-next:after {
    content: "";
	background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z'/></svg>");   
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
	/*box-shadow: none;*/
	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
	background-color: #fff;
	color: #333;
	opacity: 1;
}

.swiper-button-sm {
    width: 34px;
    height: 34px;
    margin-top: -17px;
    background-size: 34px 34px;
    background-size: 
}
.swiper-button-sm:after {
	width: 34px;
	height: 34px;
	line-height: 34px;
	background-size: 16px;
}
.swiper-slide {
	cursor: pointer;
}
.swiper-slide-thumb-active > .img-thumbnail {
	border-color: #6c757d;
}
.module .swiper-slide {
	margin-bottom: 1.5rem;
}
/* Desktop */
@media (min-width: 768px){
	.swiper-viewport .swiper-button-prev {
		opacity: 0;
		left: -20px;
	}
	.swiper-viewport .swiper-button-next {
		opacity: 0;
		right: -20px;
	}
	.swiper-viewport:hover .swiper-button-prev {
		opacity: 1;
		left: 10px;

	}
	.swiper-viewport:hover .swiper-button-next {
		opacity: 1;
		right: 10px;
	}
}
.swiper-pagination {
	bottom: -40px;
	left: 0;
	text-align: center;
	width: 100%;
}
.swiper-viewport > .swiper-pagination {
	bottom: -40px;
}
.swiper-pagination-bullet {
    background: #ccc none repeat scroll 0 0;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    width: 8px;
    margin: 0 4px;
    opacity: 1;
}
.swiper-pagination-bullet:hover {
	background: rgba(0, 0, 0, 0.7);
}
.swiper-pagination-bullet-active {
	background: rgba(0, 0, 0, 0.7);
}
.swiper-viewport .swiper-button-next.swiper-button-disabled, .swiper-viewport .swiper-button-prev.swiper-button-disabled, 
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: pointer;
    pointer-events: auto;
    z-index: -1;
}
.swiper-container .product-item {
    /*margin: 30px 15px;*/
 }
.swiper-viewport.horizontal>.swiper-pagination-bullets, .swiper-viewport .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -40px;
    left: 0;
    width: 100%;
}
.swiper-viewport.horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}