#top_menu_container {
    line-height: 1.5;
    height: 73px;
    width: 100% !important;
    max-width: 100% !important;
    justify-content: space-between !important;
    background-color: #0A334D;
    color: white;
}

.baseline {
    background-color: #1b9f73;
    color: white;
    text-align: center;
    padding: 4px 0;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: 'Staatliches', sans-serif;
}

#top_menu_container .navbar-nav > li > * {
    color: white !important;
    border: none !important;
}

.o_wsale_my_wish, .o_wsale_my_cart {
    padding-right: 1rem;
}

#top_menu_container .oe_search_button {
    background-color: #ffffff;
    border-color: #CED4DA;
    color: black;
    border: 0;
    border-radius: 0;
    border: 0;
    font-size: 20px;
    height: 44px;
}

#top_menu_container .oe_search_box {
    border-radius: 0;
    border: 0;
    width: 550px;
    padding: 20px;
    font-size: 20px;
    height: 44px;
}

#top_menu_container i.fa-globe {
    color: white !important;
}
#top_menu_container div.js_language_selector:hover i.fa-globe  {
    color: #1b9f73 !important;
    opacity: 1 !important;
}

@media (min-width: 992px) {
    #searchbar_header_bottom {
        display: none !important;
    }
}

#top_menu_container .nav-item:hover > a > i {
    color: #1b9f73;
}

.custom_buttons {
    background-color: white;
    width: 100%;
}

.custom_buttons .l1 {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bolder;
    letter-spacing: 2px;
    hyphens: auto;
    color: #0A4069;
}

.custom_buttons #top_menu_collapse {
    width: 100%;
    justify-content: center !important;
    align-items: center !important;
}

.custom_buttons .l2 {
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    font-family: none !important;
    color: #0A4069;
}

@media (max-width: 767.98px) {
    .mobile-align {
        width: 50% !important;
        text-align: right !important;
        margin: 0 !important;
    }
}

.custom_buttons hr {
    margin: 2px !important;
    border-top: 2px solid #0A334D !important;

}
.custom_buttons hr.active {
    border-top: 2px solid #1b9f73 !important;
}

.custom_buttons .nav-item:hover hr {
    background-color: #1b9f73;
}

.custom_buttons .nav-item:hover * {
    color: #1b9f73;
}

.choose * {
    color: #1b9f73 !important;
}

.choose:hover * {
    color: #0A4069 !important;
}

#top_menu_container .navbar-brand.logo img {
    display: inline !important;
}
#top_menu_container .o_header_language_selector {
    color: white !important;
}
#top_menu_container .fa-2x {
    font-size: 1.5rem !important;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}