﻿    .open-button {
        background-color: #555;
        color: white;
        padding: 16px 20px;
        border: none;
        cursor: pointer;
        opacity: 0.8;
        position: fixed;
        bottom: 40px;
        right: 28px;
        width: 280px;
    }


    #whatsapp-order {
        position: fixed;
        bottom: 90px;
        z-index: 9999;
        display: flex;
        width: 13rem;
        height: 3rem;
        align-items: center;
        color: #ffffff;
        font-size: 0.7rem;
        justify-content: center;
        background: #128c7e;
        border-radius: .4rem;
    }

    #whatsapp-order.right {
        right: 10px;
    }
