.ac_results {
    min-width: 600px;
    max-width: 600px;
    max-height: 340px;
    margin-top: 4px!important;
    border-radius: 4px;
    border: 0!important;
    overflow: auto;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
@media (max-width: 991px) {
    .ac_results {
        max-width: 750px;
        width: 100%!important;
    }
    .ac_results li {
        min-width: 100%;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .ac_results {
        left: 15px!important;
        width: calc(100% - 30px)!important;
        min-width: calc(100% - 30px);
    }
}
.ac_results li {
    width: 100%;
    min-width: 100%;
    padding: 8px!important;
    border: 0;
}
.ac_results .title-auto-search {
    padding: 16px 24px;
    border: 0;
}
.ac_results .imagem-prod {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    padding: 8px;
    margin: 4px;
    overflow: hidden;
}
@media (max-width: 510px) {
    .ac_results .imagem-prod {
        width: 36px;
        height: 36px;
        padding: 4px;
    }
}
.ac_results .imagem-prod img {
    padding: 0;
    width: 100%;
    height: auto;
}
.ac_results .categoria-descricao {
    padding: 0 8px;
    font-size: initial;
}
.ac_results .categoria-descricao .categoria {
    opacity: 1;
    line-height: normal;
    margin-bottom: 4px;
    font-size: 11px;
}
.ac_results .categoria-descricao .descricao {
    line-height: normal;
    font-size: 13px;
}