#botonNuevoPrepedido {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-left: 10px;
}

#botonNuevoPrepedido span{
    padding: 1px 5px;
    border: 1px solid #000;
    cursor: pointer;
    color: #000;
    background: #E5E5E5;
}

#botonNuevoPrepedido.botonNuevoPrepedido-mobile{
    float: right !important;
}

#botonNuevoPrepedido .formularioNuevoCarro-mobile{
    margin-top: 0.9375rem;
}