#cart_block_new_product .owl-controls .owl-buttons div{
	margin:0px 10px;
	padding:0px;
	border-radius:100%;
	background:#222;
	width:32px;
	height:32px;
	line-height:32px;
	filter:Alpha(Opacity=80);
	opacity:0.8;
}
#cart_block_new_product .owl-controls.clickable .owl-buttons div:hover{
	filter:Alpha(Opacity=100);
	opacity:1;
}
#cart_block_new_product .owl-prev,#cart_block_new_product .owl-next{top:calc(100% - 26px);}
#cart_block_new_product .owl-prev{left:calc(50% - 150px);}
#cart_block_new_product .owl-next{right:calc(50% - 150px);}