#bhm-trigger-button {
    position: fixed;
    z-index: 999999;
    background-color: #af3030;
    width: 296px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    overflow: hidden;
    font-size: 18px;
    left: unset;
    top: unset;
    right: 20px;
    bottom: 0px;
    transform: none;
    border-radius: 2px 2px 0 0 !important;
}

#bhm-trigger-button a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 42px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

#bhm-trigger-button a span {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 42px;
    text-align: center;
    color: #fff;
}

