/**
 * Alecie Price Button Styles
 * 
 * @package Alecie_Price_Button
 * @since 1.0.0
 */

/* Add to cart button with price */
.single_add_to_cart_button {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.alecie-btn-text {
    flex: 0 0 auto !important;
}

.alecie-btn-price {
    flex: 0 0 auto !important;
    margin-left: auto !important;
}
