/*************************************
*
* OWl crousal
*
*************************************/
body .owl-carousel{
	margin:0 ;
	padding:0 30px !important
}
.owl-carousel .owl-stage-outer{
	padding: 0 ;
}
body .owl-carousel .owl-nav{
	margin:0
}
body .owl-carousel .owl-nav [class*=owl-],.owl-theme .owl-controls .owl-nav [class*=owl-],
body .owl-carousel .owl-nav button.owl-next,body .owl-carousel .owl-nav button.owl-prev{
	width:24px;
    height: 24px;
    line-height: 24px;
    box-shadow: none;
    border-radius: 50%;
    background: #999;
    color: #fff;
    position: absolute;
    top: 50%;
	right:-30px;
    margin:-12px 0 0;
    opacity: 1;
    float: right;
    font-size: 16px;
	box-shadow:none;
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
body .owl-carousel .owl-nav [class*=owl-] span,.rt-block .owl-theme .owl-controls .owl-nav [class*=owl-] span{
	display:none
}
.owl-carousel .owl-nav [class*=owl-]:before,.rt-block .owl-theme .owl-controls .owl-nav [class*=owl-]:before{
	font-family: FontAwesome,sans-serif;
	    display: block;
}
.owl-carousel  .owl-prev:before,.rt-block .owl-theme .owl-controls .owl-nav .owl-prev:before{
	
	content:"\f105";
}
.owl-carousel  .owl-next:before,.rt-block .owl-theme .owl-controls .owl-nav .owl-next:before{
	content: "\f104";
}
.owl-carousel .owl-nav [class*=owl-]:hover,.rt-block .owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
	background:#666 ;
}
body .owl-carousel .owl-nav .owl-next,body .owl-carousel .owl-nav button.owl-next{
	float:right;
	right:auto;
	left:-30px
	
}
.owl-theme .owl-dots{
	margin-top:0;
}
.owl-theme .owl-dots .owl-dot{
	padding:0;
	margin:0 0.25rem
}
.owl-theme .owl-dots .owl-dot span{
	width:20px;
	height:20px;
	border-radius:0;
	background:#2c318c;
	margin:0;
}
.owl-theme .owl-dots .owl-dot.active span{
	background:#f51830
}
body.dir-rtl .owl-carousel .owl-nav{
	left:auto;
	right:0
}
@media only all and (max-width:979px){
	.moduletable .sprocket-features-arrows .next {
		right: 0.5rem;
	}
	.moduletable .sprocket-features-arrows .prev {
		left: 0.5rem;
	}
	.hikashop_products_listing .hikashop_products,.moduletable.items-slider{
		padding:0;
	}
	body .owl-carousel .owl-nav button.owl-next{
		left:0
	}
	body .owl-carousel .owl-nav button.owl-prev{
		right:0
	}
}
