#scroll-go-cart {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    border-radius: 5px 5px 5px 5px;
    bottom: 45px;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    padding: 15px 5px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 999;
}
#scroll-go-cart:hover{
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);ˇˇrgba(0,0,0,0.8);
}