.search-wrap.container {
    position: relative;
}

.search-wrap.container .inventory-search-facetbrowse.customIndexSearch {
    position: absolute;
    top: 10px;
    z-index: 100;
    background: white;
    padding: 10px;
    border-radius: 10px;
    border: 5px solid #ccc;
    width: 190px;
    left: -70px;
}
