/* CSS Document */

.swiper-pager div {
	background-color: #ffffff;
	position: absolute;
	text-align: center;
	top: 42%;
	width: 40px;
	height: 40px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 21px;
	-webkit-background-size: 21px;
	background-size: 21px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-webkit-box-shadow: inset 0px 3px 10px 0px rgba(153,153,153,0.35);
	-moz-box-shadow: inset 0px 3px 10px 0px rgba(153,153,153,0.35);
	box-shadow: inset 0px 3px 10px 0px rgba(153,153,153,0.35);
}
.swiper-viewport .swiper-pager {
	width: 100%;
    position: absolute;
    top: 50%;
}

.swiper-viewport:hover .swiper-button-prev {
	left:80px;
	opacity: 1;
	-webkit-opacity:1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity:1;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.swiper-viewport:hover .swiper-button-next {
	right:80px;
	opacity: 1;
	-webkit-opacity:1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity:1;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.swiper-pager .swiper-button-prev {
left: 40px;
    background-image: url("../img/slider-prev.svg");
		transition: all 500ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.swiper-pager .swiper-button-prev:hover{
	background-image: url("../img/slider-prev-hover.svg");
	    background-color:#D7827E;
}
.swiper-pager .swiper-button-next{
	right:40px;
	background-image: url("../img/slider-next.svg");
	transition: all 500ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.swiper-pager .swiper-button-next:hover{
	background-image: url("../img/slider-next-hover.svg");
	    background-color: #D7827E;
}


.swiper-viewport {
	margin: 0 0 60px;
	background: #fff;
	z-index: 1;
	border: 4px solid #fff;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	width: 100%;
	position: relative;
	overflow: hidden;
}
/* OpenCart Code */
.swiper-container {
	direction: ltr !important;
}


/* Desktop */


/*.swiper-button-prev:before {
    width: 40px;
    height: 40px;
    font-family: FontAwesome;
    content: "\f104";
    color: #ffffff;
    font-size: 90px;
}
.swiper-button-prev:hover::before,
.swiper-button-next:hover::before {
    color: #bc8246;
}
.swiper-button-next:before {
    width: 40px;
    height: 40px;
    font-family: FontAwesome;
    content: "\f105";
    color: #ffffff;
    font-size: 90px;
}*/
.swiper-pagination {
	bottom: -40px;
	left: 0;
	text-align: center;
	width: 100%;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #a2a2a2;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    margin: 0 5px;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    border-radius: 50%;

}
.swiper-pagination-bullet:hover {
	background: #F0A412;
}
.swiper-pagination-bullet-active {
	background: #F0A412;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: pointer;
    pointer-events: auto;
}
@media (max-width: 979px) {
.main-slider .swiper-pager div{display:none;}
}