/*
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #4174B6 !important;
    color:white !important;
}
*/
:root {
    --color-boton-compra : black ;
}
.gbi_bloque{
    border: 1px solid rgba( 65, 116, 182, 1 );
    border-radius: 5px;
    margin-bottom: 3%;
    text-align: center;
    background: aliceblue;
    padding-top: 3%;
    padding-bottom: 3%;
}
/*
@media (min-width: 576px){
    .gbi_bloque{
        margin-right: 2%;
        max-width: 31%;
    }
}
*/
.gbi_nombre_producto{
    font-size: 16px;
    text-align: center;
    color: black;
}

.gbi_boton_producto{
    border: 1px solid #4174B6;
    padding: 7px;
    border-radius: 10px;
}


.gbi_boton_producto:hover{
    border: 1px solid #4174B6;
    color:white;
    background-color: #4174B6;
}

.gbi_precio{
    color:black;
    font-size: 18px;
}

.gbi_nav_categoria{
    color: black;
    text-decoration:none;
}

.gbi_filtros {
    position: sticky;
    top: 15%;
    z-index: 100;
    overflow: scroll;
    flex-wrap: nowrap !important;
    height: 30em;
}

.woocommerce-shipping-fields{
    display: none !important;
}
/*Datos checkout form*/
/*
.gbi_form_ocultar, #billing_company_field, #billing_address_1_field, #billing_address_2_field, #billing_postcode_field, #billing_city_field, #billing_state_field, #billing_country_field{
    display: none !important;
}
*/
.bootstrap-datetimepicker-widget{
    display: block !important;
}

.elementor-menu-cart__product-price{
    display: none !important;
}
.boton-compra__indicar-cantidad {
    background: black !important ;
}
/*Formulario de carrito*/
form.cart{
    flex-direction: column;
}

#input_peso{
    width: 20%;
}
/*Formulario de carrito*/

/*Botones de navbar en compra online*/
.boton_compra_online{

    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;

}

.boton_compra_online:hover{

    background: none;
    color: #000!important;
    font-weight: 600!important;
    border: none;
    padding: 0;
    /* font: inherit; */
    cursor: pointer;
    outline: inherit;
    background-color: white!important;
}

.boton_compra_online:focus{

    background: none;
    color: #000!important;
    font-weight: 600!important;
    border: none;
    padding: 0;
    /* font: inherit; */
    cursor: pointer;
    outline: inherit;
    background-color: white!important;
}

.boton_compra_online_select{

    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    font-weight: 700;

}

.boton_compra_online_select:hover{

    background: none;
    color: #000!important;
    font-weight: 600!important;
    border: none;
    padding: 0;
    /* font: inherit; */
    cursor: pointer;
    outline: inherit;
    background-color: white!important;

}

.boton_compra_online_select:focus{

    background: none;
    /* color: #FFCE01!important; */
    color: #000!important;
    font-weight: 600!important;
    border: none;
    padding: 0;
    /* font: inherit; */
    cursor: pointer;
    outline: inherit;
    background-color: white!important;

}

.anyadir_cantidad{
    margin-top: 5%;
}

.posicion_boton_compra{

    text-align: center;
    margin: auto;
    bottom:   10%;
}

.quantity{
    text-align: center;
}

.modificar_cantidad{

    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    width: 45px !important;
    height: 45px !important;
    /*border-top-left-radius: 50% !important;*/
    /*border-top-right-radius: 50% !important;*/
    /*border-bottom-right-radius: 50% !important;*/
    /*border-bottom-left-radius: 50% !important;*/

}

.modificar_cantidad:hover{
    background-color: white;
    color: black;
}

.modificar_cantidad:focus{
    background-color: white;
    color: black;
    border: none;
    border-color: white;
    border-radius: none;
}

.modificar_cantidad:active{
    background-color: white;
    color: black;
    border: none;
    border-color: white;
}

.modificar_cantidad:after{
    background-color: white;
    color: black;
    border: none;
    border-color: white;
}


