.menu-row_section tm-container {
    display: flex;
}

#shop-search-input-container-news {
    margin: auto;
    padding-left: 2rem;
    display: contents;
}

tm-container .slick-active {
    display: block;
}

.date-publication {
    display: flex;
    justify-content: flex-end;
    padding: inherit;
}

.date-publication span {
    color: grey;
    font-family: "PT Sans", Helvetica, Arial, sans-serif;
}

#sticky-navigation-news .title, #sticky-navigation-news .menu {
    float: left;
}

#sticky-navigation-news .title {
    display: inline-block;
    line-height: 5.2rem;
    margin-right: 3rem;
    font-size: 2rem;
    text-transform: uppercase;
}

#sticky-navigation-news .menu-button {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    line-height: 5.2rem;
    padding: 0 1rem;
    margin-right: 1rem;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#search-input-news {
    font-size: 1.6rem;
    width: calc(100% - 3rem);
    float: right;
    border: none;
}

#search-input-news:focus {
    outline: none;
}

#search-result {
    position: absolute;
    align-items: center;
    background: white;
    margin: 0;
    border: 1px solid #dddddd;
    border-radius: 1rem;

    /*top: 21rem;*/
    top: 0;
    /*left: 10vw;*/
    left: 0;
    /*width: 80%;*/

    z-index: 1;
    padding: 0;
    overflow: hidden;
}

#search-result .search-news {
    display: flex;
    float: left;
    width: 100%;
}

#search-result .search-product {
    display: flex;
}

#search-result .search-product a {
    text-align: inherit;
}

#search-result .search-news:not(:last-child) {
    border-bottom: 1px solid #ececec;
}

#search-result .search-news:hover, #search-result .search-news.current {
    background-color: whitesmoke;
}

#search-result .search-news .search-news-link {
    display: block;
    float: left;
    width: 100%;
    color: inherit;
    text-decoration: none;
    padding: 0.5rem 1rem;
}

#search-result .search-news .search-news-link img {
    width: auto;
    height: 3.2rem;
    margin-right: 2rem;
    float: left;
}

#search-result .search-news .search-news-link .title {
    margin-right: 2rem;
    max-width: 70%;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#search-result .search-news .search-news-link .title br {
    display: none;
}

#search-result .search-news .search-news-link .title .select {
    background-color: #ffda99;
}

#search-result .search-news .search-news-link .price {
    float: right;
}

#search-result .search-news .search-news-link .title, #search-result .search-news .search-news-link .price {
    line-height: 3.2rem;
}

#search-result .search-news .search-news-link .sku {
    color: grey;
    font-style: italic;
    font-size: 1.4rem;
}

#search-result .search-news .search-news-link img {
    position: absolute;
    top: 1rem;
    left: 1rem;
}

#search-result .search-news .search-news-link .price, #search-result .search-news .search-news-link .sku {
    display: none;
}

#search-result .search-product.dop-search-line {
    display: block;
}

.shop-navigation-primary-news {
    width: 60%;
    margin: auto;
}

.shop-navigation .shop-navigation-primary-news {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: unset;
    flex-wrap: nowrap;
    float: right;
    width: 95%;
}

.navigation-dop-menu {
    margin: auto;
    width: 60%;
}

.navigation-dop-menu .flex-row a {
    margin: 0 0.3rem;
    text-align: center;
}

@media screen and (max-width: 765px) {
    .menu-row_section tm-container {
        flex-wrap: wrap;
    }

    .menu-row_section {
        text-align: center;
    }

    .shop-navigation .shop-navigation-primary-news, .navigation-dop-menu {
        width: 100%;
    }

    .date-publication {
        display: none;
    }

    #search-result .search-news {
        width: 135%;
    }

    #search-result {
        width: 80%;
        left: 10vw;
    }

    .flex-row a {
        margin: 5px;
        font-size: small;
    }

    #header #branding {
        width: 55px;
    }
}