@media(max-width: 991px){
    #header-wrap #logo img {
        height: 4.8rem;
        padding: 5px;
        filter: unset !important;
    }
    #header .menu-link, #top-search a {color: #000;}
}
@media (min-width: 992px){
.transparent-header:not(.sticky-header):not(.full-header):not(.floating-header) .top-search-form input {border-bottom: 2px solid rgb(255 255 255 / 10%);}
}