/*
.gbi_pr_mas_menos {
    width: 45px !important;
    height: 45px !important;
}

.gbi_pr_mas_menos:hover {
    background-color: white;
    color: black;
}

.gbi_pr_mas_menos:focus {

    background-color: white;
    color: black;
    border-style: none!important;
    border: none!important;
}
*/

.gbi_limitar_lineas_2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nav_compra_online{
    /* border-left: solid 1px rgb(189, 189, 189); */
    /* padding-left: 10%; */
    border-bottom: solid 1px rgb(189, 189, 189);
    padding-bottom: 10%;
}
/*Botones de navbar en compra online*/

/* Quitar las flechas de input number */
.gbi_quitar_flechas::-webkit-outer-spin-button,
.gbi_quitar_flechas::-webkit-inner-spin-button { /* Chrome, Safari, Edge, Opera */
    -webkit-appearance: none;
    margin: 0;
}
.gbi_quitar_flechas { /* Firefox */
  -moz-appearance: textfield;
}

/* Fuente de letra */
.gbi_font_sulphur_point {
    font-family: "Sulphur Point", Sans-serif;
}
.gbi_font_system_ui {
    font-family: system-ui;
}

.gbi_centrado { /* Centra el contenedor actual */
    margin: auto;
}

.gbi_align_center {
    display: flex;
    justify-content: center;
}
.gbi_align_right {
    display: flex;
    justify-content: flex-end;
}

/* INICIO Productos relacionados */
#productos_relacionados {
    text-align: center;
    margin-bottom: 1.5em;
}

/* pr -> productos relacionados */
.gbi_pr_card { /* Tarjeta */
    /* width: 24% !important; */
    flex: 0 0 24%;
    border-radius: 25px !important;
    /* margin: 0.5%; */
    padding: 30px;
    /* min-height: 100%; Esto haría todas las tarjetas de la misma altura. */
}
@media (max-width: 768px) {
    .gbi_pr_card_marbot {
        margin-bottom: 30px;
    }
}

.gbi_pr_flex_start {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: flex-start;
    align-items: flex-start;
}

.gbi_pr_imagen {
    height: 200px;
    width: 200px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position-x: center !important;
    /* margin-bottom: 20px; */

    transition: 0.3s;
}

.gbi_pr_titulo {
    font-size: 16px;
    font-weight: bold;
    color: #050505;
    min-height: 50px;
    margin-top: 20px;
    margin-bottom: 0;
    /* min-height: 75px; */
    /* padding: 0.5em 0; */

    transition: 0.3s;
}

.gbi_pr_imagen:hover, .gbi_pr_titulo:hover {
    opacity: 0.6;
}

.gbi_pr_puesto {
    /* font-size: 50%;
    font-weight: 200; */
    text-decoration: underline !important;
    color: #0d6efd;
}

.gbi_pr_descripcion { /* La descripción larga es demasiado larga */
    /* height: 45px;
    overflow: hidden; */
    margin-bottom: 0;
}

.gbi_pr_precio {
    font-size: 20px;
    font-weight: 600;
    color: #1e1e1e;
}

.gbi_pr_pos_boton {
    position: absolute !important;
    bottom: -20px;
}

.gbi_pr_input_cantidad {
    width: 45px !important;
    height: 45px !important;
    border-style: none;
    color: white;
    background-color: black;
}



/*
.gbi_pr_indicar_cantidad:hover {
    color: #981324 !important;
    background-color: #ffffff !important;
    border-color: #981324 !important;
}
*/

/* .gbi_pr_indicar_cantidad {
    font-size: 100%;
    font-weight: 400 !important;
    color: #ffffff !important;
    background-color: #981324 !important;
    border-width: 1px !important;
    border-radius: 3px !important;
    border-style: solid !important;
    margin-top: 33px !important;
    padding: 10px !important;
} */
/* FIN Productos relacionados */


.gbi_div_titulo_producto_tienda{
    max-width: 100%;
    min-height: 150px;
}

