.sf_product_slider li::marker{
	content: '';
	display: none !important;
}
.sf_product_slider li{
	list-style: none;
}
@media only screen and (min-width:768px) {
	.sf_product_slider .product:after{
		position: absolute;
		top: 50%;
		left: 0px;
		content: ' ';
		height: 340px;
		transform: translateY(-50%);
		border-left: 1px solid #A2A2A2;
	}
	.sf_product_slider .sf_first_product .product:after{
		display: none;
	}
}