/*! wpo-jquery.css v1.4.2 / Copyright (c) 2024 Onaga Studio <https://www.onagastudio.com/> / GNU General Public License, version 2 (GPL-2.0) */

/*	$.fn.scrollToTop
	---------------------------------------- */

button.wpo-scroll-to-top:before {
	content: "\f062";
	padding: 0;
}
button.wpo-scroll-to-top {
	width: 2.5rem;
	height: 2.5rem;
	background: #000;
	border: none;
	border-radius: 50%;
	box-shadow: none;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1rem;
	line-height: 2.5rem;
	text-transform: none;
	display: block;
	opacity: 0.4;
	position: fixed;
	right: 2rem;
	bottom: 2rem;
	z-index: 500;
	cursor: pointer;
}
button.wpo-scroll-to-top:hover,
button.wpo-scroll-to-top:focus,
button.wpo-scroll-to-top:focus:active {
	background: #000;
	border: none;
	box-shadow: none;
	opacity: 1;
}
