
a.whatsup {
    position: fixed;
    left: 10px;
    bottom: 35px;
    display: inline-block;
    /*padding: 7px 18px 7px 43px;*/
    padding: 50px 40px 10px 60px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    /*box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 30%);
    background: #2AB200;
    color: #FFF;*/
    border-radius: 30px;
    z-index: 9999;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s ease-in-out;
}

.whatsup span {
    position: absolute;
    left: 0px;
    top: 0px;
    /*background: url('https://whatsapp.svg') 0px 0px no-repeat;
    background: url('https://groceriesgate.com/images/WhatsApp_icon.png') 0px 0px no-repeat;*/
    background: url('https://groceriesgate.com/images/whatsapp_icon.jfif') 0px 0px no-repeat;
    background-size: 100%;
    /*display: inline-block;*/
    width: 46px;
    height: 46px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    transition: all 0.2s ease 0s;
}