#searchform {
    position: relative;
    z-index: 9;
    visibility: visible;
    display: flex;
    justify-content: center;
    width: 100%;
}

#searchform > div{
    width: 100%;
}

#searchform input#search-input-hb{
    border-radius: 50px;
    border: none;
    width: 100%;
    min-height: 35px;
    padding: 5px 20px;
}

#search-results-hb{
    display: none;
    background: #fff;
    margin-top: 5px;
    position: absolute;
    width: 100%;
    border-radius: 5px;
    min-height: 30px;
    padding: 8px;
    max-height: 50vh;
    overflow-y: scroll;
}

#search-results-hb p,
#search-results-hb h2 {
    padding: 0;
    margin: 0;
}

#search-results-hb h3 {
    padding: 0;
    margin: 5px 0;
    font-size: 14px;
    color: #00335B;
}

.pickgo-badge {
    background: #EE870D;
    color: #fff;
    font-size: 10px;
    padding: 0px 5px;
    border-radius: 2px;
    margin-left: 5px;
}
.bestseller-badge {
    background: #00335B;
    color: #fff;
    font-size: 10px;
    padding: 0px 5px;
    border-radius: 2px;
    margin-left: 5px;
}

#hb-custom-breadcrumb {
    color: #fff;
    background-color: transparent;
    margin: 5px 20px;
    padding: 0;
    display: flex;
    list-style-type: none;
}

#hb-custom-breadcrumb li {
    margin: 0px 5px;
}

#hb-custom-breadcrumb a {
    color: #fff;
}

#hb-custom-breadcrumb a.breadcrumb-link {
    color:#ee870d;
}

#logo_hollandbikes {
    background-image: url('/wp-content/uploads/2020/02/Tours-Rentals.png');
    background-size: cover;
}

@media (max-width: 900px) {
    #section_menu_hb{
        position: absolute;
        top: 15px;
        left: 5%;
    }
    #hb-custom-breadcrumb{
        justify-content: center;
    }
    #langue_selector {
        position: absolute;
        right: 0;
        width: fit-content;
        padding: 5px;
        top: 5px;
    }
    #logo_hollandbikes{
        max-height: 60px;
    }
    a#link_logo_hb{
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .elementor-menu-toggle {
        position: relative;
        z-index: 9999999;
        color: #fff;
        background-color: #fff !important;
        left: 6%;
    }
}

@media (max-width: 450px) {  
    img#logo_hollandbikes {
        display: none;
    }
    a#link_logo_hb{
        background-image: url("/wp-content/uploads/logo-mobile.png");
    }
    #langue_selector {
        top: 8px;
    }
}