#buttons_float{
    position: fixed;
    bottom: 40px;
    right: 40px;
    height: auto;
    width: 60px;
}
#buttons_float ul{
    list-style: none;
}
#buttons_float ul li{
    margin-top: 10px;
    width: 55px;
    height: 55px;
    background-color: #FFF;   
    border-radius: 100px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.75);
}
#buttons_float ul li a{
    display: block;
}
#buttons_float img{
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: contain;
    padding: 12px;
}
#Whatsapp_btn{
    background-color: var(--panpo-blue-color) !important;
}
@media(max-width: 800px){
    #buttons_float{
        position: fixed;
        bottom: 25px;
        right: 25px;
        height: auto;
    }
}