.scrollup {

	display: block;
	padding: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	font-size: 25px;
	line-height: 60px;
	opacity: 1;
	cursor: pointer;

	i {
		color: #ffffff;
	}

	&:hover {
		opacity: .8;
	}

}

.scrollup--fixed {
	position: fixed;
	right: 30px;
	bottom: -100px;
	z-index: 999;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);

	&.show {
		bottom: 30px;
	}

}
