/*
* Plugin Name: Whatsapp Wanatop;
* Author: Wanatop;
*/

a.btn_wt_whatsapp {
    position: fixed;
    bottom: -100px;
    right: 20px;
    margin: 0;
    transition: all 0.3s ease;
    z-index: 9999;
}
a.btn_wt_whatsapp.visible{
	bottom: 60px;
}
a.btn_wt_whatsapp img.img_wt_whatsapp {
    width: 50px;
    height: 50px;
}