.link-wpp {
	display: flex;
}

.container-wpp {
	display: flex;
	position: fixed;
	left: -300px;
	width: 234px;
	height: 90px;
	bottom: 160px;
	transition: left 0.5s ease;
	border-radius: 0px 5px 5px 0px;
	box-shadow: 1px -2px 10px 0 rgba(0, 0, 0, 0.29);
	align-items: center;
	z-index: 1000;
}

.icon-box-wpp {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65px;
	height: 90px;
	background-color: #25D466;
	position: relative;
	text-align: center;
	padding: 5px;
}

.text-box-wpp {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -1px;
	height: 90px;
	width: 170px;
	background-color: #25D466;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	border-radius: 0px 5px 5px 0px;
	padding: 0;
}

.text-wpp {
	margin: 0;
	font-size: 14px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-align: left;
	color: #ffffff;
}

.close-wpp {
	color: #ffffff;
	float: left;
	cursor: pointer;
	border-radius: 5px;
	box-shadow: 1px -2px 10px 0 rgba(0, 0, 0, 0.29);
	padding: 0px 2px 2px 2px;
	position: absolute;
	left: 226px;
	top: -8px;
	text-align: center;
	background-color: #ff0000;
}

@media (max-width: 768px) {
	.container-wpp {
		left: -300px;
	}
}

.show-wpp {
	left: 0px;
}

.hide-wpp {
	left: -300px;
}
