.cart_featured_list {
	position: relative;
	z-index: 1;
}

.cart_featured_list > li {
	width: 100%;
}

ul.product_list.grid.cart_featured_list > li .product-container {
	background: transparent;
}

@media (min-width: 380px) {
	.cart_featured_list > li {
		width: 50%;
	}
}

@media (min-width: 768px) {
	.cart_featured_list > li {
		width: 33%;
	}
}


@media (min-width: 992px) {
	.cart_featured_list > li {
		width: 25%;
	}
}


@media (min-width: 1100px) {
	.cart_featured_list > li {
		width: 20%
	}
}


ul.product_list.grid.cart_featured_list > li .product-container h5 {
	padding: 0 10px;
}

ul.product_list.cart_featured_list .product-name:hover {
    text-decoration: none;
}

.cartfeatured-block {
	position: relative;
}

.cartfeatured-block:after {
    display: block;
    content: '';
    width: 80%;
    height: 100%;
    background: url(/themes/sleedex/img/grey-bg.jpg);
    position: absolute;
    top: 70px;
    right: 0;
}

.cartfeatured-block .page-heading {
    margin: 60px 0 60px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.cartfeatured-block .bx-wrapper .bx-controls-direction a {
    width: auto;
    height: auto;
    margin-top: 0;
    z-index: 10;
}

.cartfeatured-block .bx-wrapper .bx-controls-direction a:hover {
    opacity: 0.7;
}

.cartfeatured-block .bx-prev{
    left: -5px;
}

.cartfeatured-block .bx-next{
    right: -5px;
}

.cartfeatured-block .bx-prev:before,
.cartfeatured-block .bx-next:before {
    content: none;
}