.gttop{
	display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    cursor: pointer;
    background: #fff;
    padding: 5px 25px;
    border-radius: 5px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

.gttop svg{
	    max-width: 15px;
    height: auto;
    position: relative;
    top: 1px;
    left: 6px;
}