    .ui-widget-content {
    background: #fff;
    border-bottom: 0.1rem solid #dee2e6;
    color: #212529;
    font-size: 1.4rem;
    margin-bottom: 0;
    max-width: 53rem;
    overflow-x: auto;
    padding: 0;
    z-index: 99999;
    position: fixed;
    max-height: 80vh;
    top: 12rem !important;
}

.ui-widget-content, .ui-widget-content a {
    font-family: Montserrat, system-ui, -apple-system, Segoe UI, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.ui-menu-item {
    border-bottom: .1rem solid #d8d8d8;
}

.ui-menu-item a:hover {
    color: #232323;
}

.ui-widget-content a:hover .category:before {
    background: #fff
}

.ui-widget-content .desc {
    width: calc(100% - 8rem)
}

.ui-widget-content .image {
    margin-right: 1rem;
    width: 7rem
}

.ui-widget-content .product {
    display: block;
    line-height: 130%;
    font-weight: 500;
    font-size: 1.3rem;
}

.ui-widget-content .category {
    display: block;
    font-size: 1.23rem;
    margin-bottom: .6rem;
    padding-bottom: .5rem;
    position: relative
}

.ui-widget-content .category:before {
    background: #343a40;
    bottom: 0;
    content: "";
    height: .2rem;
    left: 0;
    position: absolute;
    width: 3rem
}

.ui-widget-content .separator {
    display: none
}

.ui-widget-content p {
    font-size: 1.3rem;
    margin-bottom: 0;
    line-height: 140%;
}

.ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
    background: #343a40;
    border: 0;
    color: #fff
}

.ui-menu .ui-menu-item a {
    align-items: center;
    border-bottom: .1rem solid #dee2e6;
    cursor: pointer;
    display: flex;
    line-height: 100%;
    padding: 1rem
}

.ui-menu .ui-menu-item:last-of-type a {
    border-bottom: 0
}

.ui-menu .ui-menu-item a.ui-state-active, .ui-menu .ui-menu-item a.ui-state-focus {
    margin: 0
}

.ui-helper-hidden-accessible {
    display: none
}

.facet .ui-widget-content {
    overflow-x: initial;
    z-index: 99
}

.search-widget-show {
    display: none;
    background: #1E77BC;
    color: #fff;
    position: absolute;
    bottom: initial;
    top: 9rem;
    left: 0;
    right: 0;
    font-size: 1.2rem;
    padding: 0.6rem 1rem 0.5rem;
    margin: 0 3rem;
}

.search-widget-show:hover {
    background: #212529;
    color: #fff;
}

.h2.with_search {
    display: flex;
    align-items: flex-end;
}

.h2.with_search .top-mobile-search {
    font-weight: 400;
    margin-left: 1rem;
    font-size: 2rem;
    border-bottom: .1rem solid #232323;
    cursor: pointer;
    display: inline-block;
}

.h2.with_search .top-mobile-search .ic {
    margin: 0 0 0 .8rem;
}

@media (max-width: 991px) {
    .search-widget {
        background: #fff;
        display: none;
        height: 100vh;
        left: 0;
        padding: 2rem;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1051
    }

    .search-widget-show {
        bottom: -4rem;
        top: initial;
        margin: 0;
    }

    .search-widget form {
        position: relative;
        z-index: 1;
    }

    .search-widget input[type=text] {
        width: 100%
    }

    .search-widget .ic-close {
        height: 2.5rem;
        margin: 0 auto 1rem;
        width: 2.5rem;
    }

    .search_widget-close {
        top: 3.2rem;
        right: 3rem;
    }

    .search-widget button {
        bottom: 1.4rem;
        top: auto
    }

    .ui-widget-content {
        max-width:100%;
        width: 100%;
        top: 9.5rem !important;
    }

    .top-mobile-search {
        margin: 2rem 1.5rem 2.5rem;
        position: relative;
    }

    .top-mobile-search .mask {
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
    }

    .top-mobile-search input.form-control, .search-widget input[type=text] {
        background: #f8f8f8;
        border: 0;
        border-radius: 0.7rem;
        line-height: 100%;
        padding: 1rem;
        width: 100%;
    }

    .search-widget input[type=text] {
        padding: 1.5rem;
    }
}
