.sf_product_slider li::marker{
	content: '';
}
.owl-theme .owl-dots .owl-dot span{
	width: 15px;
	height: 15px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: #B4BB6B;
}
@media only screen and (max-width:768px) {
	.sf_product_slider .owl-stage{
		padding-left: 0px !important;
	}
	.owl-theme .owl-dots .owl-dot span{
		width: 7px;
		height: 7px;
	}
}