.btn-consultar {

    background-color: #f0f1f3;
    font-weight: bold;
    color: #4dc44d;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #4dc44d;
    padding-left: 0px;
    padding-right: 0px;
    width: 70%; !important;
    margin-left:15%;

    /* height: 40%; !important;*/
    font-size: 1rem;
    /*font-weight: 400;*/
    line-height: 2rem;
    text-align: center;
    opacity: 1;
    transition: .65s;
    word-wrap: break-word;
    /*transform: translateX(200%);*/ }
.btn-consultar:hover{
    opacity: 1;
    border-radius: 15px;
}
.btn-consultar a:hover{
    color: green;
    font-weight: bold;
}
.btn-consultar a{
    color: green;
    word-wrap: break-word;
    width: 80%;
    margin-left: 0;
    text-align: center;
}




@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr { border: 1px solid #ccc; }

    #no-more-tables td {
        /* Behave like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align:left;
    }

    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    #no-more-tables td:before { content: attr(data-title); }
}






.spinner-carro {
    color: black;
    z-index: 99999999;
    position: absolute;
    left: 50%;
    top: 50%;
}
.contenedor-spinner-carro
{
    margin: 0px;
    width: 100%;
    height: 100vh;
    position: fixed;
    justify-content: center;
    align-content: center;
    background-color: grey;
    opacity: 0.75;
}
.sinborde {
    border: 0;
}
.contenedor_mensaje_error
{
    position: relative;
}
.mensaje_error
{
    font-size: xx-large;
    margin-bottom: 100px;
    margin-top: 100px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.oferta
{
    padding: 5px 10px;
    background-color: #fe5858;
    font-size: 11px;
    border-radius: 20px;
    color:white;
    max-width: 95px;
}
.mensaje_ok
{
    color: limegreen;
    font-size: xx-large;
    margin-bottom: 100px;
    margin-top: 100px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.mensaje_ko
{
    color: red;
    font-size: xx-large;
    margin-bottom: 100px;
    margin-top: 100px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.producto-preview
{
font-weight: normal;
}
.horizontal-quantity{
    -webkit-appearance: textfield !important;
    margin: 0;
    -moz-appearance:textfield !important;
}

.constock
{
    color: green;
}

.sinstock
{
    color: red;
}

.aviso{
    text-align: center;
    z-index: 9999999;
    position: absolute;
    width: 40%;
    left:30%;

}
.menu.d-flex>li>a{
    font-size:26px !important;
    font-variant-caps: all-small-caps;
    /*font-family: "Arial" !important;*/
    font-stretch: expanded !important;
}

.menu.d-flex>li>a:hover{
    font-size:30px !important;
    font-variant-caps: all-small-caps;
    /*font-family: "Arial" !important;*/
    font-stretch: expanded !important;
    color:lightcyan !important;
    text-decoration: underline;
}


.menu.d-flex>li>a:active{
    font-size:30px !important;
    font-variant-caps: all-small-caps;
    /*font-family: "Arial" !important;*/
    font-stretch: expanded !important;
    color:lightcyan !important;
    text-decoration: underline;
}

.activo{
    color:lightcyan !important;
    text-decoration: underline;
    font-size:30px !important;
}


[class*=" icon-"]::before, [class^="icon-"]::before {
    line-height: inherit !important;
}

.ntb{
    margin-bottom:10px;
    background: lightsteelblue;
}
#loading{
    width: 100%;
    height: 30%;
    position:absolute;
    z-index:1041;

}
#loading i{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px; /* aplicar a top y al margen izquierdo un valor negativo para completar el centrado del elemento hijo */
}
