.cheap-carousel {
	position:relative;
}
.cheap-carousel .myNav > a {
	position:absolute;
	top:32%;
	padding: 2px 12px;
    background: #EAEAEA;
    z-index: 9;
    cursor: pointer;
}
.cheap-carousel .myNav > a.prev {
	left:0px;
}
.cheap-carousel .myNav > a.next {
	right:0px;
}
.cheap-carousel .owl-item .item {
	text-align:center;
}
.cheap-carousel .owl-item .item a > img {
	width:60%;
	margin:auto;
}
/*woocommerce*/
.woocommerce-products-carousel .myNav > a {
	padding:10px 20px;
}
.woocommerce-products-carousel ul.products li.product {
	width:85%;
	margin:0px 7.5%;
}
.woocommerce-products-carousel ul.products li.product.first {
	
}
.woocommerce-products-carousel ul.products li.product a img.wp-post-image {
	width:100%;
}