#elastic-suggester {
    position: absolute;
    z-index: 99;
    display: none;
    min-height: 100px;
    min-width: 100%;
}


#elastic-suggester.is-active.is-focused {
    display: block;
}



.subtel-suggest {
    display: flex;
    background: white;
    padding: .5em 0;
    position: absolute;
    width: calc(90vw - 20%);
    left: 50%;
    transform: translateX(-50%);
    max-width: 800px;
/*     border-radius: 1em; */
    
    border: 5px solid #efefef;
}
.subtel-suggest--separator .subtel-suggest--class-2 {
    border-left: 1px solid #efefef;
}
.subtel-suggest--class {
    padding: 1em;
    min-width: 250px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.subtel-suggest--section-header {
    border-bottom: 1px solid #efefef;
    color: #b0b1b3;
    font-size: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.subtel-suggest--section-list {
    padding: 0;
    list-style: none;
    /* margin-bottom: 20px; */
    font-size: 11px;
}
.subtel-suggest mark {
    letter-spacing: 0px;
    margin: 0;
    padding: 0;
    background: transparent;
    color: #ff5001;
    text-decoration: underline;
}
.subtel-suggest--section-list-item-link {
    display: block;
    cursor: pointer;
}
.subtel-suggest--section-list-item-link:hover {
    text-decoration: underline !important;
    color: #ff5001 !important;
}
.subtel-suggest--empty {
    max-width: 400px;
}
.subtel-suggest--class-3 {
    width: 100%;
}

.subtel-suggest--section-category .subtel-suggest--section-list-item {
    margin-bottom: 10px;
}

.subtel-suggest--section-list-item-icon {
    max-height: 40px;
    max-width: 40px;
    object-fit:cover;
    margin-right: 1em;
    border-radius: 50%;
}
.subtel-suggest--section-product .subtel-suggest--section-list-item {
    display:flex;
}


.path--inner {
    font-size: .8em;
}

.path--separator {
    position: relative;
    display: inline-block;
    font-size: .8em;
    padding-left: .25em;
    padding-right: .25em;
    bottom: -1px;
    font-weight: bold;
}
.path--title {
    display: block;
    /* text-indent: 1em; */
    color: #ff5001;
}