.footer-widget {
    float: left;
    padding: 0 30px;
    width: 350px; */
}
.background-overlay {
    background: rgba(148, 43, 37, 0.25);
    height: 100%;
    letter-spacing: 1px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 1;
}

.footer-bottom {
    display: table;
    width: 100%;
    clear: both;
    overflow: hidden;
    background: none repeat scroll 0 0 #942b25;
    padding: 20px 0;
}

.header_cart .togg {
    position: relative;
    padding: 0 0 21px 11px;
    display: none;
}