/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

/* 1) Aseguramos que el formulario puede “romper” de línea 
form.cart {
    flex-wrap: wrap !important;
}*/

/* 2) Hacemos que tu wrapper ocupe 100% y fuerce nueva línea 
.yith_wc_input_text__wrapper {
    flex: 0 0 100% !important; *//* O ‘flex-basis: 100%’ 
    margin-bottom: 1em !important;
    box-sizing: border-box;*/
    /* Si tu tema usa floats en vez de flex, añade: 
    clear: both !important; 
    display: block !important;
}*/

/* Estilos genéricos para los iconos del menú Mi Cuenta 
.woocommerce .woocommerce-MyAccount-navigation ul li a:before {
    display: inline-block;
    font-family: "mfn-icons";
    width: 22px;
    text-align: center;
    margin-right: 10px;
    color: rgba(0, 0, 0, .7);
}*/

/* Icono del apartado Suscripciones (mismo que Pedidos) 
.woocommerce .woocommerce-MyAccount-navigation-link--subscriptions a:before {
    content: '\e907';
}*/

/*.woocommerce .column_product_cart_button .cart {
    display: flex;
    align-items: center;
    gap: 10px;  Puedes ajustar este valor según prefieras 
}*/

/* .woocommerce .column_product_cart_button .cart .button {
    width: auto; Anula el width: 100% existente
    flex: 1;
}*/

.ea-logout-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #d63638;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color .3s ease;
}

.ea-logout-button:hover {
    background-color: #a32b2c;
}
