.nslt {
    margin: 0 -15px;
        width: 100vw !important;
}
footer {
    position: relative;
}
footer:before {
    position: absolute;
    content: '';
    background: #f1f1f1;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -50vw;
    z-index: -2;
}

div.basketedit_rebatecodes_outline {
	display: block !important;
}