#back-to-top, #whatsapp-bottom{
    right: 0;
    position: fixed;
    z-index: 999;
    top: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#back-to-top {
    bottom: 115px;
}

#back-to-top .btn, #whatsapp-bottom .btn {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 1;
    border: none;
    transition: all 0.4s ease-in;
    border-radius: 8px 0 0 8px;
    box-shadow: -2px 2px 5px #0000008c;
}
#back-to-top .btn.round, #whatsapp-bottom .btn.round{
    border-radius: 50%;
    margin-right: 10px;
    box-shadow: 0 5px 5px -3px #000;
} 
#whatsapp-bottom {
    bottom: 55px;
}
#back-to-top .fa, #whatsapp-bottom .fa {
    font-size: 30px;
    display: flex;    
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);   
    align-items: center;
    justify-content: center;
}

#whatsapp-bottom .btn {
    background: #25d366;
}
#back-to-top .btn:hover,
#whatsapp-bottom .btn:hover,
#back-to-top .btn:focus,
#whatsapp-bottom .btn:focus
{background: #333;box-shadow: inset 0 0 10px #000;opacity: 0.1;}
.btn-xss .fa {
    font-size: 15px;
}

