/* Hide extra checkout button on desktop */
#checkout-stick {
    display:none;
}

#shop-button-stick {
    float: left;
    width: 40%;
    margin: 0 .5rem;
}
#checkout-button-stick {
    float: left;
    width: 50%;
    margin: 0 .5rem;
}
#checkout-button-stick .checkout-button, #shop-button-stick .button {
    min-width: 0;
}

#shop-button-stick .button {
    background: #ffffff !important;
    font-weight: 100;
    font-size: .7em !important;
    border: 1px solid #aaa;
    color: #aaa;
}

@media only screen and (max-width: 767px) {
    #checkout-stick {
        display: block;
        bottom: 0;
        left: 0;
        position: fixed;
        width: 100%;
        z-index: 99;
        padding: .8rem 0;
        background-color: #fff;
        box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
    }
}

#tikkie-button-stick {
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .wc-proceed-to-checkout .tikkieBtn {
        display: inline-block !important;
    }
}