/* styles fix */
.search-button.dropdown-toggle {
    display: none;
}

@media (min-width: 767px) {
    div.search-wrapper.dropdown:not(.open) div#search_widget {
        position: relative;
        display: block;
        left: 0;
        right: 0;
    }
    div.search-wrapper.dropdown:not(.open) button#iconSearchBar {
        pointer-events: none;
    }

    div.search-wrapper.dropdown:not(.open) div#search_widget form input[name="s"] {
        cursor: pointer;
    }
}

.imageCustomSearch {
    object-fit: contain !important;
    width: 30%;
}