#sticky-navbar .middle-navbar {
    border-radius: 8px 8px 0 0;
}

#cartus-breadcrumb{
    top: 58px;
}

footer.fixed-bottom {
    bottom: -100%;
}

@media (max-width: 480px) {
    footer.fixed-bottom {
        bottom: -120%;
    }
}