.header-center .wt-header-left {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	width: 350px;
}

.logo-header {
	width: 350px !important;
}
.logo_title {
	font-size: 14px;
	color: #000;
	vertical-align: bottom;
}

.whatsapp-button {
	height: 40px;
	width: 40px;
	background: #25d366;
	border: none;
	position: fixed;
	right: 15px;
	bottom: 60px;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
	color: #fff;
	z-index: 999;
}

.whatsapp-button span {
	font-size: 24px;
	line-height: 40px;
}

@media only screen and (max-width: 480px) {
	.whatsapp-button {
		font-size: 7px;
		height: 30px;
		width: 30px;
		line-height: 16px;
	}

	.whatsapp-button span {
		font-size: 10px;
		line-height: 10px;
	}
}
