#cf-right {
    top: 50%;
    right: 0;
    width: 50px;
    height: 50px;
    position: fixed;
    background: #C5AD81;
	z-index: 9999;
    transform: translateY(-50%);
}
#cf-right .cf-right-inner,
#cf-right .cf-right-icon {
    height: 100%;
}
#cf-right a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#cf-right a:hover,
#cf-right a:focus,
#cf-right a:active {
	background: #988664;
}