.thumbnails-grid .is-new .wrap:before {
    background: url('../../img/badge_novedad.png') no-repeat;
}

#info-envio .col .icon-time {
    margin-top: -10px;
}

/* mobile landscape only */
@media(max-width:767px){
}
/* mobile portrait only */
@media(max-width:479px){
}
/* tablet or larger */
@media(min-width:768px){
    #page-cart .col-related .horizontal-scroll ul li.best-seller:before {
        content: "";
        position: absolute;
        z-index: 1;
        right: 0;
        top: 18px;
        width: 57px;
        height: 57px;
        background: url('../../img/top_ventas.png') no-repeat 0px 0px;
        display: inline-block;
    }    
}
/* tablet only */
@media(min-width:768px) and (max-width:991px){
}
/* less than all sizes */
@media(max-width:991px){
}
/* desktops all sizes */
@media(min-width:992px){   
    #info-envio .col::before {
        position: absolute;
        right: 15px;
        top: 10px;
    }
    #info-envio .col-price::before {
        top: 35px;
    }

}
/* large desktops only */
@media(min-width:1200px){
}
