

@media (max-width: 479px) {
    /*
    .footer {
        bottom: 0;
        right: 0;
        position: relative;
        padding: 0px 5px;
    }
    */
    .footer  > div {
        /* position: fixed; */
        /* bottom: 0; */
        width: 100%;
    }
    .pull-right > ul {
        float: right;
        font-size: 11px !important;
    }
    .pull-left > ul {
        float: left;
        font-size: 11px !important;
    }
    .shop-product-list .categories-list ul.categories-list-nav li {
        font-size: 10px;
    }
}
.page-footer-fixed .footer {
    position: fixed;
    right: 0;
    z-index: 999;
}
