@media (min-width: 768px) {
    .header-top {
        display: none;
    }
    .navigation-in ul {
        display: none;
    }
    #navigation {
        display: none;
    }
    .default-menu-container {
        display: none;
    }
}
.default-menu-container {
    display: none;
}
@media (min-width: 768px) {
    .default-menu-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0 0;
        height: 100px;
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .default-menu-container-left {
        width: 130px;
    }

    .default-menu-container-center {
        display: flex;
        justify-content: space-around;
        flex: 1;
        padding-left: 20px;
        padding-right: 20px;
    }

    .default-menu-container-center-categories {
        display: flex;
        justify-content: space-evenly;
        flex: 1;
        text-align: center;
    }

    .desktop-menu-container-right {
        justify-content: flex-end;
        align-items: flex-end;
        display: flex;
        margin-right: 20px;
    }

    .desktop-menu-icon-space {
        margin-right: 20px;
        margin-top: -5px;
        cursor: pointer;
    }

    .default-menu-container-center-item {
        color: var(--color-content-secondary);
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 17.741px; /* 118.272% */
        cursor: pointer;
        text-transform: uppercase;
    }
    .handle-desktop-search-input-form {
        border: 1px solid var(--color-design-light);
        width: 300px;
        height: 37px;
        text-align: center;
    }
    . {
        position: absolute;
        margin-left: 4px;
        z-index: 2;
    }
}
@media (min-width: 1024px) {
    .default-menu-container-left {
        width: 190px;
    }
}

.search-results {
    position: absolute;
    left: auto;
    background-color: white;
    border: 1px solid var(--color-design-light);
    z-index: 2;
    margin-top: 40px;
}
.desktop-menu-search {
    display: flex;
    flex-direction: row;
    justify-content: center;
}


/* ------> Styled search results from shoptet - START <------ */
.search-whisperer-products {
    padding-left: 15px;
    padding-right: 15px;
}
.search-whisperer-products li {
    list-style-type: none;
    cursor: pointer;
}
.search-whisperer-documents {
    border: 0 solid white;
    padding: 10px
}
span.price-final {
    text-align: right;
    margin-top: -40px;
    padding-bottom: 40px;
}
.search-whisperer-image {
    max-width: 59px;
    display: inline-block;
}
span.p-availability {
    opacity: 0
}
/* ------> Styled search results from shoptet - END <------ */
