/*
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #4174B6 !important;
    color:white !important;
}
*/

.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;
}

/*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: #89277d;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    font-weight: 800;

}

.boton_compra_online_select:hover,
.boton_compra_online_select:focus{

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

}

/* .boton_compra_online_select:focus{ */

    /* background: none;
    color: #000!important;
    font-weight: 600!important;
    border: none;
    padding: 0;
    /* font: inherit; 
    cursor: pointer;
    outline: inherit; */
/*     
    color: #89277d;
    font-weight: 800;
    background-color: transparent !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; */
    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;
    }
}
.espaciador {
    display: block;
}
@media (max-width: 1300px) {
    .espaciador {
        display: none;
    }
}

.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: 170px;
    width: 170px;
    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: 20px;
    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;
    background-color: #89277D!important;
    color: white!important;
    font-family: Arial, Helvetica, sans-serif!important;
    border-color: #89277D!important;
}

.gbi_pr_pos_boton:hover {
    position: absolute !important;
    bottom: -20px;
    background-color: white!important;
    color: #89277D!important;
    font-family: Arial, Helvetica, sans-serif;
    border-color: #89277D!important;
}

.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 */

.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-santa-eugenia {
    color: #fff;
    background-color: #d13095;
    border-color: #d13095;
}

.btn-santa-eugenia:hover {
    color: #d13095;
    background-color: transparent;
    border-color: #d13095;
}

.btn-santa-eugenia:focus {
    color: #d13095;
    background-color: transparent;
    border-color: #d13095;
}