
.scrollToTop {
	width: 45px;
	height: 45px;
	text-align: center;
	color: #000;
	z-index: 350;
	font-size: 0;
	border: 1px solid #000;
	border-radius: 50%;
	text-decoration: none;
	background-color: #fff;
	position: fixed;
	bottom: 75px;
	right: 40px;
	visibility: hidden;
	opacity: 0;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: scale(1);
	transition: .2s all ease;
}

.scrollToTop.button-show {
	visibility: visible;
	opacity: 1;
}

.scrollToTop .basel-tooltip-label {
	display: none;
}

.scrollToTop:after {
	content: "";
	display: inline-block;
	font-size: 18px;
	line-height: 42px;
	font-family: "simple-line-icons";
}

.scrollToTop:hover {
	text-decoration: none;
	color: #fff;
	transform: scale(.91);
}

@media (max-width: 1024px) {
	.scrollToTop {
		bottom: 12px;
		right: 12px;
	}
}
