/*
 * WhatsApp floating button — ported 1:1 from the inline <style> block in
 * jm-beauty-center-ef4/tpl/blocks/head.php (it was never part of the template's .css files).
 */
.fixed.whatsapp-pos{
	position: fixed;
left: 20px;
bottom: 20px;
z-index: 10000000;
}
.whatsapp-slide-display{
	position: absolute;
    background-color: #50b948;
    color: #fff;
    padding: 12px 48px 0 24px;
    top: 18px;
    left: 45px;
    z-index: -1;
		display: none;
}
.wc-whatsapp-cta{
	font-size: 13px !important;
margin-top: -20px;
font-weight: 700;
color: #302832;
text-shadow: 0px 0px 6px #fffefe;
position: relative;
    top: -47px;
    left: 164px;
    line-height: 18px;
    background: #fff;
    padding: 10px;
    border-radius: 13px;
}


.wc-whatsapp-cta:before{
	content: "";
	 position: absolute;
	 right: 100%;
	 top: 20px;
	 width: 0;
	 height: 0;
	 border-top: 7px solid transparent;
	 border-right: 13px solid #fff;
	 border-bottom: 9px solid transparent;
}

@media(max-width:576px){
	.fixed.whatsapp-pos{
		bottom: -25px;
		left: -55px;
	}
	.fixed.whatsapp-pos img{
		width: 45%;

	}
}
