/**
 * ENFORCE sitewide footer — solid #191d20, no footer background photo.
 * Loaded after theme-default (and after LESS on product pages).
 */
.wrapper-boxed::after,
.site-wrapper::after {
    content: "";
    display: table;
    clear: both;
}

body {
    margin-bottom: 0;
    padding-bottom: 0;
}

.sec-bgimg-1.bd,
section.sec-bgimg-1.bd,
.sec-bgimg-1.bd .section-overlay.bg-opacity-9,
section.sec-bgimg-1.bd > .section-overlay.bg-opacity-9 {
    background-color: #191d20 !important;
    background-image: none !important;
}

.sec-bgimg-1.bd:last-child {
    margin-bottom: 0;
}
