/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#pagenotfound #wrapper {
    background: url(https://lesnereides.webprojects.space/img/pagenotfoundbg.jpg) center no-repeat;
    background-size: cover;
}

.featured-products + .featured-products {
    display: none;
}
.n2-top-menu .open-menu:before {
    content: "";
    background: url(../img/picto-toggle.png) no-repeat;
    width: 15px;
    height: 18px;
    display: block;
    position: absolute;
    left: 10px;
    top: 11px;
}

@media (max-width: 575px) {
    #footer #rating_badge>div {
        text-indent: 0px;
        margin: 0px;
        padding: 0px;
        background: transparent;
        float: none;
        line-height: normal;
        font-size: 1px;
        vertical-align: baseline;
        display: inline-block;
        width: 165px;
        height: 54px;
    }
    #footer #rating_badge>div iframe {
        position: relative !important;
        top: auto !important;
        width: 165px !important;
        height: 54px;
    }
}


@media (min-width: 768px) {
    #authentication.page-customer-account .page-header {
        text-align: left;
    }
}