.unidadesProducto, .unidadesProductoPedido {
    width: 50px
}
#tuCodigoPostal {
    width: 120px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
}

#contenedorPagoStripe {
    background: #FFFFFF;
}
#contenedorPagoStripe button#submit {
    margin-top: 30px;
    margin-bottom: 100px;
}

#contenedorPagoStripe {
    width: 100%;
    max-width: 400px;
}

#contenedorCrearCuentaDeCliente {
    width: 100%;
    max-width: 400px;
}

#contenedorFormasDePagoConfirmar {
    margin-bottom: 30px;
}

.has-error {
    border: solid 1px #ff1a1a;
    background: #ff928e;
}

.has-ok {
    border: solid 1px #1a8e06;
    background: rgba(188, 255, 183, 0.56);
}

.subcategoryTitle {
    text-align: center;
    font-weight: bold;
}

.opcionesTxtProductoPedido {
    font-style: italic;
    font-size: 90%;
    font-weight: bold;
}

.contenedorIngredientesQuitar {
    font-style: italic;
    font-size: 90%;
    font-weight: bold;
}

#toast {
    display: none;
}