.purchase-button {
    padding: 9px 14px;
    display: inline-block;
    background: #82b440;
    color: #ffffff;
    border-radius: 5px 0px 0px 5px;
    font-size: 14px;
}

.purchase-button-wrapper {
    position: fixed;
    right: 0;
    bottom: 250px;
    z-index: 9999;
}

.purchase-button i {
    margin-right: 9px;
}

.purchase-button:hover {
    color: #fff;
}