.button-to-top {
	background-color: var(--main_color);
	border-left: 2px solid #ffffff;
	border-radius: 5px 5px 0 0;
	border-right: 2px solid #ffffff;
	border-top: 1px solid #ffffff;
	bottom: 0;
	color: #FFF;
	cursor: pointer;
	font-size: 14px;
	left: 50%;
	margin-bottom: 0;
	padding: 8px 12px;
	position: fixed;
	text-align: center;
	transform: translateX(-50%);
	transition: bottom 180ms ease-out;
	z-index: 1;
}

.button-to-top-hide {
	bottom: -40px;
}
