.checkout-button {
display: none !important;
}
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
flex-wrap: wrap;
} .flik-checkout-container {
width: 100%;
}
.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;
transition: background-color 0.3s, color 0.3s;
}
.flik-checkout span img {
height: 24px;
}
.flik-checkout:disabled {
background-color: #f2f2f2;
border-color: #cccccc;
color: #666666;
cursor: not-allowed;
}