.fab {
    position: fixed;
    bottom: 50px;
    right: 10px;
}

.fab ul {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 5px 0 0;
    margin: 0;
    list-style: none;
    z-index: 10;
}

.fab ul li {
    display: flex;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 10px;
}

.fab ul li > div {
    cursor: pointer;
    background-color: #000000;
    border-radius: 30px;
    border: none;
    height: 42px;
    width: 42px;
}

.fab ul li button {
    background-color: transparent;
    border: transparent;
    display: block;
    height: 42px;
    padding: 0;
    margin: 0;
    width: 42px;
}

.fab ul li button:focus {
    outline: 0;
}

.fab-message {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: -5px 10px 10px -1px rgba(0, 0, 0, 0.15);
    color: black;
    cursor: auto;
    display: none;
    padding: 5px 10px;
    position: absolute;
    margin-bottom: 5px;
    right: -5px;
    user-select: none;
    z-index: 10000001;
}

.fab .fab-message:after {
    bottom: 5px;
    border: 14px solid transparent;
    border-bottom: 0;
    border-top-color: #ffffff;
    border-right: 0;
    content: '';
    height: 0;
    left: 80%;
    margin-bottom: -12px;
    margin-left: -10px;
    pointer-events: none;
    position: absolute;
    width: 0;
    z-index: 10000001;
}

.fab-close {
    cursor: pointer;
}

.cart {
    display: block;
}

.cart .cart-message {
    bottom: 35px;
    margin-right: 5px;
    width: 150px;
}

.cart .cart-close {
    margin-left: 5px;
}

.whatsapp {
    background-color: transparent !important;
}

.whatsapp .whatsapp-icon {
    height: 42px;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
}

.whatsapp .whatsapp-message {
    bottom: 35px;
    margin-right: 25px;
    width: 77px;
}

.whatsapp .whatsapp-close {
    margin-bottom: 2px;
    margin-left: 2px;
}


