#trm-fixed-cart-link {
    position: fixed;
    top: 10px;
    right: 10px;
    display: inline-block;
    text-decoration: none;
    color: #333333;
    white-space: nowrap;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    padding: 9px 12px;
    border: 1px solid #7DAE2A;
    background: #D9F48A;
    border-radius: 3px;
    z-index: 9999;
}
