#mainwrap{
    padding-bottom: 49px;
    min-width: 240px;
}

.simple-footer{
    position: fixed;
    left: 0; bottom: 0;
    z-index: 9;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    border-bottom: 1px solid #f7f7f8;
    color: #b7b7b7;
    background: #fafafb url('/resources/images/checkout/footer-bg.gif') repeat-x top;
}

.simple-footer a{
    color: #b7b7b7;
}

.simple-footer .copyright{
    text-align: right;
}

@media (max-width: 1200px) {
}

@media (max-width: 991px){
}

@media (max-width: 767px){

    .simple-footer{
        position: fixed;
        left: 0; bottom: 0;
        z-index: 100;
    }

    body.sticky-footer {
        margin-bottom: 0;
    }
}

@media (max-width: 576px){

    .simple-content{
        margin-bottom: 80px;
    }

    body.sticky-footer {
        margin-bottom: 78px;
    }
}
