/*************************************
*
* OWL
*
*************************************/
div.hikashop_carousel_parent_div div.hikashop_carousel, div.hikashop_carousel_parent_div .owl-controls{
	margin:0
}
.owl-theme .owl-dots{
	margin:0 auto;
	    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

}
.owl-theme .owl-nav{
	margin:0;
	line-height:0
}
.owl-theme .owl-dots .owl-dot,div.hikashop_carousel_parent_div div.owl-controls div.owl-dot{
	padding: 0;
    margin: 0;
    line-height: 30px;
    width: 50px;
    text-align: center;
    display: inline-block;
}
.owl-theme .owl-nav .owl-prev,.owl-theme .owl-nav .owl-next{
	/* display: none; */
    width: 70px;
    height: 80px;
    background:#FFF;
	background-size: 30px !important;
	border-radius: 50px;
    color: #bd993a;
	padding: 0 !important;
	margin: 0 !important;
    position: absolute;    
	top: calc(50% - 40px);
	overflow:hidden
}
@media screen and (max-width: 767px){
	.owl-theme .owl-nav .owl-prev,.owl-theme .owl-nav .owl-next{
		display: block !important;
	}
}

.owl-theme .owl-nav [class*=owl-]:hover{
	background: none !important;
}
.dir-ltr .owl-theme .owl-nav .owl-next{
	left:auto;
	right:0;
}
.owl-theme .owl-nav .owl-prev:before,.owl-theme .owl-nav .owl-next:before{
	content: "";
	display:block;
	line-height: 20px;
    margin: 10px 0;
}
.dir-ltr .owl-theme .owl-nav .owl-prev:before{
	content:"";
	border-left: 0 ;
}
.owl-theme .owl-nav .owl-next:before{
	content:"";
}
.dir-ltr .owl-theme .owl-nav .owl-next:before{
	content:"";
}
.owl-theme.carousel_vertical_pagination_names .owl-dots .owl-dot span{
	width:auto;
	height:auto;
	background:none;
	display:block;
	margin:0;
	color:inherit;
	font-size:inherit;
	line-height:inherit;
	    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
	overflow:hidden
}
@media screen and (max-width: 767px){

}
@media only all and (max-width: 979px) and (min-width:768px){
	
}







