#scroll-top {
	width: 40px;
	height: 40px;
	background-color: #C7C7C7;
	opacity: 0.9;
	position: fixed;
	bottom: 3em;
	right: 30px;
	text-align: center;
	display: none;
	cursor: pointer;
	border-radius: 1px;
	z-index: 1000;
}

#scroll-top span {
	font-size: 20px;
	color: #ffffff;
	line-height: 10px;
	margin-top: 14px;
	background-image:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23212529' d='M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z' /%3E%3C/svg%3E");
	display: block;
	width: 20px;
	height: 20px;
	margin: 10px auto;
	background-repeat: no-repeat;
}

img.lazyload {
	opacity: 0;
	transition: opacity .3s ease-in !important;
}
img.lazyload[src] {
	opacity: 1;
	transition: opacity .3s ease-in !important;
}