.mlstore-whatsapp-float {
	align-items: center;
	background: #25d366;
	border-radius: 50%;
	bottom: 25px;
	box-shadow: 0 12px 27px rgba(14, 93, 47, .28);
	color: #fff !important;
	display: flex;
	height: 58px;
	justify-content: center;
	position: fixed;
	right: 25px;
	text-decoration: none !important;
	transition: transform .18s, box-shadow .18s;
	width: 58px;
	z-index: 10000;
}

.mlstore-whatsapp-float:hover,
.mlstore-whatsapp-float:focus-visible {
	box-shadow: 0 17px 33px rgba(14, 93, 47, .36);
	color: #fff !important;
	transform: translateY(-3px) scale(1.04);
}

.mlstore-whatsapp-float svg { height: 33px; width: 33px; }

.mlstore-whatsapp-float span {
	background: #10213e;
	border-radius: 8px;
	color: #fff;
	font: 800 .79rem/1.2 inherit;
	opacity: 0;
	padding: 9px 11px;
	pointer-events: none;
	position: absolute;
	right: 68px;
	transform: translateX(5px);
	transition: opacity .16s, transform .16s;
	white-space: nowrap;
}

.mlstore-whatsapp-float:hover span,
.mlstore-whatsapp-float:focus-visible span { opacity: 1; transform: translateX(0); }

@media (max-width: 720px) {
	.mlstore-whatsapp-float { bottom: 18px; height: 54px; right: 18px; width: 54px; }
	.mlstore-whatsapp-float span { display: none; }
}
