.address-autocomplete-item:hover {
    background-color: var(--bs-primary-bg-subtle);
    cursor: pointer;
}

.item {
    width: 140px;
    height: 120px;
    vertical-align: top;
    cursor: pointer;
}
.item:hover {
    background-color: lightblue;
}
.item.disabled {
    background-color: lightgray;
    opacity: 50%;
    cursor: default;
}

.request {

}
.quantity-container div, .quantity-container input {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #f4f4f4;
    text-align: center;
    line-height: 40px;
    border: none;
}
.quantity-container .quantity-btn {
    cursor: pointer;
}
.delete {
    cursor: pointer;
}