.mws-button-wrap {
	clear: both;
	margin: 14px 0;
}

.mws-whatsapp-button {
	align-items: center;
	background: #128c4b !important;
	border: 0 !important;
	border-radius: 8px !important;
	box-shadow: 0 8px 20px rgba(18, 140, 75, .18);
	color: #fff !important;
	display: inline-flex !important;
	font-weight: 700 !important;
	gap: 8px;
	justify-content: center;
	min-height: 46px;
	padding: 10px 18px !important;
	text-decoration: none !important;
}

.mws-whatsapp-button:hover,
.mws-whatsapp-button:focus {
	background: #0d713c !important;
	color: #fff !important;
}

.mws-cart-button {
	box-sizing: border-box;
	width: 100%;
}

.mws-floating-button {
	align-items: center;
	background: #128c4b;
	border-radius: 999px;
	bottom: 22px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
	color: #fff !important;
	display: flex;
	font-weight: 700;
	gap: 9px;
	line-height: 1;
	padding: 13px 17px;
	position: fixed;
	right: 22px;
	text-decoration: none !important;
	z-index: 9998;
}

.mws-floating-button > span:first-child {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	color: #128c4b;
	display: inline-flex;
	font-size: 11px;
	height: 28px;
	justify-content: center;
	width: 28px;
}

@media (max-width: 600px) {
	.mws-floating-label { display: none; }
	.mws-floating-button { bottom: 16px; padding: 10px; right: 16px; }
}

