/* hide woocommerce checkout button */
.checkout-button {
    display: none !important;
}

/* styling for flik checkout button */
.flik-checkout {
    font-size: 14px;
    background-color: #000000;
    border-color: #000000;
    margin: 1.2rem 0;
    max-height: 5rem;
    background: #000;
    color: #fff;
    padding: 12px;
    display: flex;
    align-items: center;
    border: 1px solid #000;
    cursor: pointer;
    width: 100%;
    justify-content: center;
    text-decoration: none;
    outline: none;
}

.flik-checkout span img {
    height: 24px;
}