.scroll-up-wrapper {
	width: 100%;
	cursor: default;
	pointer-events: none;
	position: fixed;
	bottom: 0;
	left: 0;
	padding-bottom: 160px;
}

.scroll-up-wrapper.sticky {
	position: absolute;
}

.scroll-up-container {
	position: relative;
	width: 1136px;
	height: 63px;
	margin: 0 auto;
}

.scroll-up-button {
	cursor: pointer;
	background: url("/wp-content/plugins/es-theme-customizer/images/scroll-up/button.svg") 0 0 no-repeat;
	width: 63px;
	height: 63px;
	position: absolute;
	bottom: 0;
	left: -100px;
	opacity: 0;
	transition: opacity 0.1s linear 0ms;
	-webkit-transition: opacity 0.1s linear 0ms;
	-moz-transition: opacity 0.1s linear 0ms;
	-o-transition: opacity 0.1s linear 0ms;
}

.scroll-up-button.visible {
	pointer-events: all;
	opacity: 1;
}

.scroll-up-button:hover {
	background: url("/wp-content/plugins/es-theme-customizer/images/scroll-up/button-active.svg") 0 0 no-repeat;
}