.categoria_hijo {
    padding-left: 20px;
    opacity: 0.7;
}
form.categoria_hijo button {
    font-size: 0.8em;
}

.ocultado {
    display: none;
}
.mostrado {
    display: block;
}
.plegado::before {
    content: "> ";
}
.desplegado::before {
    content: "⌄ ";
}

.dropdown_father {
    transition: all .3s;
}
[id^=dropdown_] {
    width: 100%;
}

.btn-san-fernando {
    color: #000;
    background-color: #fae032;
    border-color: #fae032;
}

.btn-san-fernando:hover {
    color: #fae032;
    background-color: transparent;
    border-color: #fae032;
}

.btn-san-fernando:focus {
    color: #fae032;
    background-color: transparent;
    border-color: #fae032;
}

/* Header */
/* .header_menu a {
    font-weight: 600;
    text-transform: uppercase;
    color: black;
}

.header_menu a:hover {
    background-color: #fae032;
} */

/* Footer */
/* #footer_menu a {
    font-weight: 800;
    text-transform: uppercase;
} */

/* #footer_menu a:hover {
    color: black;
    background-color: #fae032;
} */

.elementor-tel-footer {
    color: white;
}
.elementor-tel-footer:hover {
    color: white;
    text-decoration: underline;
}
.elementor-tel-footer:focus {
    color: white;
}

/* Home */
.home_slider .swiper-slide-contents {
    max-width: 100% !important;
    width: 100% !important;
}

.home_slider .elementor-slide-heading {
    float: left;
}

.home_slider .elementor-slide-button {
    float: right;
}

#home_manifiesto {
    background-color: lightgray;
}

#home_lavapies {
    background-color: black;
}

.home_lavapies-titulo {
    -webkit-text-stroke: 3px #FAE032; /* width and color */
}

.home_entradas .elementor-post__read-more {
    float: right;
}

/* Esto no es un mercado */
.eneum_logo {
    opacity: 0.05;
}

/* Blog y Lavapiés */
#blog_entrada-principal .elementor-post__read-more {
    float: right;
}

#blog_entrada-principal .elementor-post__read-more,
.blog_entradas .elementor-post__read-more,
.lavapies_entradas .elementor-post__read-more,
.lavapies_entradas-negro .elementor-post__read-more,
.lavapies_entradas-movil .elementor-post__read-more { /* Leer más */
    padding: 3px 10px;
    background-color: #FAE032;
}

#blog_entrada-principal .elementor-post__title {
    position: absolute;
    margin-top: -63%;
}

.blog_entradas .page-numbers.current,
.lavapies_entradas .page-numbers.current,
.lavapies_entradas-movil .page-numbers.current {
    color: #FAE032 !important;
    background-color: black;
    padding: 1px 10px;
    border-radius: 50px;
}


.blog_entradas .elementor-pagination::before,
.blog_entradas .elementor-pagination::after,
.lavapies_entradas .elementor-pagination::before,
.lavapies_entradas .elementor-pagination::after {
    display: inline-block;
    content: "";
    border-top: 0.1rem solid black;
    width: 6rem;
    margin: 0 1rem;
    transform: translateY(-0.3rem);
}

.lavapies_entradas-movil .elementor-pagination::after,
.lavapies_entradas-movil .elementor-pagination::before {
    display: inline-block;
    content: "";
    border-top: 0.1rem solid black;
    width: 3rem;
    margin: 0 1rem;
    transform: translateY(-0.3rem);
}

.lavapies_entradas-amarillo .elementor-post__read-more {
    padding: 3px 10px;
    background-color: #000;
}

.lavapies_entradas-amarillo .elementor-post__title,
.lavapies_entradas-negro .elementor-post__title {
    margin-top: 50px !important;
}

#lavapies_entrada-negro .elementor-post__text {
    padding-left: 30px;
    padding-right: 20px;
}

/* Historia */
.color-amarillo,
.color-amarillo:hover,
.color-amarillo:focus {
    color: #fae032;
}

.subrayado-amarillo {
    background-color: #fae032;
}

