#page-details .col-author-related .horizontal-scroll.models li a .model-big {
    width: 66px;
}
.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: -15px;
}

/* 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){
    #categories-menu-wrapper li:after {
        margin: 0 13px;
    }
    #page-home h1.heading-section {
        font-size: 20px !important;
    }

}
/* large desktops only */
@media(min-width:1200px){
}

.models .model-name {
    font-size: 10px;
}

/******************************* 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 **************************/