a.kiosk-cart-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: auto;
    min-width: 80px;
    max-width: 150px;
    position: fixed;
    bottom: 0px;
    padding: 12px 16px;
    margin: 0;
    background-color: black;
    color: white;
    border: 3px solid black;
    border-bottom: 0;
    border-radius: 15px 15px 0 0;
    z-index: 2000;
}

.kiosk-cart-btn .kiosk-cart-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    height: 26px;
    padding: 0 8px;
    margin-left: 2px;
    border-radius: 999px;
    background-color: #00b050;
    color: white;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}

a.kiosk-return-btn {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 50px;
    font-size: 30px;
    position: fixed;
    top: 140px;
    left: 10px;
    padding: 0;
    margin: 0;
    background-color: #ccc;
    color: white;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    z-index: 2000;
}

a.kiosk-return-btn.home {
    width: auto;
    max-width: fit-content;
    top: 10px;
    padding: 0 30px 0 25px;
    background-color: #00ac4e;
    border-radius: 10px;
    gap: 15px;
}

a.home-admin-btn {
    width: auto;
    max-width: fit-content;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 10px 14px;
    background-color: #00ac4e;
    border-radius: 10px 0 0 0;
    font-size: 1rem;
}
