ul.share li.fblike {
    width: 50px;
}
.thumbnails-grid .is-new .wrap:before {
    background: url('../../img/badge_novedad.png') no-repeat;
 }
.cards-1 {
    background: url('../../img/payment_methods.png') no-repeat 0 0px;
    width: 346px;
    height: 32px;
}

#info-envio .col .icon-time {
    margin-top: -20px;
}

/* mobile landscape only */
@media(max-width:767px){
}
/* mobile portrait only */
@media(max-width:479px){
    .mas_lienzos {
        padding-left: 2px;
        padding-right: 2px;
    }
    .mas_lienzos a {
        padding-left:5px;
        padding-right:5px;
    }
}
/* 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;
    }
    #categories-menu-wrapper li:after {
        margin: 0 39px;
    }    
    #subcategories-menu-wrapper #subcategories-menu-bolsas  {
        max-width: 850px;
    }  
    #subcategories-menu-bolsas .inner .list {
        width: 30% !important;
    }
    #subcategories-menu-bolsas .inner .list:first-child {
        width: 32% !important;
    } 
    #subcategories-menu-bolsas .inner .list:nth-child(2) {
        width: 36% !important;
    }      
    #info-envio .col-returns:before {
        right: 15px;
        top: 20px;    
    }  
    #info-envio .col-time:before {
        right: 15px;
        top: 19px;        
    }
    #info-envio .col-price:before {
        right: 15px;
        top: 25px;        
    }     
}
/* large desktops only */
@media(min-width:1200px){
}

/******************************* NAVIDAD **************************/

#navidad-sombrero-desktop{
    background: rgba(0, 0, 0, 0) url("../../../../img/navidad/gorro-desktop.png") no-repeat scroll 0 0;
    height: 30px;
    left: 167px;
    position: absolute;
    top: 30px;
    width: 30px;
}
#navidad-sombrero-mobile {
    background: rgba(0, 0, 0, 0) url("../../../../img/navidad/gorro-mobile.png") no-repeat scroll 0 0 / 20px auto;
    height: 33px;
    left: 159px;
    position: absolute;
    top: 6px;
    width: 30px;
}
/******************************* NAVIDAD **************************/