.ultimas-decadas li {
    margin-top: 20px;
    list-style-type: square;
}

/* Puestos */
.puestos h3 {
    position: absolute;
    min-width: 269px;
    margin-top: -115px !important;
    padding: 15px 23px;
    background-color: #fae032;
    z-index: 1;
}

.puestos .elementor-post__title a {
    display: block;
    max-width: 269px;
}




/* Listado de productos evoratec */

.single_add_to_cart_button {
    background: black ;
}
.titulo-producto-loop {
    color: #4174B6;
    text-align: center;
}

.iconos-puesto {
    list-style-type: none;
}

.iconos-puesto i {
    color: #4174B6;
}

.iconos-puesto span {
    color: #4174B6;
}

.iconos-puesto li {
    line-height: 30px;
    min-height: 30px;
    font-size: 15px;
}



/* cambios evoratec */
.producto-relacionado__ficha {
    align-content: center;
    align-items: center;
}
.elementor-menu-cart__main {
    width: 450px !important;
}

.xoo-wsc-basket {
    right: 15px !important;
}

.elementor-section-wrap {
    background-color: #fafafa;
}

.added_to_cart.wc-forward {
    display: none !important;
}


.columna-menu__carrito {
    width: 10% !important;
}

.columna-menu__menu {
    width: 75% !important;
}

.columna-menu__logo {
    width: 15% !important;
}

.columna-menu__carrito .elementor-widget-wrap {
    display: flex;
    flex-direction: row;
}

.columna-menu__carrito .elementor-widget {
    width: 50% !important;
    margin: 0 !important;
}


.columna__menu .elementor-widget-wrap {
    display: flex;
    flex-direction: row;
}

.columna__menu .elementor-widget-wrap > .elementor-element {
    width: auto;
    margin: 0 !important;
}

.menu__principal .elementor-nav-menu--main .elementor-item {
    padding-left: 0;
    margin-right: 20px !important;
}

.menu__principal .elementor-nav-menu--main .elementor-item:hover {
    padding-left: 0;
    margin-right: 20px !important;
    text-decoration: none;
}

.elementor-nav-menu--dropdown {
    top: 72px !important;
}

.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
.elementor-nav-menu--dropdown .elementor-item.highlighted,
.elementor-nav-menu--dropdown .elementor-item:focus,
.elementor-nav-menu--dropdown .elementor-item:hover,
.elementor-sub-item.elementor-item-active,
.elementor-sub-item.highlighted,
.elementor-sub-item:focus,
.elementor-sub-item:hover {
    background-color: #f7f7f7 !important;
    color: black !important;

    border: none !important;
    border: 1px solid #eee !important;
}

.site-main {
    background: #fafafa;
    padding: 15px;
}

.elementor.type-product {
    padding: 15px;
}

.elementor-element.elementor-element-de820ca .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
.elementor-element.elementor-element-de820ca .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
    display: none !important;
}

.boton__comprar {
    width: auto;
    background-color: #0a4b78;
    color: white;
}

