#to-top {
    background: #f47f56;
    opacity: 0;
    position: fixed;
    padding: 5px 15px;
    color: #FFF;
    border-radius: 15px;
    cursor: pointer;
	display: flex;
    align-items: center;
}
#to-top  img{
	margin-left: 4px;
}