/*organizar card en pedidos*/
#tienda {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 55px;
}
.brand-logo{
    font-family: sigma_tipografia;
}
.contenido{
    display: block;
    margin-bottom: 30px;
}

.modal_EditaItems_contenedor{
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
}

.modal_EditaItems_contenido{
    background: #fff;
    width: 90%;
    margin: auto;
    max-width: 1000px;
}
.bt_modal{
    margin-left: 20px;
}

#caja_busqueda{
    margin: 0px auto;
}
#txt_busq{
    margin-top: 0px;
    margin-bottom: 2px;
}
.input-field{
    margin-top: 10px;
}
#bt_busq{
    margin-top: 18px;
}
#titulo{
    font-size: 10px;
}
.sideBar_mail{
    background: rgba(0,0,0,.3);
    border-radius: 5px;
}
#footerPrecios{
    width: 100%;
    height: 6vh;
    position: fixed;
    bottom: 0px;
    z-index: 100;
}
#clinteBox{
    float: left;
    width: 50%;
}
#clinteTitulo{
    font-size: 11px;
}
#clinteNom{
    font-size: 15px;
}
#ValorTotal{
    font-size: 30px;
    float: right;
    width: 50%;
    text-align: right;
    padding: 5px;
}
/*boton crea clientes*/
#btAddClient{
    z-index: 200;
    position: fixed;
    right: 10px;
    bottom: 50px;
}
.boxCreaCli{
    display: none;
}
.btn-cli{
    width: auto;
    text-align: left;
    padding-top: 2px;
    margin-right: 5px
}
/******* Tarjetas BOX **********/
/*.card{
height:     
}*/
.card-title{
    font-size: 12px;
}

#bt_origenPedido{
  width: 100%;
  margin-top: 10px;
}

.character-counter{
    display: none
}
/******* CONFIG **********/
#lb_conf{
    color: #00a6ff;
    font-family: cursive;
    font-weight: bold;
}

/*DETAELLE PEDIDOS*/
#detalles_pedidos{
    margin-bottom: 60px;
}
