

/*# sourceMappingURL=homefeatured.css.map */
.bloque_home_featured .owl-carousel li{
    width: 100%;
}

#homefeatured .owl-nav .owl-prev{
    position: absolute;
   width: 33px;
    height: 70px;
    background: url(../../../../../modules/homefeatured/img/prev_home.png) no-repeat;
    top: 66px;
    left: -20px;
}

#homefeatured .owl-nav .owl-next{
    position: absolute;
    width: 33px;
    height: 70px;
    background: url(../../../../../modules/homefeatured/img/next_home.png) no-repeat;
    right: -20px;
    top: 66px;
}
#homefeatured .owl-nav .owl-prev:hover, #homefeatured .owl-nav .owl-next:hover {
    background-position: 0px -71px;
}
.bloque_home_featured ul.product_list .product-name {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 23px;
    color: #3a3939;
    margin-bottom: 0;
    text-align: center;
}


.bloque_home_featured .title_home_featured{
    display: block;
    text-align: center;
    font-size: 26px;
    line-height: 26px;
    color: #777;
    margin-bottom: 0;
    font-family: 'Open Sans';
}
@media (max-width: 1024px){
    #homefeatured .owl-nav .owl-prev{left: 0px;}
    #homefeatured .owl-nav .owl-next{right: 0px;}
}