/*to top button type 6*/
#to-top{
	border-radius: 50%;
	background-color: var(--colorMain);
}

#to-top:before{
	border-color: #fff;
}