@charset "UTF-8";

header #topbar form#Search_Form {
    height: auto;
}
header #topbar div.SearchContainer {
    overflow: visible;
    max-width: 80%;
    margin-left: 13%;
}
.bewise_search .price {
    background-color: transparent !important;
}
div.bewise_search.bewise_wide {
    width: 100%;
}
div.bewise_search.bewise_wide .bewise_search_inner > div:not(.products) {
    flex: none;
}
div.bewise_search_inner>div>ul>li>a>div.name {
    min-width: 100px;
}

.bewise_search_inner {
    max-height: calc(100vh - 250px);
    -webkit-overflow-scrolling:touch;
    overflow-x:hidden;
    overflow-y:auto;
}

@media (max-width: 767px) {
    .bewise_search_inner {
        max-height: calc(100vh - 250px);
    }
}