.popup-resident{background-color:#fff;border-radius:var(--border-radius-large);padding:20px;width:400px}.bt-cancel-selected-resident-order{padding:10px 16px;border-radius:var(--border-radius-large);font-weight:600;transition:background-color .2s ease;background-color:transparent;margin-top:1rem}.bt-cancel-selected-resident-order:hover{background-color:#d6e4fb}.selected-resident-container{display:flex;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:1rem}.selected-resident-container::-webkit-scrollbar{display:none}.btn-delete-resident{color:var(--color-white);padding:4px 8px;border-radius:12px;background-color:#f87171}.btn-delete-resident:hover{background-color:#ef4444}.btn-delete-resident:active{background-color:#dc2626}.shopping-cart-items{display:flex;flex-direction:column;gap:1rem;flex:1;overflow-y:auto;margin:1rem 0}.shopping-cart-item{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem;background-color:var(--color-white);padding:1rem;border-radius:var(--border-radius-large)}@media (max-width:1100px){.shopping-cart-item{width:350px}}.item-details{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:10px}.btn-delete-cart-item{color:#fc3737}.btn-delete-cart-item:hover{color:red}.item-name{font-weight:600;text-transform:uppercase;font-size:.9rem}.item-quantity{display:flex;align-items:center;gap:.5rem}.quantity-button{background-color:var(--background-color-button);color:var(--color-white);border-radius:50%;padding:2px}