/* Floating widgets — hamrah.nl (#ast-scroll-top + .wa__btn_popup) */
.ecowise-floating-widgets {
	position: relative;
	z-index: 110;
}

.ecowise-scroll-top,
.ecowise-floating-widgets__whatsapp {
	position: fixed;
	z-index: 110;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 50%;
	line-height: 1;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	box-shadow: -3px 4px 19px 1px rgba(0, 0, 0, 0.24);
	transition: background .2s ease, box-shadow .2s ease, opacity .25s ease, visibility .25s ease, transform .25s ease;
}

.ecowise-scroll-top {
	right: 20px;
	bottom: 25px;
	width: 36px;
	height: 36px;
	padding: 0;
	background: #ff914d;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	pointer-events: none;
}

.ecowise-scroll-top.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.ecowise-scroll-top:hover,
.ecowise-floating-widgets__whatsapp:hover {
	box-shadow: -3px 4px 19px 1px rgba(0, 0, 0, 0.34);
}

.ecowise-scroll-top__icon {
	display: block;
	width: 18px;
	height: 11px;
}

.ecowise-floating-widgets__whatsapp {
	right: 80px;
	bottom: 20px;
	width: 45px;
	height: 45px;
	background: #ff914d;
}

.ecowise-floating-widgets__whatsapp svg {
	display: block;
	width: 24px;
	height: 24px;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 767px) {
	.ecowise-scroll-top {
		right: 16px;
		bottom: 20px;
		width: 34px;
		height: 34px;
	}

	.ecowise-scroll-top__icon {
		width: 16px;
		height: 10px;
	}

	.ecowise-floating-widgets__whatsapp {
		right: 66px;
		bottom: 20px;
		width: 42px;
		height: 42px;
	}

	.ecowise-floating-widgets__whatsapp svg {
		width: 22px;
		height: 22px;
	}
}
