/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 09 2022 | 16:52:14 */
.scroll-to-top-button {
	position: fixed;
	right: 40px;
	bottom: 40px;
	margin: 0;
	padding: 0;
	width: 50px;
	height: 50px;
	z-index: 9999;
}

.scroll-to-top-button:after {
	display: inline-block;
	margin-left: 2px;
	content: '\F077';
	vertical-align: top;
	font-size: 25px;
	font-family: FontAwesome;
	line-height: 1;
}