.menu_button_wrapper {
    padding-top: 4px;
    padding-bottom: 4px;
}

:root {
    --content-max-width: 1600px;
}

header .navbar-nav {
    justify-content: space-evenly;
}

.projector_page #content>* {
    max-width: 1170px;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
}

.cm h1, .cm h2, .cm h3, .cm h4, .cm h5, .cm h6, .cm p, .cm ol, .cm ul {
    line-height: 1.6;
}

#rabateCode {
    display: none !important;
}

@media (min-width: 757px) {
    :root {
        --products-grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}