#brand {
    box-sizing: border-box;
    height: 50px;
    width: 50px;
    border: solid black 0.5px;
    padding: 5px;
}

#searchProduct > input{
    flex-glow: 1;
    width: 100%;
}

input:placeholder-shown {
    text-overflow: ellipsis;
}