#lista{
    position:absolute;
    width:100%;
    max-width:500px;
    z-index:1000;
}

.item{
    cursor:pointer;
}

.item:hover,
.item.activo{
    background:#8b98e5;
    color:white;
}

#nombre{
    width: 420px;
}

.input-grande{
    width: 420px;
}

#precio,
#cantidad{
    margin-bottom: 10px;
}

#buscar{
    display: block;
}

#resultado{
    position: absolute;
    width: 420px;
    background: white;
    border: 1px solid #ccc;
    z-index: 9999;
}

.contenedor-busqueda{
    position: relative;
}

#btnAgregar{
    text-align: center;
}