.footer .footer-middle {
    background-image: none;
    position: relative;
}

.footer .footer-middle:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-image: url(../BakeDelightsTheme/Content/images/header_bg.png);
}

.footer .footer-middle .payment-method {
    display: none;
}