.search-menu-modal .dropdown-menu {
    display: block;
    visibility: visible !important;
    margin: 0 0 !important;
    border-radius: initial !important;
}

html body header .navigation-wrapper .navigation .nav-wrapper nav ul.navbar-nav button {
    border: none;
    color: #FFF !important;
    background-color: #333 !important;
}
html body header .navigation-wrapper .navigation .nav-wrapper nav ul.navbar-nav button:hover {
    background-color: #000 !important;
}

.search-menu-modal .dropdown-menu .w-100 {
    max-width: 1400px;
}

#page > section {
    padding-top: 52px;
}

.product-code {
    font-size: 14px;
}

@media (max-width:991px) {
    #page > section {
        padding-top: 0;
    }   
}