/* BLOQUE HOME */
#homefeatured {
	display: block;
	width: 100vw;
	margin-left: -webkit-calc(-50vw + 50%);
	margin-left: -moz-calc(-50vw + 50%);
	margin-left: calc(-50vw + 50%);
	background-color: #fff;
}
#homefeatured-content {
	margin: 0;
}
#homefeatured .product-container {
    padding: 15px;
}

/* BLOQUE CATEGORIA */
#homefeatured-category {
    display: block;
    width: 100vw;
    margin-left: -webkit-calc(-50vw + 50%);
    margin-left: -moz-calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
    padding: 50px 0;
    background: white;
    background-size: cover;
    background-position: center;
    position: relative;
}

#homefeatured-category {
	/*margin: 0;
	position: static;*/
}
#homefeatured-category .owl-prev {
	width: 30px;
    height: 35px;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 0 0 5px;
    left: 10px;
}
#homefeatured-category .owl-next {
	width: 30px;
    height: 35px;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 5px 0 0;
    right: 10px;
}
#homefeatured-category .contenthomefeature ul.product_list .product-image-container img {
    border-radius: 0px;
}

#homefeatured-category ul#homefeatured-content .right-block, #homefeatured-category ul#homefeatured-content .content_price,
#homefeatured-category ul#homefeatured-content a.new-box, #homefeatured-category ul#homefeatured-content .sale-box,
#homefeatured-category ul#homefeatured-content .onlineonly-box {
	display: none;
}