.im-quicksearchtest-results {
    position: absolute;
    z-index: 9999;
    width: 100%;
    max-width: 520px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .12);
    margin-top: 4px;
}

.im-quicksearchtest-results ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.im-quicksearchtest-results li {
    margin: 0;
    padding: 0;
}

.im-quicksearchtest-results a {
    display: block;
    padding: 10px 12px;
    text-decoration: none;
    color: #222;
    border-bottom: 1px solid #eee;
}

.im-quicksearchtest-results a:hover {
    background: #f5f5f5;
}

.im-quicksearchtest-name {
    display: block;
    font-weight: 600;
    line-height: 1.25;
}

.im-quicksearchtest-sku {
    display: block;
    font-size: 12px;
    color: #777;
    margin-top: 3px;
}