.gbi_pr_card {
    padding: 10px;
    height: 500px;
    position: relative;
    margin: .5%;
    max-width: 24% !important;
    background: white !important;
    border-radius: 0 !important;
    margin-bottom: 10px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contenedor__productos {
    display: flex;
}

.producto__imagen {

    height: 240px;
    display: flex;
    /* align-content: center; */
}

.producto__ficha {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.producto__imagen img {
    object-fit: scale-down;
}

.botones_cantidad-comprar {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}


.producto__boton-comprar {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}

.botones__cantidad {
    display: flex;
    align-items: center;
    /* flex-direction: column; */
    justify-content: space-between;
}

.boton__comprar {
    height: 40px;
}

.botones__comprar {
    margin-top: 15px;
    margin-bottom: 10px;
}

.botones__comprar a {
    border: 2px solid #eee;
    border-radius: 3px;
    background: white;
    color: gray;
}

.modificar_cantidad {
    width: 40px !important;
    height: 40px !important;

    background: #f7f7f7;


}

.modificar_cantidad:hover {
    background: #eee;
}

.gbi_pr_input_cantidad {
    background-color: white;
    color: black;
    padding: 0.5rem !important;
    height: 40px !important;
    width: 40px !important;
    border-radius: 0 !important;
    border: 1px solid #dadada !important;
}

.gbi_div_titulo_producto_tienda {
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}

.gbi_pr_puesto {
    width: 100%;
    font-size: 14px;
    background: #f7f7f7;
    padding: 8px;

    border-radius: 4px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center ;

}

.puesto__nombre {
    width: 100%;
    font-size: 12px;
    padding-left: 8px;
}

.puesto__icono {
    width: 20px;
    height: auto !important;
}

.puesto__nombre {

}

.gbi_pr_titulo {
    font-size: 16px;
    margin-top: 5px;
    text-align: center;
    color: black;
}

.gbi_pr_puesto {
    text-decoration: none !important;
    color: #00173c;
    background: white;


}


input.input-text.qty.text {
    display: none;
}
h3 {
    font-size: 24px;
}
#precio_producto {
    margin-left: 10px;
    color:#001744;
    font-family: "Poppins", sans-serif ;
}
#precio_calculado {
    margin-left: 10px;
    color:#001744;
    font-family: "Poppins", sans-serif ;
}
.producto__cantidad-peso {
    width: 125px !important;
}


.producto__precio {
    font-size: 18px;
    margin-right: 5px;
    color: black;
}

.producto__unidad {
    font-size: 18px;
    color: black;
    margin-left: 6px;
}

.productos__listado {

    background: #fafafa;
    padding-top: 15px;
}

.productos__busqueda {
    margin-bottom: 15px;
}

.filtros__categorias {
    background: white ;
    padding: 15px !important;
}

.modificar_cantidad-peso {
    border: 1px solid #eee ;
    background: #eee  ;
    color: black;
}
#input_peso {
    border-radius: 0 !important ;
}
.modificar_cantidad-peso:hover {
    border: 1px solid #FAE032 ;
    background: #FAE032 ;
    color: black;
}
.tabla__pesos {
    max-width: 375px;
    column-count: 3;
    column-gap: 40px;
}
.boton_peso {
    padding: 4px 8px;
    background: #f7f7f7;
    border: 1px solid #eee;
    margin-bottom: 10px;
    color: #001744 !important;
    width: 80px;
}
.boton_peso:hover,
.boton_peso:focus {
    background:#FAE032 ;
    border: 1px solid #eee;
    color: black !important ;
}

.botones__cantidad {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.producto__cantidad-peso {
    height: 42px;
}
.boton_peso.deshabilitado {
    background: #eee;
    color: white ;
}


@media screen and (max-width: 1024px) {

    .productos__busqueda {
        margin-top: 15px;
    }

    .gbi_pr_card {
        max-width: 32% !important ;
        width: 32% !important;
        margin: .5% !important;
        flex: 0 0 32%;
    }
}
@media screen and (max-width: 800px) {

    .productos__listado {

        justify-content: space-evenly;
    }
    .gbi_pr_card {
        max-width: 49% !important ;
        width: 49% !important;
        margin: .5% !important;
        flex: 0 0 49%;
    }
}
@media screen and (max-width: 767px) {
    .productos__busqueda {
        margin-top: 15px !important;
        align-items:center ;
        justify-content: center;
    }

    .productos__listado {

        background: #f7f7f7;
    }

    .gbi_pr_card {
        padding: 10px;
        height: 425px;
        position: relative;
        width: 48% !important;
        max-width: 48% !important ;
        background: white !important;
        border-radius: 0 !important;
        flex: 0 0 48%;
        margin: 1% !important ;
        margin-bottom: 10px !important;
    }

    .producto__imagen {
        height: 150px;
    }

    .gbi_pr_titulo {
        font-size: 13px;
        text-align: center;
    }

    .added_to_cart.wc-forward {
        display: none;
    }
}

.single_add_to_cart_button {
    background-color: var(--color-boton-compra) !important;
}
