/*
Theme Name: Astra Webcordoba
Theme URI: https://webcordoba.es
Template: astra
Author: Juan Antonio Muñoz Castro
Author URI: https://juanmcastro.es
Description: Tema hijo creado para personalizar la web
Version: 2.1.1.1571206620
Updated: 2019-10-16 06:17:00

*/

/* detalle de la lista */

.WC_JM_Lista_Detalle_fila{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid rgb(228, 228, 228);
}

.WC_JM_Lista_Detalle_fila_numero{
    font-weight: bold;
    width: 2%;
    text-align: center;
}

.WC_JM_Lista_Detalle_fila_imagen{
    width: 15%;
    text-align: center;
}

.WC_JM_Lista_Detalle_fila_imagen img{
    width: 70px;
}

.WC_JM_Lista_Detalle_fila_nombre{
    width: 38%;
}

.WC_JM_Lista_Detalle_fila_enlace, .WC_JM_Lista_Detalle_fila_precio{
    width: 15%;
    text-align: center;
}

.WC_JM_Lista_Detalle_fila_estado{
    width: 15%;
    text-align: right;
}


/* Boton editar lista de deseos */

.WC_JM_Div_Btn_editar_lista a{
    /*position: fixed;*/
    /* width: 100%;
    bottom: 0px;
    left: 0px; */
    text-align: center;
    padding: 10px;
    z-index: 999;
    /* background-color: rgb(19, 134, 19);
    color: #fff; */
    background-color: #ccc !important;
    border: #000 1px solid !important;
    color: #000 !important;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 20px;
    display: flex;
    justify-content: center;
}

.WC_JM_Quitar_Borde .elementor-button{
    border: 0px solid !important;
}

.uwp-account-privacy {display: none !important;}

.modal-content button{
    background-color: #ccc !important;
    border: #000 1px solid !important;
    color: #000 !important;
} 

.uwp-profile-entries .alert-warning{
    display: none;
}

.WC_JM_Gravity_Categoria div select{
    height: 40px;
}

.uwp-profile-entries .container h3{
    display: none;
}


.WC_JM_botones_grises{
    background-color: #ccc !important;
    border: #000 1px solid !important;
    color: #000 !important;
}


.tooltip{
    /* display: none; */
    margin-bottom: 50px !important;
}

@media only screen and (min-width: 700px) {
    .JM_Fecha {
        width: 33%;
        float: left;
    }
}

.sr-only{
    position: inherit !important;
    width: 100% !important;
    height: 25px !important;
}



.WC_JM_Div_Form_contacto_autor{
    display: flex;
    flex-direction: column;
}
.WC_JM_Div_Form_contacto_autor input, .WC_JM_Div_Form_contacto_autor textarea{
    margin: 5px 0px;
    background-color: #fff;
}