/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .whatsapp-container {
	position:fixed;
	bottom:10px;
	right:10px;
	display:flex;
	z-index:999999;
}
.wa__btn_popup_txt {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	--wp--preset--font-size--normal: 16px;
	--wp--preset--font-size--huge: 42px;
	--wp--preset--font-size--small: 13px;
	--wp--preset--font-size--medium: 20px;
	--wp--preset--font-size--large: 36px;
	--wp--preset--font-size--x-large: 42px;
	--wp--preset--spacing--20: 0.44rem;
	--wp--preset--spacing--30: 0.67rem;
	--wp--preset--spacing--40: 1rem;
	--wp--preset--spacing--50: 1.5rem;
	--wp--preset--spacing--60: 2.25rem;
	--wp--preset--spacing--70: 3.38rem;
	--wp--preset--spacing--80: 5.06rem;
	text-rendering: optimizeLegibility;
	cursor: pointer;
	font-family: "Poppins", sans-serif;
	-webkit-box-sizing: border-box;
	background-color: #ffffff;
	-webkit-border-radius: 4px;
	color: #43474e;
	font-size: 12px;
	letter-spacing: -.03em;
	line-height: 1.5;
	padding: 8px 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transition: all .4s ease;
	display: block;
	left: unset;
	right: 100%;
	margin-right: 7px;
	margin-left: 0px;
	width: 156px;
}
a.whatsapp-button {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	--qlwapp-scheme-font-family: Calibri;
	--qlwapp-scheme-font-size: 18;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
	touch-action: manipulation;
	transition: all .25s ease;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	pointer-events: all;
	cursor: pointer;
	box-shadow: 0 1px 6px 0 rgba(0,0,0,0.06),0 2px 32px 0 rgba(0,0,0,0.16);
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	outline: none;
	text-decoration: none;
	color: #ffffff;
	background-color: green;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	border-radius: 50%;
}