.target-cart .totals .btn.continue {
    /*position: absolute;
    top: -80px;
    right: 0;*/
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    font-weight: 500;
    color: #fff;
    background-color: #d0243c;
    border-color: #d0243c;

    padding: 0 20px;
    font-size: 18px;
    line-height: 56px;
    border-radius: 1px;

    margin-top: 10px;
}
.target-cart .totals .btn.continue > span {
    color: inherit;
}

.target-cart .totals .btn.continue:hover {
    color: #d0243c;
    background-color: #151515;
    border-color: #151515;
}

/* mobile version */
/*@media (max-width: 767px) {*/
@media (max-width: 991px) {
    .target-cart #cart-right .totals .btn.continue {
        display: inline;
        font-size: 12px;
        line-height: 20px;
        padding: 8px 20px;
    }
    /*.target-cart #cart-right .totals .btn.continue {*/
        display: inline-block;
    /*}*/
}
