.autocomplete-result-list {
    z-index: 1000 !important;
}

.autocomplete input[type="search"] {
    width:100%;
    padding:10px;
    font-size:12px;
    font-size:1.2rem;
}

.autocomplete-input {
    border: none;
    background: none;
    line-height: 1.2;
}

.autocomplete-input:focus, .autocomplete-input[aria-expanded=true] {
    border: none;
    background: none;
    outline: none;
    box-shadow: none;
}

.autocomplete-result {
    padding: 6px !important;
    background-image: none !important;
    background-color: #fff;
    width: 100%;
}

.autocomplete-result-list {
    overflow-x: hidden;
    max-height: calc(100vh - 320px) !important;
}

.autocomplete-result-label-wrapper {
    display: flex;
}

.autocomplete-result-label-wrapper .autocomplete-title {
    padding: 3px 5px;
    margin-left: 6px;
}

.autocomplete-label {
    padding: 3px 10px;
    color: white;
    font-size: 12px;
    border-radius: 5px;
    flex-shrink: 0;
}

.label-category {
    background-color: #ffcc33;
}

.label-brand {
    background-color: #fd4545;

}

.label-item-name {
    background-color: #99ccff;
}

.autocomplete-result-label-wrapper .autocomplete-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-detail-list {
    position: absolute;
    left: 100%;
    width: 400px;
    z-index: 9999999;
    background-color: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
}

.autocomplete-detail-list-item > a {
    display: block;
    padding: 9px 11px;
    overflow: hidden;
    border-bottom: 1px solid #cfcfcf;
    text-decoration: none;
}

.autocomplete-detail-list-item > a:hover {
    text-decoration: none;
}

.detail-list-item-image {
    width: 100px;
    height: 100px;
    float: left;
    position: relative;
    padding: 2px;
    border: 1px solid #efefef;
}

.detail-list-item-info {
    padding-left: 120px;
}

.autocomplete-detail-list-item .unit-price {
    color: #c20037;
    font-weight: bold;
    font-size: 18px;
}

.autocomplete-detail-list-item .brand-name {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 6px;
}

.detail-list-item-off {
    margin-left: 10px;
    font-size: 14px;
}

.hide {
    display: none;
}

[data-position=below] .autocomplete-input[aria-expanded=true] {
    border-radius: 0 !important;
}