.cart-img {
    max-width: 10vw;
}

.row {
    display: flex;
    align-items: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#cart-list {
    list-style-type:none;
}

#type-menu {
    min-width: 5rem!important;
}

.type-selected {
    background-color: rgba(0,0,0, 0.2);
}