/* CSS Document */
.swiper-viewport {
	margin: 0px;
	z-index: 1;
	width: 100%;
	position: relative;
	overflow: hidden;
	max-height:auto;
	padding-left:2px;
	padding-right:2px;
	/*border-radius:10px;*/
}
.swiper-viewport img{
    border-radius:10px;
    
}
.swiper-viewport :hover{
	filter:brightness(101%)
}

/* OpenCart Code */
.main-slider .swiper-wrapper, .swiper-container {
	direction: ltr !important;
}
.swiper-pagination {
	bottom: 1px;
	left: 0;
	text-align: center;
	width: 100%;
}
.swiper-pagination-bullet {
	width: 5px;
	height: 5px;
    display: inline-block;
	margin: 0 4px;
    background: #9ea18e;
	opacity: 1;
    border-radius: 50%;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;
    -moz-transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;
    -o-transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;
    transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;    
}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
	background: #1e1e1e;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: pointer;
    pointer-events: auto;
}
#banner0 img{
    border-radius:0px;
    padding-bottom:5px;
}