/**
* Theme Name: Bacola Child
* Description: This is a child theme of Bacola, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: bacola
* Version: 1.6.0
*/

.woocommerce-mini-cart__buttons a.checkout {
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
}
.woocommerce-mini-cart__buttons a.checkout::after {
    content: 'Αποστολή Αιτήματος';
    text-indent: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
}
.woocommerce-mini-cart__buttons a.checkout {
    position: relative;
}