.cwb-whatsapp-btn{
	position: fixed;
	width: 56px;
	height: 56px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #25D366;
	box-shadow: 0 10px 25px rgba(0,0,0,.18);
	text-decoration: none;
	transition: transform .15s ease, box-shadow .15s ease;
}
.cwb-whatsapp-btn:hover{
	transform: translateY(-1px);
	box-shadow: 0 12px 28px rgba(0,0,0,.22);
}
.cwb-whatsapp-icon svg{
	display:block;
}
