:root {
    --content-max-width: 1600px;
}

.big_label, .headline {
    text-align: left;
    align-items: start;
    font-size: var(--text-4xl);
    font-weight: var(--text-4xl-weight);
}

.headline__name {
    padding-bottom: .5em;
    border-bottom: 5px solid red;
}

.big_label:after, .headline:after {
    display: none;
}

#search {
    width: 100%;
}


/*#main_banner1 {*/
/*    width: auto !important;*/
/*    margin-left: 0 !important;*/
/*    left: 0 !important;*/
/*    position: relative;*/
/*}*/

@media (min-width: 979px) {
    #menu_categories3 .navbar-nav {
        justify-content: space-evenly;
    }
}


/*@media (min-width: 757px) {*/
/*    :root {*/
/*        --products-grid-template-columns: repeat(4, minmax(0, 1fr));*/
/*    }*/
/*}*/