.wooweb-gw-contact {
	display: table-cell;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wooweb-gw-contact .item {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	margin-bottom: 6px;
}

.wooweb-gw-contact .item .image .cicon {
	width: 18px;
	margin-top: 2px;
}

.wooweb-gw-social {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wooweb-gw-social li {
	display: inline-block;
	margin-right: 6px;
}

.wooweb-gw-social li .svgicon {
	width: 30px;
	height: 30px;
}

.wooweb-gw-float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #25d366;
	border-radius: 50%;
	text-align: center;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.15s ease, transform 0.15s ease;
}

.wooweb-gw-float .svgicon {
	width: 32px;
	height: 32px;
	fill: #fff;
}

.wooweb-gw-float:hover {
	background-color: #fff;
	transform: translateY(-2px);
	text-decoration: none;
}

.wooweb-gw-float:hover .svgicon {
	fill: #25d366;
}
