
.whatsapp {
	position: fixed;
	z-index: 1;
	bottom: 20px;
	left: 20px;
}

.whatsapp__status {
	display: block;
	position: absolute;
	left: 47px;
	font-weight: bold;
	bottom: 0;
	color: #4FCE5D;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	white-space: nowrap;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0;
	padding: 2px 8px;
	border-radius: 50em;
}

.whatsapp__status--offline {
	background: #e20000;
	color: #ffffff;
}

.whatsapp__status--offline:after {
	content: "offline";
}

.whatsapp__status--online {
	background: #ffffff;
	color: #35883e;
}

a.pop:hover {
	color: #35883e !important;
}

.whatsapp__status--online:after {
	content: "Whatsapp Canlı Destek";
}

.whatsapp__button {
	display: none;
	position: relative;
	z-index: 1;
	display: inline-block;
	background: #4FCE5D;
	color: #ffffff;
	border-radius: 50em;
	font-size: 60px;
	line-height: 60px;
	width: 45px;
	height: 45px;
}

a.whatsapp__button:hover {
	color: #ffffff !important;
}
.whatsapp__button:before {
	content: '';
	display: block;
	background: #4FCE5D;
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: 2px;
	left: 2px;
}

.whatsapp__button i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
